]> icculus.org git repositories - crow/jumpnbump.git/blob - jumpnbump.6
added -v and -h option.
[crow/jumpnbump.git] / jumpnbump.6
1 .TH jumpnbump 6 "June 9th, 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]
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 "-nogore"
27 Play without blood, familymode.
28 .IP "-mirror"
29 Play with mirrored level.
30 .IP "-h"
31 Print help.
32 .IP "-v"
33 Print version.
34 .SH USAGE
35 The goal of the game is to jump on the other players. Each rabbit has
36 three control keys.
37 .IP "Player 1 (Dott)"
38 Left - Left
39 .br
40 Right - Right
41 .br
42 Jump - Up
43 .IP "Player 2 (Jiffy)"
44 Left - A
45 .br
46 Right - D
47 .br
48 Jump - W
49 .IP "Player 3 (Fizz)"
50 Left - J
51 .br
52 Right - L
53 .br
54 Jump - I
55 .IP "Player 4 (Mijji)"
56 Left - 4
57 .br
58 Right - 5
59 .br
60 Jump - 8
61 .SH SECRET CODES
62 You can type these while in the game
63 .br
64 jetpack - you can fly
65 .br
66 pogostick - the bunnies keep jumping
67 .br
68 bunniesinspace - gravity is lower, you can jump higher
69 .br
70 lordoftheflies - the flies are attracted
71 .br
72 bloodisthickerthanwater - water turns to blood
73 .SH LEVELS
74 There are two programs to help you make your own levels: pack and unpack.
75 .br
76 pack -o /tmp/newlevel.dat <file1> <file2> <file3> etc
77 .br
78 or you can just put all the files in a dir, cd to that dir and do
79 .br
80 pack -o /tmp/newlevel.dat *
81 .br
82 and it will put all the files in the current dir inside the packfile.
83 Don't try things like pack -o stuff.dat ../file.c because it will add
84 "../file.c" as the filename in the packfile, which won't work.
85 .br
86 .br
87 unpack level.dat
88 .br
89 will unpack it in the current directory.
90 .SH AUTHORS
91 .PP
92 Chuck Mason <cemason@users.sourceforge.net>, Jon Atkins <jcatki@home.com>,
93 Philippe Brochard <phil.brochard@wanadoo.fr>, Gürkan Sengün <gurkan@linuks.mine.nu>,
94 Florian Schulze <crow@icculus.org> and "timecop" <timecop@japan.co.jp> are
95 the authors of jump'n'bump.
96 .PP
97 This program is a UNIX port of the old DOS game by brainchilddesign. 
98 .PP
99 This manual page was written for the Debian GNU/Linux distribution because
100 the original program does not have a manual page.
101 .PP
102 This manual page was written by Joe Wreschnig <piman@sacredchao.net>, for the
103 Debian GNU/Linux system (but may be used by others).
104