File: OpenJazz.6.pod

package info (click to toggle)
openjazz 20190106-3
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, bullseye
  • size: 1,872 kB
  • sloc: cpp: 16,127; makefile: 169
file content (159 lines) | stat: -rw-r--r-- 2,642 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
=encoding utf8

=head1 NAME

OpenJazz - Jack Jazzrabbit 1 game engine reimplementation

=head1 SYNOPSIS

B<OpenJazz> [options] <I<game directory>>

=head1 DESCRIPTION

OpenJazz is a free, open-source version of the classic Jazz Jackrabbit PC
platform games. To play, you will need original data files.

=head1 OPTIONS

=over 4

=item B<-f>

Start in full-screen mode

=item B<-m>

Start with muted audio

=back

=head1 FILES

=head2 F<openjazz.cfg>

The engine configuration file.

B<Note:> Command line parameters will take precedence over values in the
configuration file

=head2 Game Data

OpenJazz should be compatible with all released versions of Jazz Jackrabbit 1,
this includes the Shareware Episodes, "Holiday Hare" and "Holiday Hare '95",
the "Jazz Jackrabbit CD" with "The Lost Episodes" and the "Complete" edition.

=head1 INGAME CONTROLS

=head2 Fixed Controls

=over 4

=item C<Enter> to choose a menu option

=item C<Escape> to go back to the previous menu

=item C<F9> to view in-game statistics (e.g. FPS)

=item C<P> to pause the game

=item C<Alt> + C<Enter> switches between full-screen and windowed mode

=item C<1-5> switches weapon to Blaster, Toaster, Missile,
Bouncer or TNT respectively. If the desired weapon is not available, try next.

=back

=head2 Configurable Controls

These are configurable via the "setup options" menu. Default settings:

=over 4

=item C<Left> and C<Right> arrow keys to move left and right

=item C<Space bar> to jump/swim upwards

=item C<left Alt> to shoot

=item C<right Ctrl> to change weapon

=back

=head2 Game Controllers

Most game controllers and joysticks that SDL recognizes can be used. However,
not all axes or buttons may be available. Needs manual settings.

=head1 REPORTING BUGS

Bugs can be reported at the
L<issue tracker|https://github.com/AlisterT/OpenJazz/issues>.

=head1 SEE ALSO

B<J1E> - level editor by Newspaz,
B<JJ1MOD> - graphic editor by Doubble Dutch

The L<OpenJazz Homepage|http://www.alister.eu/jazz/oj/>.

=head1 AUTHORS

=over 4

=item Alister Thomson (AlisterT)

Engine, project lead

=item Alireza Nejati

Menu plasma effect

=item newspaz

Bug fixes, enemy improvements

=item Carsten Teibes (carstene1ns)

Maintenance, bug fixes, documentation

=item Lars Persson (anotherguest)

Movie playback fixes

=item Scott Smith (Pickle)

GP2X/WIZ, Canoo, Pandora ports

=item Przemysław Buczkowski (przemub)

Android, Haiku ports

=item Matthieu Milan (usineur)

PSVita port

=item deniska

PSP port

=item tehpola

Wii port

=item pocketinsanity

PocketPC port

=item Ricerind

Mac OS X port

=item Slaanesh

GP32 port

=item GPF

Dreamcast port

=back