diff options
author | B. Watson <yalhcru@gmail.com> | 2010-04-10 09:50:49 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:37:49 +0200 |
commit | d5752ff22c4b9d0b969514bae98bd3edab8e4700 (patch) | |
tree | c0978837af8dbd8ee25633735769cbfa2700095f /games/jfsw/README | |
parent | 8484ee946cb2dabfc87d3877126f594e94735dae (diff) |
games/jfsw: Added (Shadow Warrior first-person shooter)
Diffstat (limited to 'games/jfsw/README')
-rw-r--r-- | games/jfsw/README | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/games/jfsw/README b/games/jfsw/README new file mode 100644 index 000000000000..0ff5ee6551d5 --- /dev/null +++ b/games/jfsw/README @@ -0,0 +1,36 @@ +jfsw (source port of Shadow Warrior first-person shooter game) + +The aim of this port is to present Shadow Warrior as closely as possible +to the original game while adding optional features to expand the +possibilities of the game. + +To play the game, you will need the sw.grp data file from either the +full or shareware DOS version of Shadow Warrior. If you want to play the +shareware version, you can install jfsw_demo_data from slackbuilds.org. +For the full version, copy sw.grp from the game directory to +/usr/share/games/jfsw/sw.grp (the filename must be lowercase). + +If you have sw.grp from the full version of the game, you may also want +to install jfsw_hires_pack for some graphic enhancements (don't bother +trying, if all you have is the shareware sw.grp: it segfaults on startup). + +Mote #1: To hear the in-game music, install either eawpats (recommended) +or freepats (both available at slackbuilds.org) + +Note #2: There's no way to enable the mouse from the in-game menus. To +enable the mouse, you must run the game at least once to create its +config file (~/.jfsw/sw.cfg), then edit the config file and change +ControllerType to 1. You probably also want to change MouseAimingOn to 1, +for a more modern "mouselook" style of play. + +Note #3: The Ambience setting in the Sound Setup menu is permanently +disabled, because the ambience code causes the game to crash. + +Note #4: Multiplayer does work (at least for LAN play). See +/usr/doc/jsfw-$VERSION/releasenotes.html for multiplayer usage. + +Note #5 (for Slackware 64-bit users): The source includes x86 assembly +code, so can't be built for any non-x86 architecture. If you're using +x86_64, you might (or might not) be able to build jfsw on a 32-bit +Slackware system and install it on x86_64 along with alienBOB's or fred's +-compat32 packages and get it to run. |