diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-26 22:21:15 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:24 +0700 |
commit | 735e405bd244f4b9ae1e09aa6dc5b8090e5aed47 (patch) | |
tree | c54ac776f411e8673ede6173965ccd3fc5df3068 /games/openjazz/openjazz.pod | |
parent | 32cb34b26c7c979c82944eaeaf47cf26003436f4 (diff) |
games/openjazz: Updated for version 20190106.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/openjazz/openjazz.pod')
-rw-r--r-- | games/openjazz/openjazz.pod | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/games/openjazz/openjazz.pod b/games/openjazz/openjazz.pod index cce21dcba47cb..b2ae3bd6fcbf0 100644 --- a/games/openjazz/openjazz.pod +++ b/games/openjazz/openjazz.pod @@ -1,5 +1,5 @@ # pod source for openjazz man page -# pod2man -s6 -r160214 --stderr -cSlackBuilds.org openjazz.pod > openjazz.6 +# pod2man -s6 -r20190106 --stderr -cSlackBuilds.org openjazz.pod > openjazz.6 =pod @@ -11,6 +11,8 @@ B<openjazz> - free/open-source game engine for Jazz Jackrabbit B<openjazz> I<[-f]> I<[dir] ...> +B<openjazz-shareware> I<-f> + =head1 DESCRIPTION OpenJazz is a free, open-source version of the classic Jazz Jackrabbit(tm) @@ -39,6 +41,14 @@ get confused: there's a "Holiday Hare 1998", which isn't supported There is no support for saving/loading the game. Multiplayer is supported, but not well tested. +B<openjazz-shareware> launches the shareware version of the +game. It's just a wrapper script that executes "openjazz +/usr/share/games/openjazz/shareware". + +To play one of the retail games (listed above), copy its data files to +a directory, then either run B<openjazz> from within that directory, +or else run it with the full path to the directory as an argument. + =head1 OPTIONS B<-f> starts the game fullscreen. Any other option beginning with - will @@ -62,13 +72,14 @@ The search path for game data files includes, in order: =back In addition, the file B<openjazz.000> (containing the OpenJazz logo, -note the lowercase name) will be searched for in B</usr/share/openjazz> +note the lowercase name) will be searched for in B</usr/share/games/openjazz> after all other directories (so each separate game doesn't need its own copy, when you've got multiple games installed). -B<$HOME/.openjazz/> stores user preferences and any custom levels -downloaded from multiplayer servers. Will be created if it doesn't -exist. +B<$HOME/.openjazz/> stores user preferences (B<openjazz.cfg>) and any +custom levels downloaded from multiplayer servers. Will be created +if it doesn't exist. B<openjazz.cfg> is not human-readable nor +editable. =head1 SEE ALSO |