From 381a62784a0012b786db58d66d15b7cc1026a79b Mon Sep 17 00:00:00 2001 From: Trilarion Date: Thu, 7 Jun 2018 13:01:52 +0200 Subject: [PATCH] new entries --- README.md | 4 +-- games/framework/_toc.md | 6 ++-- games/framework/{openfl.md => open_fl.md} | 0 games/framework/{openrpg.md => open_rpg.md} | 6 ++-- .../{openrpgmaker.md => open_rpg_maker.md} | 0 games/misc/_toc.md | 11 ++++++ games/misc/autorealm.md | 15 ++++++++ games/misc/deity.md | 14 ++++++++ games/misc/dungeon_mapper.md | 14 ++++++++ games/misc/gm_tools.md | 14 ++++++++ games/misc/java_ng.md | 14 ++++++++ games/misc/pcgen.md | 13 +++++++ games/misc/pymapper.md | 14 ++++++++ games/misc/rolemaster_office.md | 14 ++++++++ games/misc/rolisteam.md | 14 ++++++++ games/misc/rpdungeon.md | 14 ++++++++ ...scoreforge_pathfinder_character_creator.md | 13 +++++++ games/statistics.md | 35 ++++++++++--------- 18 files changed, 190 insertions(+), 25 deletions(-) rename games/framework/{openfl.md => open_fl.md} (100%) rename games/framework/{openrpg.md => open_rpg.md} (67%) rename games/framework/{openrpgmaker.md => open_rpg_maker.md} (100%) create mode 100644 games/misc/autorealm.md create mode 100644 games/misc/deity.md create mode 100644 games/misc/dungeon_mapper.md create mode 100644 games/misc/gm_tools.md create mode 100644 games/misc/java_ng.md create mode 100644 games/misc/pcgen.md create mode 100644 games/misc/pymapper.md create mode 100644 games/misc/rolemaster_office.md create mode 100644 games/misc/rolisteam.md create mode 100644 games/misc/rpdungeon.md create mode 100644 games/misc/scoreforge_pathfinder_character_creator.md diff --git a/README.md b/README.md index 290ffe1e..a36d40d1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Open Source Games [comment]: # (start of autogenerated content, do not edit) -396 entries +407 entries - **[Action/Arcade games](games/action/_toc.md)** (17) - **[Adventure games & Visual novels](games/adventure/_toc.md)** (16) - **[Game frameworks](games/framework/_toc.md)** (52) @@ -9,7 +9,7 @@ - **[Role Playing Games](games/rpg/_toc.md)** (106) - **[Simulation games](games/simulation/_toc.md)** (16) - **[Strategy games](games/strategy/_toc.md)** (166) -- **[Tools & Manuals](games/misc/_toc.md)** (1) +- **[Tools & Manuals](games/misc/_toc.md)** (12) [comment]: # (end of autogenerated content) A collection of open source games sorted by genre. The projects are at least in beta stage with a code basis that builds diff --git a/games/framework/_toc.md b/games/framework/_toc.md index 3fc3aa2f..a7611215 100644 --- a/games/framework/_toc.md +++ b/games/framework/_toc.md @@ -28,9 +28,9 @@ - **[O.H.R.RPG.C.E](ohrrpgce.md)** (Basic, mature) - **[OGRE3D](ogre3d.md)** (C++, mature) - **[Octaforge](octaforge.md)** (C++, mature) -- **[Open RPG Maker](openrpgmaker.md)** (beta, inactive since 2014) -- **[OpenFL](openfl.md)** (Haxe, mature) -- **[OpenRPG](openrpg.md)** (Java, Python, mature, inactive since 2013) +- **[Open RPG Maker](open_rpg_maker.md)** (beta, inactive since 2014) +- **[OpenFL](open_fl.md)** (Haxe, mature) +- **[OpenRPG](open_rpg.md)** (Java, Python, mature, inactive since 2013) - **[Orx](orx.md)** (C, mature) - **[Panda 3D](panda3d.md)** (C++, C, mature) - **[Polycode](polycode.md)** (C, C++, beta) diff --git a/games/framework/openfl.md b/games/framework/open_fl.md similarity index 100% rename from games/framework/openfl.md rename to games/framework/open_fl.md diff --git a/games/framework/openrpg.md b/games/framework/open_rpg.md similarity index 67% rename from games/framework/openrpg.md rename to games/framework/open_rpg.md index ef6dfa23..ed6c5d75 100644 --- a/games/framework/openrpg.md +++ b/games/framework/open_rpg.md @@ -2,10 +2,10 @@ _OpenRPG is an Internet application that allows people to play Role Playing Games and some miniature based war games in real-time over the Internet._ -- Home: http://www.rpgobjects.com/index.php?c=orpg https://app.assembla.com/spaces/openrpg/wiki/Home -- Download: http://www.rpgobjects.com/index.php?c=orpg&m=getorpg +- Home: http://www.rpgobjects.com/index.php?c=orpg https://app.assembla.com/spaces/openrpg/wiki/Home, https://sourceforge.net/projects/openrpg/ +- Download: http://www.rpgobjects.com/index.php?c=orpg&m=getorpg, https://sourceforge.net/projects/openrpg/files/ - State: mature, inactive since 2013 -- Code: https://sourceforge.net/p/openrpg/svn/HEAD/tree/ (svn), https://app.assembla.com/spaces/openrpg/mercurial/source (hg) +- Code: https://sourceforge.net/p/openrpg/svn/HEAD/tree/ (svn), https://sourceforge.net/p/openrpg/cvs/ (cvs), https://app.assembla.com/spaces/openrpg/mercurial/source (hg) - Language(s): Java, Python Fork: [Traipse](https://app.assembla.com/wiki/show/traipse) diff --git a/games/framework/openrpgmaker.md b/games/framework/open_rpg_maker.md similarity index 100% rename from games/framework/openrpgmaker.md rename to games/framework/open_rpg_maker.md diff --git a/games/misc/_toc.md b/games/misc/_toc.md index 8b83aa75..de228853 100644 --- a/games/misc/_toc.md +++ b/games/misc/_toc.md @@ -1,6 +1,17 @@ # Tools & Manuals [comment]: # (start of autogenerated content, do not edit) +- **[AutoREALM](autorealm.md)** (C++, GPL-3.0, mature) +- **[Deity](deity.md)** (Python, GPL-2.0, mature, inactive since 2014) +- **[Dungeon Mapper](dungeon_mapper.md)** (C++, GPL-3.0, beta, inactive since 2013) +- **[GM Tools](gm_tools.md)** (C++, GPL-2.0, beta, inactive since 2004) +- **[JaNaG - Java Name Generator](java_ng.md)** (Java, GPL-2.0, mature, inactive since 2011) - **[Open Legend RPG](open_legend_rpg.md)** (Text, mature) +- **[PCGen](pcgen.md)** (Java, mature) +- **[Pymapper](pymapper.md)** (Python, GPL-3.0, mature) +- **[RPDungeon - computer aided role playing](rpdungeon.md)** (Pascal, GPL-2.0, beta, inactive since 2006) +- **[Rolemaster Office](rolemaster_office.md)** (Java, Apache-2.0, mature) +- **[Rolisteam](rolisteam.md)** (C++, Javascript, GPL-2.0, mature) +- **[sCoreForge Pathfinder Character Creator](scoreforge_pathfinder_character_creator.md)** (Excel, mature) [comment]: # (end of autogenerated content) \ No newline at end of file diff --git a/games/misc/autorealm.md b/games/misc/autorealm.md new file mode 100644 index 00000000..29eae008 --- /dev/null +++ b/games/misc/autorealm.md @@ -0,0 +1,15 @@ +# AutoREALM + +_Role-playing game mapping program._ + +- Home: https://sourceforge.net/projects/autorealm/ +- Download: https://sourceforge.net/projects/autorealm/files +- State: mature +- Keywords: tool +- Code: https://sourceforge.net/p/autorealm/code/ci/master/tree/ +- Language(s): C++ +- License: GPL-3.0 +- Dependencies: wxWidgets + +## Building + diff --git a/games/misc/deity.md b/games/misc/deity.md new file mode 100644 index 00000000..039954c4 --- /dev/null +++ b/games/misc/deity.md @@ -0,0 +1,14 @@ +# Deity + +_GameMaster (i.e. role-playing) utility._ + +- Home: http://deity.sourceforge.net/, https://sourceforge.net/projects/deity/ +- Download: https://sourceforge.net/projects/deity/files +- State: mature, inactive since 2014 +- Keywords: tool +- Code: https://sourceforge.net/p/deity/code/HEAD/tree/ +- Language(s): Python +- License: GPL-2.0 + +## Building + diff --git a/games/misc/dungeon_mapper.md b/games/misc/dungeon_mapper.md new file mode 100644 index 00000000..3a8f0fe6 --- /dev/null +++ b/games/misc/dungeon_mapper.md @@ -0,0 +1,14 @@ +# Dungeon Mapper + +_Map your dungeons for your next role playing adventure._ + +- Home: http://dungeonmap.sourceforge.net/, https://sourceforge.net/projects/dungeonmap/ +- Download: https://sourceforge.net/projects/dungeonmap/files +- State: beta, inactive since 2013 +- Keywords: tool +- Code: https://sourceforge.net/p/dungeonmap/code/HEAD/tree/ +- Language(s): C++ +- License: GPL-3.0 + +## Building + diff --git a/games/misc/gm_tools.md b/games/misc/gm_tools.md new file mode 100644 index 00000000..ef3071c8 --- /dev/null +++ b/games/misc/gm_tools.md @@ -0,0 +1,14 @@ +# GM Tools + +_Game/Dungeon Master aid for role playing._ + +- Home: https://sourceforge.net/projects/gm-tools/ +- Download: https://sourceforge.net/projects/gm-tools/files +- State: beta, inactive since 2004 +- Keywords: tool +- Code: https://sourceforge.net/p/gm-tools/code/ +- Language(s): C++ +- License: GPL-2.0 + +## Building + diff --git a/games/misc/java_ng.md b/games/misc/java_ng.md new file mode 100644 index 00000000..e8b6e0f6 --- /dev/null +++ b/games/misc/java_ng.md @@ -0,0 +1,14 @@ +# JaNaG - Java Name Generator + +_ava random name generator for role-games, authors, and the like._ + +- Home: https://sourceforge.net/projects/janag.berlios/, https://web.archive.org/web/20110721022544/http://developer.berlios.de/projects/janag/ +- Download: https://sourceforge.net/projects/janag.berlios/files +- State: mature, inactive since 2011 +- Keywords: tool +- Code: (see download) +- Language(s): Java +- License: GPL-2.0 + +## Building + diff --git a/games/misc/pcgen.md b/games/misc/pcgen.md new file mode 100644 index 00000000..a8d6bf93 --- /dev/null +++ b/games/misc/pcgen.md @@ -0,0 +1,13 @@ +# PCGen + +_RPG Character Generator_ + +- Home: http://pcgen.org/, https://sourceforge.net/projects/pcgen/ +- Download: http://pcgen.org/download/, https://sourceforge.net/projects/pcgen/files +- State: mature +- Keywords: tool +- Code: https://sourceforge.net/p/pcgen/cvs/, https://sourceforge.net/p/pcgen/code/HEAD/tree/, https://github.com/PCGen/pcgen +- Language(s): Java + +## Building + diff --git a/games/misc/pymapper.md b/games/misc/pymapper.md new file mode 100644 index 00000000..62e30b48 --- /dev/null +++ b/games/misc/pymapper.md @@ -0,0 +1,14 @@ +# Pymapper + +_Map making utility used for role-playing games._ + +- Home: http://pymapper.com/, https://sourceforge.net/projects/pymapper/ +- Download: http://pymapper.com/downloads/, https://sourceforge.net/projects/pymapper/files/ +- State: mature +- Keywords: tool +- Code: (see download) +- Language(s): Python +- License: GPL-3.0 + +## Building + diff --git a/games/misc/rolemaster_office.md b/games/misc/rolemaster_office.md new file mode 100644 index 00000000..fd860464 --- /dev/null +++ b/games/misc/rolemaster_office.md @@ -0,0 +1,14 @@ +# Rolemaster Office + +_PC and NPC character generator for Rolemaster RMFRP roleplaying system (from Iron Crown Enterprises)._ + +- Home: https://sourceforge.net/projects/rmoffice/ +- Download: https://sourceforge.net/projects/rmoffice/files +- State: mature +- Keywords: tool +- Code: https://sourceforge.net/p/rmoffice/code/ci/master/tree/ +- Language(s): Java +- License: Apache-2.0 + +## Building + diff --git a/games/misc/rolisteam.md b/games/misc/rolisteam.md new file mode 100644 index 00000000..ca8e6da6 --- /dev/null +++ b/games/misc/rolisteam.md @@ -0,0 +1,14 @@ +# Rolisteam + +_Virtual tabletop software._ + +- Home: http://www.rolisteam.org/, https://sourceforge.net/projects/rolisteam/ +- Download: http://www.rolisteam.org/download.html, https://sourceforge.net/projects/rolisteam/files +- State: mature +- Keywords: tool +- Code: https://github.com/Rolisteam, https://github.com/Rolisteam/rolisteam +- Language(s): C++, Javascript +- License: GPL-2.0 + +## Building + diff --git a/games/misc/rpdungeon.md b/games/misc/rpdungeon.md new file mode 100644 index 00000000..e9dcce8a --- /dev/null +++ b/games/misc/rpdungeon.md @@ -0,0 +1,14 @@ +# RPDungeon - computer aided role playing + +_Collection of programs and libraries for pen and paper role playing._ + +- Home: https://sourceforge.net/projects/rpdungeon/ +- Download: https://sourceforge.net/projects/rpdungeon/files +- State: beta, inactive since 2006 +- Keywords: tool +- Code: https://sourceforge.net/p/rpdungeon/code/HEAD/tree/ (svn) +- Language(s): Pascal +- License: GPL-2.0 + +## Building + diff --git a/games/misc/scoreforge_pathfinder_character_creator.md b/games/misc/scoreforge_pathfinder_character_creator.md new file mode 100644 index 00000000..73ef679f --- /dev/null +++ b/games/misc/scoreforge_pathfinder_character_creator.md @@ -0,0 +1,13 @@ +# sCoreForge Pathfinder Character Creator + +_Pathfinder Character Creation._ + +- Home: https://sourceforge.net/projects/scoreforge/ +- Download: https://sourceforge.net/projects/scoreforge/files/ +- State: mature +- Keywords: tool +- Code: (see download) +- Language(s): Excel + +## Building + diff --git a/games/statistics.md b/games/statistics.md index b7cc51b2..936bd3c4 100644 --- a/games/statistics.md +++ b/games/statistics.md @@ -1,17 +1,17 @@ [comment]: # (autogenerated content, do not edit) # Statistics -analyzed 395 entries on 2018-06-06 16:35:41 +analyzed 406 entries on 2018-06-07 13:01:36 ## State -- mature: 186 (47.1%) -- beta: 161 (40.8%) -- inactive: 147 (37.2%) +- mature: 194 (47.8%) +- beta: 164 (40.4%) +- inactive: 152 (37.4%) ##### Inactive State -zoc (2017), dark_destiny (2016), dnt (2016), freerct (2016), polis (2016), wargame (2016), egoboo (2015), epic_of_heroes (2015), free_heroes2_engine (2015), mewl (2015), project_helena (2015), pyorpg (2015), roguish (2015), witch_blast (2015), argentum_online (2014), battles_of_antargis (2014), drop_shock (2014), dune_dynasty (2014), eternalwinterwars (2014), farcolony (2014), hale (2014), heroes_of_wing_commander (2014), kingdoms (2014), lips_of_suna (2014), open_tibia (2014), openrpgmaker (2014), rpge (2014), sintel (2014), summoming_wars (2014), turious (2014), xenowar (2014), bos_wars (2013), c_evo (2013), decker (2013), demigod (2013), holy_spirit (2013), mechcommander2_omnitech (2013), mpango (2013), openrpg (2013), phantasy (2013), trinity_reign (2013), vegatrek (2013), blacknova_traders (2012), cataclysm (2012), commando_js (2012), conquests (2012), dark_city (2012), golbin_camp (2012), hexwar (2012), outer_space (2012), parpg (2012), solar_empire (2012), thousand_parsec (2012), wizards_magic (2012), age_of_magic (2011), atlantis (2011), battlefield_java (2011), danger_from_the_deep (2011), dawn (2011), galaxymage_redux (2011), kobolds_quest_2 (2011), kq_lives (2011), open_moo2 (2011), project_diaspora (2011), runesword_ii (2011), song_of_albion (2011), star_control_2 (2011), uidunad (2011), world_of_phaos (2011), x-force (2011), ai_wars (2010), labyrinth_of_worlds (2010), linwarrior (2010), mercenary_commander (2010), open_homm (2010), radakan (2010), singularity (2010), skrupel (2010), slay (2010), space_trader_for_java (2010), xsera (2010), 8kingdoms (2009), alien_assault_traders (2009), annchienta (2009), ardentryst (2009), begin2 (2009), blitzkrieg (2009), dark_oberon (2009), duel_commander (2009), fall_of_imiryn (2009), fallen_spire (2009), freetrain (2009), glest (2009), goblin_hack (2009), open_pop (2009), orient (2009), secret_mario_chronicles (2009), world_of_heroes (2009), a_planets_revenge (2008), attal (2008), freestars (2008), mars_land_of_no_mercy (2008), moopy (2008), moria (2008), scoreos (2008), scourge (2008), sengoky_warring_states_of_japan (2008), space_opera (2008), space_trader_for_windows (2008), armies (2007), eos_dawn_of_light (2007), silvertree (2007), slash_em (2007), arthurs_knights (2006), avanor (2006), betrayer_moon_tactics (2006), boson (2006), crown_and_cutless (2006), eleconics (2006), jquest (2006), linleys_dungeon_crawl (2006), metal_mech (2006), rogue_clone_iv (2006), underworld_adventures (2006), galaxyng (2005), h_world (2005), spice_trade (2005), watomic (2005), zangband (2005), colonization_too (2004), geewhiz (2004), iter_vehemens_ad_necem (2004), openglad (2004), promisance (2004), t_bots (2004), antichess (2003), catmother (2003), civil (2003), machinations (2003), pizza_business (2003), planetary_hoppers (2003), the_clans (2003), wargamer (2003), umbra (2002), civil_war (2001), tuxracer (2001), operation_citadel (2000) +zoc (2017), dark_destiny (2016), dnt (2016), freerct (2016), polis (2016), wargame (2016), egoboo (2015), epic_of_heroes (2015), free_heroes2_engine (2015), mewl (2015), project_helena (2015), pyorpg (2015), roguish (2015), witch_blast (2015), argentum_online (2014), battles_of_antargis (2014), deity (2014), drop_shock (2014), dune_dynasty (2014), eternalwinterwars (2014), farcolony (2014), hale (2014), heroes_of_wing_commander (2014), kingdoms (2014), lips_of_suna (2014), open_rpg_maker (2014), open_tibia (2014), rpge (2014), sintel (2014), summoming_wars (2014), turious (2014), xenowar (2014), bos_wars (2013), c_evo (2013), decker (2013), demigod (2013), dungeon_mapper (2013), holy_spirit (2013), mechcommander2_omnitech (2013), mpango (2013), open_rpg (2013), phantasy (2013), trinity_reign (2013), vegatrek (2013), blacknova_traders (2012), cataclysm (2012), commando_js (2012), conquests (2012), dark_city (2012), golbin_camp (2012), hexwar (2012), outer_space (2012), parpg (2012), solar_empire (2012), thousand_parsec (2012), wizards_magic (2012), age_of_magic (2011), atlantis (2011), battlefield_java (2011), danger_from_the_deep (2011), dawn (2011), galaxymage_redux (2011), java_ng (2011), kobolds_quest_2 (2011), kq_lives (2011), open_moo2 (2011), project_diaspora (2011), runesword_ii (2011), song_of_albion (2011), star_control_2 (2011), uidunad (2011), world_of_phaos (2011), x-force (2011), ai_wars (2010), labyrinth_of_worlds (2010), linwarrior (2010), mercenary_commander (2010), open_homm (2010), radakan (2010), singularity (2010), skrupel (2010), slay (2010), space_trader_for_java (2010), xsera (2010), 8kingdoms (2009), alien_assault_traders (2009), annchienta (2009), ardentryst (2009), begin2 (2009), blitzkrieg (2009), dark_oberon (2009), duel_commander (2009), fall_of_imiryn (2009), fallen_spire (2009), freetrain (2009), glest (2009), goblin_hack (2009), open_pop (2009), orient (2009), secret_mario_chronicles (2009), world_of_heroes (2009), a_planets_revenge (2008), attal (2008), freestars (2008), mars_land_of_no_mercy (2008), moopy (2008), moria (2008), scoreos (2008), scourge (2008), sengoky_warring_states_of_japan (2008), space_opera (2008), space_trader_for_windows (2008), armies (2007), eos_dawn_of_light (2007), silvertree (2007), slash_em (2007), arthurs_knights (2006), avanor (2006), betrayer_moon_tactics (2006), boson (2006), crown_and_cutless (2006), eleconics (2006), jquest (2006), linleys_dungeon_crawl (2006), metal_mech (2006), rogue_clone_iv (2006), rpdungeon (2006), underworld_adventures (2006), galaxyng (2005), h_world (2005), spice_trade (2005), watomic (2005), zangband (2005), colonization_too (2004), geewhiz (2004), gm_tools (2004), iter_vehemens_ad_necem (2004), openglad (2004), promisance (2004), t_bots (2004), antichess (2003), catmother (2003), civil (2003), machinations (2003), pizza_business (2003), planetary_hoppers (2003), the_clans (2003), wargamer (2003), umbra (2002), civil_war (2001), tuxracer (2001), operation_citadel (2000) ##### Without state tag (48) @@ -19,23 +19,23 @@ zoc (2017), dark_destiny (2016), dnt (2016), freerct (2016), polis (2016), warga ## Languages -Without language tag: 19 (4.8%) +Without language tag: 19 (4.7%) -civil_war, crimson_fields, dragon_history, evol_online, imperium, land_of_fire, machinations, meritous, murder_in_the_public_domain, open_general, open_moo2, openal, openrpgmaker, parpg, solaris, space_station_13, star_maiden_rio, vegatrek, xconq +civil_war, crimson_fields, dragon_history, evol_online, imperium, land_of_fire, machinations, meritous, murder_in_the_public_domain, open_general, open_moo2, open_rpg_maker, openal, parpg, solaris, space_station_13, star_maiden_rio, vegatrek, xconq ##### Language frequency -- C++ (36.6%) -- C (20.8%) -- Java (11.3%) -- Python (8.4%) -- Lua (5.3%) -- Javascript (3.8%) +- C++ (36.5%) +- C (20.3%) +- Java (11.7%) +- Python (8.6%) +- Lua (5.2%) +- Javascript (3.9%) - PHP (3.5%) - C# (2.4%) -- Pascal (0.9%) +- Pascal (1.1%) - Ren'py (0.9%) -- Haxe (0.7%) +- Haxe (0.6%) - Delphi (0.4%) - Delphi Pascal (0.4%) - ActionScript (0.2%) @@ -46,6 +46,7 @@ civil_war, crimson_fields, dragon_history, evol_online, imperium, land_of_fire, - Clojure (0.2%) - Coffeescript (0.2%) - D (0.2%) +- Excel (0.2%) - GDScript (0.2%) - Groovy (0.2%) - Kotlin (0.2%) @@ -61,9 +62,9 @@ civil_war, crimson_fields, dragon_history, evol_online, imperium, land_of_fire, ## Code licenses -Without license tag: 226 (57.2%) +Without license tag: 237 (58.4%) -8kingdoms, a_planets_revenge, age_of_magic, ai_wars, alien_assault_traders, ancient_beast, angband, antares, antichess, ardentryst, armies, arthurs_knights, atlantis, atomiks, atomix, atrinik, atromenace, attal, avanor, battlefield_java, battles_of_antargis, begin2, betrayer_moon_tactics, blacknova_traders, blitzkrieg, bos_wars, boson, bygfoot, c_evo, caesar_ia, call_to_power2, camelia_girls, castle_of_the_winds, cataclysm, catch_challenger, catmother, civil_war, civone, clou, colobot, colonization_too, commando_js, conquests, crimson_fields, danger_from_the_deep, dark_destiny, dark_oberon, decker, demigod, devana, digital, dragon_hunt, drop_shock, duel_commander, dune_dynasty, dune_ii_the_maker, dune_legacy, dungeon_crawl_stone_soup, dungeon_hero, dungeon_quest, eleconics, endless_sky, eos_dawn_of_light, epic_of_heroes, epoh, eternalwinterwars, evil_cult, evol_online, fallen_spire, fanwor, farcolony, first_strike, free_heroes2_engine, free_space_colonization, free_synd, freelords, freeminer, freerails, freerct, freeserf, freespace_colonization, freestars, freetrain, galaxymage_redux, galaxyng, gdash, gearhead, geewhiz, golbin_camp, h_world, harris, haxima, heroes_of_wesnoth, heroes_of_wing_commander, hexwar, holy_spirit, imperium, iter_vehemens_ad_necem, jagged_alliance2, jewelhunt, jigs_php_rpg, jquest, jsettlers, katomic, kingdoms, knights_and_merchants_remake, kobolds_quest_2, kq_lives, labyrinth_of_worlds, land_of_fire, linleys_dungeon_crawl, linwarrior, machinations, magarena, mars_land_of_no_mercy, mechcommander2_omnitech, mercenary_commander, meritous, metal_mech, mewl, moopy, moria, mpango, naev, nethack, nlarn, open_apocalypse, open_dune, open_general, open_homm, open_moo2, open_mw, open_panzer, open_pop, open_rails, open_rct2, open_skyscraper, open_soccer, open_soccer_star, open_sonic, open_web_soccer, open_zelda, openglad, openrpg, openrpgmaker, operation_citadel, orient, other_life, outer_space, parpg, phantasy, pioneers, pizza_business, planetary_hoppers, polis, project_helena, promisance, pyorpg, red_eclipse, regoth, return_to_the_roots, rocks_and_diamonds, rogue_clone_iv, runesword_ii, scorched_moon, scoreos, scourge, secret_mario_chronicles, sengoky_warring_states_of_japan, settlers_iii_remake, simple_solitaire, sintel, skrupel, slash_em, slay, smash, solar_empire, solaris, song_of_albion, space_faring, space_opera, space_station_13, space_trader_for_java, space_trader_for_windows, space_war, speed_dreams, spice_trade, star_maiden_rio, stars_nova, story_of_a_lost_sky, super_tux_kart, supremacy, t_bots, tales_of_maj_eyal, terasology, the_clans, theme_hospital, thousand_parsec, turious, turn_of_war, tuxemon, tuxracer, tvtower, uidunad, underworld_adventures, unnethack, vcmi, war_of_kingdom, wargame, wargamer, wargus, warzone_2100, wastes_edge, watomic, witch_blast, wizards_magic, wolfpack_empire, world_of_heroes, wyrmsun, x-force, xarchon, xenowar, xonotic, xsera, zangband, zoc +8kingdoms, a_planets_revenge, age_of_magic, ai_wars, alien_assault_traders, ancient_beast, angband, antares, antichess, ardentryst, armies, arthurs_knights, atlantis, atomiks, atomix, atrinik, atromenace, attal, autorealm, avanor, battlefield_java, battles_of_antargis, begin2, betrayer_moon_tactics, blacknova_traders, blitzkrieg, bos_wars, boson, bygfoot, c_evo, caesar_ia, call_to_power2, camelia_girls, castle_of_the_winds, cataclysm, catch_challenger, catmother, civil_war, civone, clou, colobot, colonization_too, commando_js, conquests, crimson_fields, danger_from_the_deep, dark_destiny, dark_oberon, decker, deity, demigod, devana, digital, dragon_hunt, drop_shock, duel_commander, dune_dynasty, dune_ii_the_maker, dune_legacy, dungeon_crawl_stone_soup, dungeon_hero, dungeon_mapper, dungeon_quest, eleconics, endless_sky, eos_dawn_of_light, epic_of_heroes, epoh, eternalwinterwars, evil_cult, evol_online, fallen_spire, fanwor, farcolony, first_strike, free_heroes2_engine, free_space_colonization, free_synd, freelords, freeminer, freerails, freerct, freeserf, freespace_colonization, freestars, freetrain, galaxymage_redux, galaxyng, gdash, gearhead, geewhiz, gm_tools, golbin_camp, h_world, harris, haxima, heroes_of_wesnoth, heroes_of_wing_commander, hexwar, holy_spirit, imperium, iter_vehemens_ad_necem, jagged_alliance2, java_ng, jewelhunt, jigs_php_rpg, jquest, jsettlers, katomic, kingdoms, knights_and_merchants_remake, kobolds_quest_2, kq_lives, labyrinth_of_worlds, land_of_fire, linleys_dungeon_crawl, linwarrior, machinations, magarena, mars_land_of_no_mercy, mechcommander2_omnitech, mercenary_commander, meritous, metal_mech, mewl, moopy, moria, mpango, naev, nethack, nlarn, open_apocalypse, open_dune, open_general, open_homm, open_moo2, open_mw, open_panzer, open_pop, open_rails, open_rct2, open_rpg, open_rpg_maker, open_skyscraper, open_soccer, open_soccer_star, open_sonic, open_web_soccer, open_zelda, openglad, operation_citadel, orient, other_life, outer_space, parpg, pcgen, phantasy, pioneers, pizza_business, planetary_hoppers, polis, project_helena, promisance, pymapper, pyorpg, red_eclipse, regoth, return_to_the_roots, rocks_and_diamonds, rogue_clone_iv, rolemaster_office, rolisteam, rpdungeon, runesword_ii, scorched_moon, scoreforge_pathfinder_character_creator, scoreos, scourge, secret_mario_chronicles, sengoky_warring_states_of_japan, settlers_iii_remake, simple_solitaire, sintel, skrupel, slash_em, slay, smash, solar_empire, solaris, song_of_albion, space_faring, space_opera, space_station_13, space_trader_for_java, space_trader_for_windows, space_war, speed_dreams, spice_trade, star_maiden_rio, stars_nova, story_of_a_lost_sky, super_tux_kart, supremacy, t_bots, tales_of_maj_eyal, terasology, the_clans, theme_hospital, thousand_parsec, turious, turn_of_war, tuxemon, tuxracer, tvtower, uidunad, underworld_adventures, unnethack, vcmi, war_of_kingdom, wargame, wargamer, wargus, warzone_2100, wastes_edge, watomic, witch_blast, wizards_magic, wolfpack_empire, world_of_heroes, wyrmsun, x-force, xarchon, xenowar, xonotic, xsera, zangband, zoc ##### Licenses frequency