]> icculus.org git repositories - crow/jumpnbump.git/blob - jumpnbump.6
Added AI by Ricardo Cruz. This also adds mouse controls.
[crow/jumpnbump.git] / jumpnbump.6
1 .TH jumpnbump 6 "August 25th, 2002"
2 .SH NAME
3 jumpnbump \- Cute multiplayer platform game with bunnies
4 .SH SYNOPSIS
5 jumpnbump \fR[\fB-dat \fIlevelname\fR] [\fB-port \fIport \fB-net \fIplayer hostname rport\fR] [\fB-fireworks\fR] [\fB-fullscreen\fR] [\fB-nosound\fR] [\fB-musicnosound\fR] [\fB-nogore\fR] [\fB-noflies\fR] [\fB-mirror\fR] [\fB-scaleup\fR] [\fB-v\fR] [\fB-h\fR]
6 .SH DESCRIPTION
7 You, as a bunny, have to jump on your opponents to make them
8 explode. It's a true multiplayer game, you can't play this alone.
9 It has network support.
10 .SH OPTIONS
11 .IP "-dat \fIlevelname\fR"
12 Load \fIlevelname\fR and use it as the level for this game.
13 .IP "-port \fIport\fR"
14 Use \fIport\fR as the port to listen on for a network game. Use this
15 with -net.
16 .IP "-net \fIplayer hostname rport"
17 Connect (using a network) to another person running jump'n'bump on
18 \fIhostname\fR, and listening on \fIrport\fR. You will be player
19 number \fIplayer\fR.
20 .IP "-fireworks"
21 Run the program in "screensaver" mode. This is useful with -fullscreen.
22 .IP "-fullscreen"
23 Run jump'n'bump in fullscreen mode.
24 .IP "-nosound"
25 Run jump'n'bump without sound.
26 .IP "-musicnosound"
27 Run jump'n'bump with music but no sound effects.
28 .IP "-nogore"
29 Play without blood, familymode.
30 .IP "-noflies"
31 Disable flies.
32 .IP "-mirror"
33 Play with mirrored level.
34 .IP "-scaleup"
35 Play with doublesize resolution (800x512).
36 .IP "-h"
37 Print help.
38 .IP "-v"
39 Print version, compile time and if network code is compiled in.
40 .SH USAGE
41 The goal of the game is to jump on the other players. Each rabbit has
42 three control keys.
43 .IP "Player 1 (Dott)"
44 Left - Left
45 .br
46 Right - Right
47 .br
48 Jump - Up
49 .IP "Player 2 (Jiffy)"
50 Left - A
51 .br
52 Right - D
53 .br
54 Jump - W
55 .IP "Player 3 (Fizz)"
56 Left - J
57 .br
58 Right - L
59 .br
60 Jump - I
61 .IP "Player 4 (Mijji)"
62 Left - 4
63 .br
64 Right - 5
65 .br
66 Jump - 8
67 .IP "In the game"
68 Turn on/off computer play (AI) of bunny 1 - 1
69 .br
70 Turn on/off computer play (AI) of bunny 2 - 2
71 .br
72 Turn on/off computer play (AI) of bunny 3 - 3
73 .br
74 Turn on/off computer play (AI) of bunny 4 - 4
75 .br
76 .SH SECRET CODES
77 You can type these while in the game
78 .br
79 jetpack - you can fly
80 .br
81 pogostick - the bunnies keep jumping
82 .br
83 bunniesinspace - gravity is lower, you can jump higher
84 .br
85 lordoftheflies - the flies are attracted
86 .br
87 bloodisthickerthanwater - water turns to blood
88 .SH LEVELS
89 There are two programs to help you make your own levels: jnbpack and jnbunpack.
90 .PP
91 jnbpack -o /tmp/newlevel.dat <file1> <file2> <file3> etc
92 .PP
93 or you can just put all the files in a dir, cd to that dir and do
94 .PP
95 jnbpack -o /tmp/newlevel.dat *
96 .PP
97 and it will put all the files in the current dir inside the packfile.
98 Don't try things like jnbpack -o stuff.dat ../file.c because it will add
99 "../file.c" as the filename in the packfile, which won't work.
100 .PP
101 jnbunpack level.dat
102 .br
103 will unpack it in the current directory.
104 .PP
105 With gobpack you can convert .gob files (which are sprites, described in
106 gob.txt) into .pcx files which you can edit with gimp for example, then
107 convert back to a .gob and use it in your own level.
108 .PP
109 gobpack -u font menu.pcx
110 .PP
111 will unpack font.gob using the color palette from menu.pcx and write the
112 files font.pcx font.txt. The other gob files should use level.pcx for the
113 correct palette.
114 .PP
115 gobpack font
116 .PP
117 will generate font.gob from font.pcx and the specifications in font.txt.
118 The .pcx files should be resaved with another program, as they are not
119 packed and are thus very large.
120 .SH AUTHORS
121 .PP
122 Chuck Mason <cemason@users.sourceforge.net>, Jon Atkins <jcatki@home.com>,
123 Philippe Brochard <phil.brochard@wanadoo.fr>, Gürkan Sengün <gurkan@linuks.mine.nu>,
124 Florian Schulze <crow@icculus.org>, Ricardo Cruz <rick2@aeiou.pt> and "timecop" <timecop@japan.co.jp> are
125 the authors of jump'n'bump.
126 .PP
127 This program is a UNIX port of the old DOS game by brainchilddesign. 
128 .PP
129 This manual page was written for the Debian GNU/Linux distribution because
130 the original program does not have a manual page.
131 .PP
132 This manual page was written by Joe Wreschnig <piman@sacredchao.net>, for the
133 Debian GNU/Linux system (but may be used by others). The manual page is kept
134 up to date by Gürkan Sengün <gurkan@linuks.mine.nu>.