diff options
Diffstat (limited to 'games/openjazz/openjazz.6')
-rw-r--r-- | games/openjazz/openjazz.6 | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/games/openjazz/openjazz.6 b/games/openjazz/openjazz.6 index 21d4515242d3e..5e6688a5aab7c 100644 --- a/games/openjazz/openjazz.6 +++ b/games/openjazz/openjazz.6 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28) +.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42) .\" .\" Standard preamble: .\" ======================================================================== @@ -46,7 +46,7 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" -.\" If the F register is turned on, we'll generate index entries on stderr for +.\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. @@ -56,12 +56,12 @@ .. .nr rF 0 .if \n(.g .if rF .nr rF 1 -.if (\n(rF:(\n(.g==0)) \{ -. if \nF \{ +.if (\n(rF:(\n(.g==0)) \{\ +. if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. -. if !\nF==2 \{ +. if !\nF==2 \{\ . nr % 0 . nr F 2 . \} @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "OPENJAZZ 6" -.TH OPENJAZZ 6 "2014-03-27" "160214" "SlackBuilds.org" +.TH OPENJAZZ 6 "2021-10-27" "20190106" "SlackBuilds.org" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -143,6 +143,8 @@ openjazz \- free/open\-source game engine for Jazz Jackrabbit .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBopenjazz\fR \fI[\-f]\fR \fI[dir] ...\fR +.PP +\&\fBopenjazz-shareware\fR \fI\-f\fR .SH "DESCRIPTION" .IX Header "DESCRIPTION" OpenJazz is a free, open-source version of the classic Jazz Jackrabbit(tm) @@ -168,6 +170,14 @@ get confused: there's a \*(L"Holiday Hare 1998\*(R", which isn't supported .PP There is no support for saving/loading the game. Multiplayer is supported, but not well tested. +.PP +\&\fBopenjazz-shareware\fR launches the shareware version of the +game. It's just a wrapper script that executes \*(L"openjazz +/usr/share/games/openjazz/shareware\*(R". +.PP +To play one of the retail games (listed above), copy its data files to +a directory, then either run \fBopenjazz\fR from within that directory, +or else run it with the full path to the directory as an argument. .SH "OPTIONS" .IX Header "OPTIONS" \&\fB\-f\fR starts the game fullscreen. Any other option beginning with \- will @@ -189,13 +199,14 @@ The search path for game data files includes, in order: .PD .PP In addition, the file \fBopenjazz.000\fR (containing the OpenJazz logo, -note the lowercase name) will be searched for in \fB/usr/share/openjazz\fR +note the lowercase name) will be searched for in \fB/usr/share/games/openjazz\fR after all other directories (so each separate game doesn't need its own copy, when you've got multiple games installed). .PP -\&\fB\f(CB$HOME\fB/.openjazz/\fR stores user preferences and any custom levels -downloaded from multiplayer servers. Will be created if it doesn't -exist. +\&\fB\f(CB$HOME\fB/.openjazz/\fR stores user preferences (\fBopenjazz.cfg\fR) and any +custom levels downloaded from multiplayer servers. Will be created +if it doesn't exist. \fBopenjazz.cfg\fR is not human-readable nor +editable. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBhttp://www.alister.eu/jazz/oj/faq.php\fR |