diff options
author | Sébastien Ballet <slacker6896@gmail.com> | 2016-12-23 23:53:59 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-23 23:53:59 +0000 |
commit | 31a072b732b9bbf61cfc030e120563d6e2165c12 (patch) | |
tree | 660cf52b497f97c92758a0eefd190d15e5ab4d6a /games/iortcw/README | |
parent | fa9d2cc851ec2d84c610da719e972d59d6908c25 (diff) | |
download | slackbuilds-31a072b732b9bbf61cfc030e120563d6e2165c12.tar.gz |
games/iortcw: Added (Game engine for Return To Castle Wolfenstein).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/iortcw/README')
-rw-r--r-- | games/iortcw/README | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/games/iortcw/README b/games/iortcw/README new file mode 100644 index 0000000000..95aa4e64f0 --- /dev/null +++ b/games/iortcw/README @@ -0,0 +1,53 @@ +iortcw (Game engine for Return To Castle Wolfenstein) + +iortcw is an updated game engine for Return To Caste Wolfenstein +based on the open source ioquake3 engine. + +Some of the features currently implemented are : + + * SDL backend + * OpenAL sound API support (multiple speaker support and better sound) + * Full x86_64 support + * VoIP support, both in-game and external support through Mumble + * AVI video capture of demos + * Much improved console autocompletion + * Persistent console history + * Colorized terminal output + * Optional Ogg Vorbis support + * Much improved QVM tools + * PNG support + +You can enable/disable features by passing variables to the +script (ie. VAR=yes/no ./iortcw.SlackBuild) : + + INSTALL_COMMON_DATA=yes|no (default=yes) + Enable/disable installation of RTCW 1.41 patch data. + + LANG=no|de|fr|es|it (default=no) + When INSTALL_COMMON_DATA=yes, define which language-specific + patches (for single player) must be installed : + + no : do not install any language-specific patches + de : install german language-specific patches + fr : install french language-specific patches + es : install spanish language-specific patches + it : install italian language-specific patches + + _USE_INTERNAL_LIBS=yes|no (default=no) + Define whether iortcw must be or not build and linked against + internal libraries (zlib, jpeg, ogg, opus). + +To play Return To Castle Wolfenstein, you need to copy the original +game files (ie *.pk3) from CD/windows install/steamCDM in directory +/usr/share/games/rtcw/main. + +Note that, when RTCW 1.41 patch data are included into iortcw +package (see INCLUDE_COMMON_DATA), you only need to copy the +following orignal game files in /usr/share/games/rtcw/main : + + mp_pak0.pk3 + mp_pak1.pk3 + mp_pak2.pk3 + pak0.pk3 + sp_pak1.pk3 + sp_pak2.pk3 |