diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-21 20:39:07 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | 86734105b545024f24170ea0829ab0e571e9f753 (patch) | |
tree | 48f544df55b4b031fffc06a57ea31d7886bd19e4 /games/commandergenius/commandergenius.rst | |
parent | 143c95cef219c4f10d67e5127f6778b5aa0dc9a8 (diff) | |
download | slackbuilds-86734105b545024f24170ea0829ab0e571e9f753.tar.gz |
games/commandergenius: Added (engine for Commander Keen games).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/commandergenius/commandergenius.rst')
-rw-r--r-- | games/commandergenius/commandergenius.rst | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/games/commandergenius/commandergenius.rst b/games/commandergenius/commandergenius.rst new file mode 100644 index 0000000000..2609fb6b83 --- /dev/null +++ b/games/commandergenius/commandergenius.rst @@ -0,0 +1,110 @@ +.. RST source for commandergenius(6) man page. Convert with: +.. rst2man.py commandergenius.rst > commandergenius.6 +.. rst2man.py comes from the SBo development/docutils package. + +.. |version| replace:: 1.9.5.3-Beta +.. |dotlessversion| replace:: 1953beta +.. |date| date:: + +.. converting from pod: +.. s/B<\([^>]*\)>/**\1**/g +.. s/I<\([^>]*\)>/*\1*/g + +=============== +commandergenius +=============== + +------------------------------------------- +open source engine for Commander Keen games +------------------------------------------- + +:Manual section: 6 +:Manual group: SlackBuilds.org +:Date: |date| +:Version: |version| + +SYNOPSIS +======== + +commandergenius [*dir=dir*] [*finale=<on|off>*] + +CGeniusExe [*dir=dir*] [*finale=<on|off>*] + +DESCRIPTION +=========== + +Commander Genius is an open-source clone of Commander Keen which allows +you to play the games, and some of the mods made for it. All of the +original data files are required to do so, however the authors have +provided convenient way to download some of the games (choose "Game +Center" at the main menu). It's also possible to use the data files from +an installed copy of one or more of the games. + +Supported games are Keen 1 through 6, plus Keen Dreams and several +fan-made mods. + +This man page is a brief summary. Full documentation can be found +in: + +/usr/doc/commandergenius-|dotlessversion|/README + +OPTIONS +======= + +*dir=dir* + Launch game in the given directory. This is a relative path from + one of the directories configured in *cgenius.cfg*; absolute paths + are not allowed. + +*finale=<on|off>* + Skip directly to the finale (ending) of the game. + +FILES +===== + +*/usr/share/games/commandergenius* + System-wide directory. Games may be installed here for use by + multiple players, in the *games/* subdirectory. Also, content from + the HQP (high quality pack) is installed here. + +*~/.CommanderGenius* + Per-user directory, containing any games downloaded from the in-game + Game Center. Also contains these files: + +*cgenius.cfg* + Main config file, rewritten on game exit. Contains user preferences. + Normally not edited by hand, but it's possible to do so. + +*games.cfg* + List of installed games and their directory paths. + +*CGLog.html* + Log file created by the game. + +*downloads/* + Zip files downloaded within the Game Center are saved here. + +*games/* + Files extracted from downloaded zip files are stored here. Also, + users may manually copy game data files here and add them to + *games.cfg*, to install games not available from the Game Center. + +COPYRIGHT +========= + +See the file /usr/doc/commandergenius-|dotlessversion|/COPYRIGHT for license information. + +AUTHORS +======= + +commandergenius was written by Gerstrong <gerstrong@gmail.com>. + +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. + +SEE ALSO +======== + +The commandergenius homepage: + +https://github.com/gerstrong/Commander-Genius |