1=encoding utf8
2
3=head1 NAME
4
5OpenJazz - Jack Jazzrabbit 1 game engine reimplementation
6
7=head1 SYNOPSIS
8
9B<OpenJazz> [options] <I<game directory>>
10
11=head1 DESCRIPTION
12
13OpenJazz is a free, open-source version of the classic Jazz Jackrabbit PC
14platform games. To play, you will need original data files.
15
16=head1 OPTIONS
17
18=over 4
19
20=item B<-f>
21
22Start in full-screen mode
23
24=item B<-m>
25
26Start with muted audio
27
28=back
29
30=head1 FILES
31
32=head2 F<openjazz.cfg>
33
34The engine configuration file.
35
36B<Note:> Command line parameters will take precedence over values in the
37configuration file
38
39=head2 Game Data
40
41OpenJazz should be compatible with all released versions of Jazz Jackrabbit 1,
42this includes the Shareware Episodes, "Holiday Hare" and "Holiday Hare '95",
43the "Jazz Jackrabbit CD" with "The Lost Episodes" and the "Complete" edition.
44
45=head1 INGAME CONTROLS
46
47=head2 Fixed Controls
48
49=over 4
50
51=item C<Enter> to choose a menu option
52
53=item C<Escape> to go back to the previous menu
54
55=item C<F9> to view in-game statistics (e.g. FPS)
56
57=item C<P> to pause the game
58
59=item C<Alt> + C<Enter> switches between full-screen and windowed mode
60
61=back
62
63=head2 Configurable Controls
64
65These are configurable via the "setup options" menu. Default settings:
66
67=over 4
68
69=item C<Left> and C<Right> arrow keys to move left and right
70
71=item C<Space bar> to jump
72
73=item C<left Alt> to shoot
74
75=item C<right Ctrl> to change weapon
76
77=back
78
79=head2 Game Controllers
80
81Most game controllers and joysticks that SDL recognizes can be used. However,
82not all axes or buttons may be available. Needs manual settings.
83
84=head1 REPORTING BUGS
85
86Bugs can be reported at the
87L<issue tracker|https://github.com/AlisterT/OpenJazz/issues>.
88
89=head1 SEE ALSO
90
91B<J1E> - level editor by Newspaz,
92B<JJ1MOD> - graphic editor by Doubble Dutch
93
94The L<OpenJazz Homepage|http://www.alister.eu/jazz/oj/>.
95
96=head1 AUTHORS
97
98=over 4
99
100=item Alister Thomson (AlisterT)
101
102Engine, project lead
103
104=item Alireza Nejati
105
106Menu plasma effect
107
108=item newspaz
109
110Bug fixes, enemy improvements
111
112=item Carsten Teibes (carstene1ns)
113
114Maintenance, bug fixes, documentation
115
116=item Lars Persson (anotherguest)
117
118Movie playback fixes
119
120=item Scott Smith (Pickle)
121
122GP2X/WIZ, Canoo, Pandora ports
123
124=item Przemysław Buczkowski (przemub)
125
126Android, Haiku ports
127
128=item Matthieu Milan (usineur)
129
130PSVita port
131
132=item deniska
133
134PSP port
135
136=item tehpola
137
138Wii port
139
140=item pocketinsanity
141
142PocketPC port
143
144=item Ricerind
145
146Mac OS X port
147
148=item Slaanesh
149
150GP32 port
151
152=item GPF
153
154Dreamcast port
155
156=back
157