diff options
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 cce21dcba4..b2ae3bd6fc 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 |