From 31a072b732b9bbf61cfc030e120563d6e2165c12 Mon Sep 17 00:00:00 2001 From: Sébastien Ballet Date: Fri, 23 Dec 2016 23:53:59 +0000 Subject: games/iortcw: Added (Game engine for Return To Castle Wolfenstein). Signed-off-by: David Spencer --- games/iortcw/README | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 games/iortcw/README (limited to 'games/iortcw/README') 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 -- cgit v1.2.3-65-gdbad