reorganization
This commit is contained in:
13
games/rpg/Umbra.md
Normal file
13
games/rpg/Umbra.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Umbra
|
||||
|
||||
_Computer role-playing game written in Python._
|
||||
|
||||
- Home: http://markdamonhughes.com/Umbra/
|
||||
- Download: http://markdamonhughes.com/Umbra/#download
|
||||
- State: beta, inactive since 2002
|
||||
- Code: see download
|
||||
- Language(s): Python
|
||||
- License: Special
|
||||
|
||||
## Building
|
||||
|
49
games/rpg/_toc.md
Normal file
49
games/rpg/_toc.md
Normal file
@ -0,0 +1,49 @@
|
||||
# Role Playing Games
|
||||
|
||||
[comment]: # (start of autogenerated content, do not edit)
|
||||
- **[Andor's Trail](andors_trail.md)** (Java, GPL-2.0, beta)
|
||||
- **[Argentum Online](argentum_online.md)** (VB, GPL-2.0, beta, inactive since 2014)
|
||||
- **[Arx Libertatis](arx_libertatis.md)** (C++, GPL-3.0, mature)
|
||||
- **[Atrinik](atrinik.md)** (C)
|
||||
- **[Blades of Exile](blades_of_exile.md)** (C++, GPL-2.0, beta, mature (inactive since))
|
||||
- **[BrowserQuest](browserquest.md)** (Javascript, MPL-2.0, matures)
|
||||
- **[Catch Challenger](catch_challenger.md)** (C++)
|
||||
- **[Choria](choria.md)** (C++, C, GPL-3.0)
|
||||
- **[Crossfire](crossfire.md)** (C, Java, GPL-2.0)
|
||||
- **[DNT](dnt.md)** (C++, GPL-3.0, beta, inactive since 2016)
|
||||
- **[Daimonin](daimonin.md)** (C, GPL-2.0, mature)
|
||||
- **[Dark City](dark_city.md)** (PHO, GPL-2.0, inactive since 2012)
|
||||
- **[Dawn](dawn.md)** (C++, GPL-3.0, beta, inactive since 2011)
|
||||
- **[Deliantra](deliantra.md)** (C, GPL-2.0, mature)
|
||||
- **[Egoboo](egoboo.md)** (C++, C, GPL-3.0, mature, inactive since 2015)
|
||||
- **[Eternal Lands](eternal_lands.md)** (C, C++, [Special](https://raw.githubusercontent.com/raduprv/Eternal-Lands/master/eternal_lands_license.txt), mature)
|
||||
- **[Evol Online](evol_online.md)** ()
|
||||
- **[Exult](exult.md)** (C++, GPL-2.0, mature)
|
||||
- **[Fall of Imyrin](fall_of_imiryn.md)** (Python, GPL-3.0, beta, inactive since 2009)
|
||||
- **[FreedroidRPG](freedroid.md)** (C, GPL-2.0, mature)
|
||||
- **[Hero of Allacrost](allacrost.md)** (C++, Lua, GPL-2.0, stable)
|
||||
- **[Ilarion](ilarion.md)** (C++, Java, Lua, GPL-3.0, mature)
|
||||
- **[Land of Fire](land_of_fire.md)** ()
|
||||
- **[Meridian 59](meridian59.md)** (C++, C, GPL-2.0, mature)
|
||||
- **[Meritous](meritous.md)** ()
|
||||
- **[Open Meridian](open_meridian.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Open Tibia](open_tibia.md)** (C++, GPL-2.0, beta, inactive since 2014)
|
||||
- **[Other-Life](other_life.md)** (C, C++)
|
||||
- **[PARPG](parpg.md)** (beta, inactive since 2012)
|
||||
- **[PlaneShift](planeshift.md)** (C++, GPL-2.0, mature)
|
||||
- **[Project Diaspora](project_diaspora.md)** (C, zlib, beta, inactive since 2011)
|
||||
- **[Radakan](radakan.md)** (Python, Special (permissive), beta, inactive since 2010)
|
||||
- **[Silvertree](silvertree.md)** (C++, GPL-3.0, beta, inactive since 2007)
|
||||
- **[Source of Tales](source_of_tales.md)** (Lua, GPL-3.0)
|
||||
- **[Space Station 13](space_station_13.md)** (mature)
|
||||
- **[Stendhal](stendhal.md)** (Java, GPL-2.0, mature)
|
||||
- **[The Mana World](manaworld.md)** (PHP, GPL-2.0)
|
||||
- **[Trinity Reign](trinity_reign.md)** (C++, GPL-3.0, beta, inactive since 2013)
|
||||
- **[Umbra](Umbra.md)** (Python, Special, beta, inactive since 2002)
|
||||
- **[Valyria Tear](valyria_tear.md)** (Lua, C++, C, GPL)
|
||||
- **[VegaTrek](vegatrek.md)** (GPL-2.0, beta, inactive since 2013)
|
||||
- **[World of Phaos](world_of_phaos.md)** (PHP, GPL-2.0, inactive since 2011)
|
||||
- **[XU4](xu4.md)** (C++, GPL-2.0, mature)
|
||||
- **[{NAME}](goblin_hack.md)** (C++, GPL-2.0, beta, inactive since )
|
||||
|
||||
[comment]: # (end of autogenerated content)
|
16
games/rpg/allacrost.md
Normal file
16
games/rpg/allacrost.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Hero of Allacrost
|
||||
|
||||
_Hero of Allacrost is a single player 2D role-playing game inspired by classic console RPGs._
|
||||
|
||||
- Home: http://allacrost.org
|
||||
- Download: https://bitbucket.org/allacrost/allacrost/downloads/
|
||||
- State: stable
|
||||
- Keywords: single player, 2D
|
||||
- Code: https://bitbucket.org/allacrost/allacrost/src (hg)
|
||||
- Language(s): C++, Lua
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
||||
Uses Autoconf
|
||||
|
14
games/rpg/andors_trail.md
Normal file
14
games/rpg/andors_trail.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Andor's Trail
|
||||
|
||||
_Quest-driven Roguelike fantasy dungeon crawler RPG with a powerful story._
|
||||
|
||||
- Home: https://www.andorstrail.com/
|
||||
- Download: https://f-droid.org/packages/com.gpl.rpg.AndorsTrail/
|
||||
- State: beta
|
||||
- Keywords: android
|
||||
- Code: https://github.com/Zukero/andors-trail/
|
||||
- Language(s): Java
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
19
games/rpg/argentum_online.md
Normal file
19
games/rpg/argentum_online.md
Normal file
@ -0,0 +1,19 @@
|
||||
# Argentum Online
|
||||
|
||||
_Open Source FREE 2D MMORPG._
|
||||
|
||||
- Home: http://www.comunidadargentum.com/ (Spanish)
|
||||
- Download: http://www.comunidadargentum.com/descargas/
|
||||
- State: beta, inactive since 2014
|
||||
- Keywords: mmo
|
||||
- Code: http://morgoao.cvs.sourceforge.net/ (cvs) https://github.com/Argentum-Online/Argentum-Online
|
||||
- Language(s): VB
|
||||
- License: GPL-2.0
|
||||
|
||||
See also [spin-off](https://github.com/horacioMartinez/argentumonline.io).
|
||||
|
||||
See also [server mod](https://sourceforge.net/projects/aoserverbyshura/).
|
||||
|
||||
## Building
|
||||
|
||||
|
17
games/rpg/arx_libertatis.md
Normal file
17
games/rpg/arx_libertatis.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Arx Libertatis
|
||||
|
||||
_Arx Libertatis is a cross-platform, open source port of Arx Fatalis, a 2002 first-person role-playing game / dungeon crawler._
|
||||
|
||||
- Home: http://arx-libertatis.org/
|
||||
- Wikipedia: https://en.wikipedia.org/wiki/Arx_Fatalis#Development
|
||||
- Download: http://wiki.arx-libertatis.org/Download
|
||||
- State: mature
|
||||
- Keywords: single player
|
||||
- Code: https://github.com/arx/ArxLibertatis
|
||||
- Language(s): C++
|
||||
- License: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
Uses CMake
|
||||
|
12
games/rpg/atrinik.md
Normal file
12
games/rpg/atrinik.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Atrinik
|
||||
|
||||
_Multiplayer Online Role Playing Game (MORPG) with 2D isometric graphics based on Daimonin and Crossfire._
|
||||
|
||||
- Home: https://www.atrinik.org/
|
||||
- Download: see home
|
||||
- Code: https://github.com/atrinik
|
||||
- Language(s): C
|
||||
|
||||
## Building
|
||||
|
||||
Uses CMake
|
17
games/rpg/blades_of_exile.md
Normal file
17
games/rpg/blades_of_exile.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Blades of Exile
|
||||
|
||||
_{One line description}_
|
||||
|
||||
- Home: http://www.spiderwebsoftware.com/blades/opensource.html
|
||||
- Wikipedia: <https://en.wikipedia.org/wiki/Exile_(1995_video_game_series)#Blades_of_Exile>
|
||||
- Download: {URL}
|
||||
- State: beta, mature (inactive since)
|
||||
- Keywords: single player, multi player, RTS, TBS (if none, remove the line)
|
||||
- Code: https://github.com/calref/cboe
|
||||
- Language(s): C++
|
||||
- License: GPL-2.0
|
||||
|
||||
Started as a commercial project.
|
||||
|
||||
## Building
|
||||
|
15
games/rpg/browserquest.md
Normal file
15
games/rpg/browserquest.md
Normal file
@ -0,0 +1,15 @@
|
||||
# BrowserQuest
|
||||
|
||||
_A Massively Multiplayer Adventure._
|
||||
|
||||
- Home: http://browserquest.mozilla.org/
|
||||
- Wikipedia: https://en.wikipedia.org/wiki/BrowserQuest
|
||||
- State: matures
|
||||
- Keywords: MMORPG
|
||||
- Code: https://github.com/mozilla/BrowserQuest
|
||||
- Language(s): Javascript
|
||||
- License: MPL-2.0
|
||||
|
||||
## Building
|
||||
|
||||
|
12
games/rpg/catch_challenger.md
Normal file
12
games/rpg/catch_challenger.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Catch Challenger
|
||||
|
||||
_A independent MMORPG, Lan game and a single player game._
|
||||
|
||||
- Home: https://catchchallenger.first-world.info/
|
||||
- Download: https://catchchallenger.first-world.info/download.html
|
||||
- Code: https://github.com/alphaonex86/CatchChallenger
|
||||
- Language(s): C++
|
||||
|
||||
## Building
|
||||
|
||||
|
12
games/rpg/choria.md
Normal file
12
games/rpg/choria.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Choria
|
||||
|
||||
_An MMORPG that's all about grinding and doing chores._
|
||||
|
||||
- Home: https://github.com/jazztickets/choria
|
||||
- Code: https://github.com/jazztickets/choria
|
||||
- Language(s): C++, C
|
||||
- License: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
|
15
games/rpg/crossfire.md
Normal file
15
games/rpg/crossfire.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Crossfire
|
||||
|
||||
_Cooperative multiplayer graphical RPG and adventure game._
|
||||
|
||||
- Home: http://crossfire.real-time.com/ https://sourceforge.net/projects/crossfire/
|
||||
- Download: http://crossfire.real-time.com/download/index.html
|
||||
- Keywords: MMO
|
||||
- Code: https://sourceforge.net/p/crossfire/code/HEAD/tree/ (svn)
|
||||
- Language(s): C, Java
|
||||
- License: GPL-2.0
|
||||
|
||||
See also [Gridarta for Crossfire, the map editor](https://sourceforge.net/projects/gridarta/).
|
||||
|
||||
## Building
|
||||
|
17
games/rpg/daimonin.md
Normal file
17
games/rpg/daimonin.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Daimonin
|
||||
|
||||
_Massively Multiplayer On-line Role-playing Game (MMORPG)._
|
||||
|
||||
- Home: https://www.daimonin.org/
|
||||
- Wikipedia: <https://en.wikipedia.org/wiki/Crossfire_(1992_video_game)#Influence_on_other_online_games>
|
||||
- Download: https://www.daimonin.org/downloads/
|
||||
- State: mature
|
||||
- Keywords: MMO
|
||||
- Code: https://sourceforge.net/p/daimonin/code/HEAD/tree/ (svn)
|
||||
- Language(s): C
|
||||
- License: GPL-2.0
|
||||
|
||||
Server code based on [Crossfire](crossfire.md)
|
||||
|
||||
## Building
|
||||
|
13
games/rpg/dark_city.md
Normal file
13
games/rpg/dark_city.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Dark City
|
||||
|
||||
_DarkCity is a MMORPG game, in text mode on the Internet._
|
||||
|
||||
- Home: https://sourceforge.net/projects/darkcity/
|
||||
- Download: https://sourceforge.net/projects/darkcity/files/
|
||||
- State: inactive since 2012
|
||||
- Code: https://sourceforge.net/p/darkcity/code/HEAD/tree/ (svn)
|
||||
- Language(s): PHO
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
12
games/rpg/dawn.md
Normal file
12
games/rpg/dawn.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Dawn
|
||||
|
||||
_2D RPG set in a fantasy world._
|
||||
|
||||
- Home: https://github.com/iamCode/Dawn/wiki
|
||||
- State: beta, inactive since 2011
|
||||
- Keywords: single player
|
||||
- Code: https://github.com/iamCode/Dawn
|
||||
- Language(s): C++
|
||||
- License: GPL-3.0
|
||||
|
||||
## Building
|
13
games/rpg/deliantra.md
Normal file
13
games/rpg/deliantra.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Deliantra
|
||||
|
||||
_A cooperative multiplayer RPG and adventure game set in a classical medieval environment with ubiquitious weapons and magic._
|
||||
|
||||
- Home: http://www.deliantra.net/index.html
|
||||
- Download: http://www.deliantra.net/play.html
|
||||
- State: mature
|
||||
- Keywords: MMO
|
||||
- Code: http://cvs.schmorp.de/deliantra/ (cvs)
|
||||
- Language(s): C
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
15
games/rpg/dnt.md
Normal file
15
games/rpg/dnt.md
Normal file
@ -0,0 +1,15 @@
|
||||
# DNT
|
||||
|
||||
_3D single player RPG in a satirical post-apocalyptical world._
|
||||
|
||||
- Home: http://dnt.dnteam.org/cgi-bin/about.py https://sourceforge.net/projects/dnt/
|
||||
- Download: http://dnt.dnteam.org/cgi-bin/downloads.py
|
||||
- State: beta, inactive since 2016
|
||||
- Keywords: single player
|
||||
- Code: https://sourceforge.net/p/dnt/code/ci/master/tree/ (git)
|
||||
- Language(s): C++
|
||||
- License: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
Uses CMake
|
16
games/rpg/egoboo.md
Normal file
16
games/rpg/egoboo.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Egoboo
|
||||
|
||||
_A three-dimensional dungeon crawling adventure that borrows a lot of elements from the roguelike genre._
|
||||
|
||||
- Home: http://egoboo.sourceforge.net/about.html
|
||||
- Wikipedia: <https://en.wikipedia.org/wiki/Egoboo_(video_game)>
|
||||
- Download: http://egoboo.sourceforge.net/download.html
|
||||
- State: mature, inactive since 2015
|
||||
- Code: https://sourceforge.net/p/egoboo/svn/HEAD/tree/ (svn) https://github.com/egoboo/egoboo
|
||||
- Language(s): C++, C
|
||||
- License: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
Uses CMake
|
||||
|
15
games/rpg/eternal_lands.md
Normal file
15
games/rpg/eternal_lands.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Eternal Lands
|
||||
|
||||
_Multiplayer, online role-playing game (MMORPG)._
|
||||
|
||||
- Home: http://www.eternal-lands.com/
|
||||
- Wikipedia: https://en.wikipedia.org/wiki/Eternal_Lands
|
||||
- Download: http://www.eternal-lands.com/page/download.php
|
||||
- State: mature
|
||||
- Keywords: MMO
|
||||
- Code: https://github.com/raduprv/Eternal-Lands
|
||||
- Language(s): C, C++
|
||||
- License: [Special](https://raw.githubusercontent.com/raduprv/Eternal-Lands/master/eternal_lands_license.txt)
|
||||
|
||||
## Building
|
||||
|
14
games/rpg/evol_online.md
Normal file
14
games/rpg/evol_online.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Evol Online
|
||||
|
||||
_A homely MMORPG._
|
||||
|
||||
- Home: http://evolonline.org/
|
||||
- Download: http://evolonline.org/manaplus
|
||||
- Keywords: MMO
|
||||
- Code: git@gitlab.com:evol/evol-all.git
|
||||
|
||||
Uses Mana source engine.
|
||||
|
||||
## Building
|
||||
|
||||
|
14
games/rpg/exult.md
Normal file
14
games/rpg/exult.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Exult
|
||||
|
||||
_A cross-platform recreation of the Ultima VII engine._
|
||||
|
||||
- Home: http://exult.sourceforge.net/
|
||||
- Media: <https://en.wikipedia.org/wiki/Ultima_VII:_The_Black_Gate#Compatibility_with_modern_systems_and_fan_projects>
|
||||
- Download: http://exult.sourceforge.net/download.php
|
||||
- State: mature
|
||||
- Code: https://github.com/exult/exult
|
||||
- Language(s): C++
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
13
games/rpg/fall_of_imiryn.md
Normal file
13
games/rpg/fall_of_imiryn.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Fall of Imyrin
|
||||
|
||||
_The first serious game using the Annchienta engine._
|
||||
|
||||
- Home: http://annchienta.sourceforge.net/?page=fall_of_imiryn
|
||||
- Download: https://sourceforge.net/projects/annchienta/files/annchienta/current/
|
||||
- State: beta, inactive since 2009
|
||||
- Code: https://sourceforge.net/p/annchienta/code/HEAD/tree/trunk/Annchienta/ (svn)
|
||||
- Language(s): Python
|
||||
- License: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
17
games/rpg/freedroid.md
Normal file
17
games/rpg/freedroid.md
Normal file
@ -0,0 +1,17 @@
|
||||
# FreedroidRPG
|
||||
|
||||
_FreedroidRPG is an open source role playing game._
|
||||
|
||||
- Home: http://www.freedroid.org/
|
||||
- Wikipedia: https://de.wikipedia.org/wiki/FreedroidRPG (German)
|
||||
- Download: http://www.freedroid.org/download/
|
||||
- State: mature
|
||||
- Keywords: single player, isometric
|
||||
- Code: https://gitlab.com/freedroid/freedroid-src
|
||||
- Language(s): C
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
||||
Uses make
|
||||
|
15
games/rpg/goblin_hack.md
Normal file
15
games/rpg/goblin_hack.md
Normal file
@ -0,0 +1,15 @@
|
||||
# {NAME}
|
||||
|
||||
_A roguelike opengl-based smooth-scrolling ASCII graphics game._
|
||||
|
||||
- Home: https://sourceforge.net/projects/goblinhack/
|
||||
- Download: https://sourceforge.net/projects/goblinhack/files/
|
||||
- State: beta, inactive since
|
||||
- Keywords: Sp, roguelike
|
||||
- Code: https://github.com/goblinhack/goblinhack https://sourceforge.net/p/goblinhack/code/HEAD/tree/ (svn)
|
||||
- Language(s): C++
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
||||
|
16
games/rpg/ilarion.md
Normal file
16
games/rpg/ilarion.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Ilarion
|
||||
|
||||
_Kostenloses Open Source-MMORPG, welches seinen Schwerpunkt auf echtes Rollenspiel legt._
|
||||
|
||||
- Home: http://illarion.org/general/de_startpage.php (German)
|
||||
- Download: http://illarion.org/illarion/de_java_download.php
|
||||
- State: mature
|
||||
- Keywords: MMO
|
||||
- Code: https://github.com/Illarion-eV
|
||||
- Language(s): C++, Java, Lua
|
||||
- License: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
Gradle
|
||||
|
11
games/rpg/land_of_fire.md
Normal file
11
games/rpg/land_of_fire.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Land of Fire
|
||||
|
||||
_A currently playable MMORPG project._
|
||||
|
||||
- Home: http://landoffire.org/
|
||||
- Code: https://github.com/landoffire
|
||||
|
||||
Uses the Mana source engine.
|
||||
|
||||
## Building
|
||||
|
14
games/rpg/manaworld.md
Normal file
14
games/rpg/manaworld.md
Normal file
@ -0,0 +1,14 @@
|
||||
# The Mana World
|
||||
|
||||
_2D open source MMORPG._
|
||||
|
||||
- Home: https://www.themanaworld.org/
|
||||
- Download: https://www.themanaworld.org/index.php/Downloads
|
||||
- Keywords: MMO
|
||||
- Code: https://github.com/themanaworld
|
||||
- Language(s): PHP
|
||||
- License: GPL-2.0
|
||||
|
||||
See also [ManaPlus](http://manaplus.org/) client.
|
||||
|
||||
## Building
|
15
games/rpg/meridian59.md
Normal file
15
games/rpg/meridian59.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Meridian 59
|
||||
|
||||
_A classic MMO._
|
||||
|
||||
- Home: http://meridian59.com/
|
||||
- Wikipedia: https://en.wikipedia.org/wiki/Meridian_59
|
||||
- Download: http://meridian59.com/play-now.php
|
||||
- State: mature
|
||||
- Keywords: MMO
|
||||
- Code: https://github.com/Meridian59/Meridian59
|
||||
- Language(s): C++, C
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
10
games/rpg/meritous.md
Normal file
10
games/rpg/meritous.md
Normal file
@ -0,0 +1,10 @@
|
||||
# Meritous
|
||||
|
||||
_Action-adventure dungeon crawl game._
|
||||
|
||||
- Home: http://www.asceai.net/meritous/
|
||||
- Wikipedia: https://libregamewiki.org/Meritous
|
||||
- Download: see home
|
||||
|
||||
## Building
|
||||
|
15
games/rpg/open_meridian.md
Normal file
15
games/rpg/open_meridian.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Open Meridian
|
||||
|
||||
_Meridian 59 is a long-running medieval fantasy combat and adventure MMO._
|
||||
|
||||
- Home: http://openmeridian.org/
|
||||
- Download: http://openmeridian.org/create-account/
|
||||
- State: mature
|
||||
- Keywords: MMO
|
||||
- Code: https://github.com/OpenMeridian/Meridian59
|
||||
- Language(s): C, C++
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
||||
|
||||
|
16
games/rpg/open_tibia.md
Normal file
16
games/rpg/open_tibia.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Open Tibia
|
||||
|
||||
_Remake of Tibia_
|
||||
|
||||
- Home: https://github.com/opentibia https://sourceforge.net/projects/opentibia/
|
||||
- Download: https://sourceforge.net/projects/opentibia/files/
|
||||
- State: beta, inactive since 2014
|
||||
- Code: https://github.com/opentibia
|
||||
- Language(s): C++
|
||||
- License: GPL-2.0
|
||||
|
||||
Based on [Tibia](http://tibia.wikia.com/wiki/CipSoft_GmbH).
|
||||
|
||||
## Building
|
||||
|
||||
Uses CMake
|
14
games/rpg/other_life.md
Normal file
14
games/rpg/other_life.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Other-Life
|
||||
|
||||
_A community based game that allows you to affect the future of the game._
|
||||
|
||||
- Home: http://www.other-life.com/
|
||||
- Wikipedia: https://en.wikipedia.org/wiki/Eternal_Lands#Spin-offs
|
||||
- Download: http://www.other-life.com/downloads.php
|
||||
- Keywords: MMO
|
||||
- Code: https://github.com/jp8900308/other-life https://github.com/gregoryfenton/other-life
|
||||
- Language(s): C, C++
|
||||
|
||||
Based on [Eternal Lands](eternal_lands.md)
|
||||
|
||||
## Building
|
11
games/rpg/parpg.md
Normal file
11
games/rpg/parpg.md
Normal file
@ -0,0 +1,11 @@
|
||||
# PARPG
|
||||
|
||||
_Post-Acopalyptic RPG._
|
||||
|
||||
- Home: http://blog.parpg.net/ https://sourceforge.net/projects/parpg/
|
||||
- Download: http://blog.parpg.net/download/
|
||||
- State: beta, inactive since 2012
|
||||
- Code: http://parpg-trac.cvsdude.com/parpg/browser (svn)
|
||||
|
||||
## Building
|
||||
|
14
games/rpg/planeshift.md
Normal file
14
games/rpg/planeshift.md
Normal file
@ -0,0 +1,14 @@
|
||||
# PlaneShift
|
||||
|
||||
_Role Playing Game immersed into a 3D virtual fantasy world._
|
||||
|
||||
- Home: http://www.planeshift.it/
|
||||
- Wikipedia: <https://en.wikipedia.org/wiki/PlaneShift_(video_game)>
|
||||
- Download: http://www.planeshift.it/Download
|
||||
- State: mature
|
||||
- Keywords: MMO
|
||||
- Code: https://sourceforge.net/p/planeshift/code/HEAD/tree/trunk/src/ (svn)
|
||||
- Language(s): C++
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
13
games/rpg/project_diaspora.md
Normal file
13
games/rpg/project_diaspora.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Project Diaspora
|
||||
|
||||
_Space style MMO RPG 2D with upgradeable ships and expandable environment._
|
||||
|
||||
- Home: http://pdiaspora.sourceforge.net/
|
||||
- Download: https://sourceforge.net/projects/pdiaspora/files/
|
||||
- State: beta, inactive since 2011
|
||||
- Code: see download
|
||||
- Language(s): C
|
||||
- License: zlib
|
||||
|
||||
## Building
|
||||
|
13
games/rpg/radakan.md
Normal file
13
games/rpg/radakan.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Radakan
|
||||
|
||||
_Single player RPG game, set in a dark fantasy setting where four unique races struggle for survival._
|
||||
|
||||
- Home: <https://web.archive.org/web/20170915004555/http://radakan.org/>
|
||||
- Download: https://sourceforge.net/projects/radakan/files/
|
||||
- State: beta, inactive since 2010
|
||||
- Keywords: SP
|
||||
- Code: https://sourceforge.net/p/radakan/code/HEAD/tree/
|
||||
- Language(s): Python
|
||||
- License: Special (permissive)
|
||||
|
||||
## Building
|
15
games/rpg/silvertree.md
Normal file
15
games/rpg/silvertree.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Silvertree
|
||||
|
||||
_3D RPG with a hybrid real time, turn based system._
|
||||
|
||||
- Home: https://code.google.com/archive/p/silvertree/
|
||||
- Download: https://code.google.com/archive/p/silvertree/downloads
|
||||
- State: beta, inactive since 2007
|
||||
- Keywords: SP
|
||||
- Code: https://code.google.com/archive/p/silvertree/source/default/source
|
||||
- Language(s): C++
|
||||
- License: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
Uses scons
|
15
games/rpg/source_of_tales.md
Normal file
15
games/rpg/source_of_tales.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Source of Tales
|
||||
|
||||
_A massive multiplayer online roleplaying game._
|
||||
|
||||
- Home: http://www.sourceoftales.org/
|
||||
- Download: {URL}
|
||||
- Keywords: MMO
|
||||
- Code: https://github.com/tales/sourceoftales
|
||||
- Language(s): Lua
|
||||
- License: GPL-3.0
|
||||
|
||||
Uses the Mana source engine.
|
||||
|
||||
## Building
|
||||
|
21
games/rpg/space_station_13.md
Normal file
21
games/rpg/space_station_13.md
Normal file
@ -0,0 +1,21 @@
|
||||
# Space Station 13
|
||||
|
||||
_A community developed, multiplayer round-based role playing game, where players assume the role of a crewmember on a space station._
|
||||
|
||||
- Home: https://spacestation13.com/
|
||||
- Wikipedia: https://en.wikipedia.org/wiki/Space_Station_13
|
||||
- State: mature
|
||||
- Keywords: online
|
||||
- Code: many different versions
|
||||
|
||||
Uses the [Byond engine]() which is closed source!
|
||||
|
||||
Open source versions:
|
||||
- https://tgstation13.org/ https://github.com/tgstation/tgstation
|
||||
- https://baystation12.net/ https://github.com/Baystation12/Baystation12/
|
||||
- https://nanotrasen.se/forum/ https://github.com/ParadiseSS13/Paradise
|
||||
- https://github.com/ss13remake/ss13remake
|
||||
- https://github.com/griefly/griefly (not using Byond?)
|
||||
|
||||
## Building
|
||||
|
15
games/rpg/stendhal.md
Normal file
15
games/rpg/stendhal.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Stendhal
|
||||
|
||||
_Multiplayer online adventure game with an old school feel._
|
||||
|
||||
- Home: https://stendhalgame.org/
|
||||
- Download: see home
|
||||
- State: mature
|
||||
- Keywords: multi player, server
|
||||
- Code: https://sourceforge.net/p/arianne/stendhal/ci/master/tree/
|
||||
- Language(s): Java
|
||||
- License: GPL-2.0
|
||||
|
||||
Uses the Arianne engine.
|
||||
|
||||
## Building
|
13
games/rpg/trinity_reign.md
Normal file
13
games/rpg/trinity_reign.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Trinity Reign
|
||||
|
||||
_Cross-platform, open source 3D IMOW (Immersive Multiplayer Online World)._
|
||||
|
||||
- Home: <https://web.archive.org/web/20131209073248/http://trinity-reign.com/> https://sourceforge.net/projects/ura-game/
|
||||
- State: beta, inactive since 2013
|
||||
- Code: https://sourceforge.net/p/ura-game/code/HEAD/tree/ (svn)
|
||||
- Language(s): C++
|
||||
- License: GPL-3.0
|
||||
|
||||
## Building
|
||||
|
||||
Uses CMake
|
15
games/rpg/valyria_tear.md
Normal file
15
games/rpg/valyria_tear.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Valyria Tear
|
||||
|
||||
_J-RPG (Based on the Hero of Allacrost engine)._
|
||||
|
||||
- Home: https://valyriatear.blogspot.de/
|
||||
- Download: https://valyriatear.blogspot.de/p/downloads.html
|
||||
- Keywords: JRPG
|
||||
- Code: https://github.com/ValyriaTear/ValyriaTear
|
||||
- Language(s): Lua, C++, C
|
||||
- License: GPL
|
||||
|
||||
## Building
|
||||
|
||||
Uses CMake
|
||||
|
14
games/rpg/vegatrek.md
Normal file
14
games/rpg/vegatrek.md
Normal file
@ -0,0 +1,14 @@
|
||||
# VegaTrek
|
||||
|
||||
_Open source Star Trek based game (based on VegaStrike Engine) that lets you fight, trade and explore in the Star Trek universe._
|
||||
|
||||
- Home: https://sourceforge.net/projects/vegatrek/
|
||||
- Download: https://sourceforge.net/projects/vegatrek/files/vegatrek%200.6/
|
||||
- State: beta, inactive since 2013
|
||||
- Code: https://sourceforge.net/p/vegatrek/code/HEAD/tree/ (svn)
|
||||
- License: GPL-2.0
|
||||
|
||||
Configuration files for the VegaStrike engine.
|
||||
|
||||
## Building
|
||||
|
12
games/rpg/world_of_phaos.md
Normal file
12
games/rpg/world_of_phaos.md
Normal file
@ -0,0 +1,12 @@
|
||||
# World of Phaos
|
||||
|
||||
_Online Roleplaying Game browser based, which takes place in the high fantasy world Kallen._
|
||||
|
||||
- Home: http://worldofphaos.com/index.php?site=online_rpg https://sourceforge.net/projects/phaosrpg/
|
||||
- Download: https://sourceforge.net/projects/phaosrpg/files/
|
||||
- State: inactive since 2011
|
||||
- Code: see download
|
||||
- Language(s): PHP
|
||||
- License: GPL-2.0
|
||||
|
||||
## Building
|
18
games/rpg/xu4.md
Normal file
18
games/rpg/xu4.md
Normal file
@ -0,0 +1,18 @@
|
||||
# XU4
|
||||
|
||||
_A remake of the computer game Ultima IV._
|
||||
|
||||
- Home: http://xu4.sourceforge.net/ https://sourceforge.net/projects/xu4/
|
||||
- Media: <https://en.wikipedia.org/wiki/Ultima_IV:_Quest_of_the_Avatar#Ultima_IV_on_modern_operating_systems>
|
||||
- Download: http://xu4.sourceforge.net/download.php
|
||||
- State: mature
|
||||
- Keywords: SP
|
||||
- Code: https://sourceforge.net/p/xu4/code/HEAD/tree/
|
||||
- Language(s): C++
|
||||
- License: GPL-2.0
|
||||
|
||||
Ultima 4 is now [freely available](https://www.gog.com/game/ultima_4).
|
||||
|
||||
## Building
|
||||
|
||||
Uses CMake
|
Reference in New Issue
Block a user