summaryrefslogtreecommitdiffstats
path: root/games/rott/patches/manpage.diff
blob: 70864338ec5cef00ab2ce64b00a2e5fa9e1cf945 (plain)
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
diff -Naur rott-1.1.1.orig/doc/rott.6 rott-1.1.1/doc/rott.6
--- rott-1.1.1.orig/doc/rott.6	2009-06-08 07:04:26.000000000 -0400
+++ rott-1.1.1/doc/rott.6	2010-03-17 16:26:41.000000000 -0400
@@ -6,6 +6,15 @@
 .SH SYNOPSIS
 .B rott
 .RI [ options ]
+.br
+.B rott\-demo
+.RI [ options ]
+.br
+.B rott\-reg
+.RI [ options ]
+.br
+.B rott\-cdrom
+.RI [ options ]
 
 .SH DESCRIPTION
 .B ROTT
@@ -27,6 +36,18 @@
 Specify the screen resolution to use (next parameter is widthxheight).
 Valid resolutions are 320x200, 640x480 and 800x600.
 .TP
+.BR filertl\  \fIfile.rtl\fP
+Load external Userlevels (RTL files) (next parameter is RTL filename).
+Not available in shareware/demo version.
+.TP
+.BR filertc\  \fIfile.rtc\fP
+Load external Battlelevels (RTC files) (next parameter is RTC filename).
+Not available in shareware/demo version.
+.TP
+.BR file\  \fIfile.wad\fP
+Load external WAD file (next parameter is WAD filename).
+Not available in shareware/demo version.
+.TP
 .BR spaceball
 Enable check for Spaceball.
 .TP
@@ -73,21 +94,40 @@
 Exit program when demo is terminated.
 .TP
 .BR warp\  \fIlevel\fP
-Warp to specific ROTT level (next paramater is level to start on).
+Warp to specific ROTT level (next parameter is level to start on).
 .TP
 .BR timelimit\  \fItime\fP
-Play ROTT in time limit mode (next paramater is time in seconds).
+Play ROTT in time limit mode (next parameter is time in seconds).
 .TP
 .BR maxtimelimit\  \fItime\fP
-Maximimum time to count down from (next paramater is time in seconds).
+Maximimum time to count down from (next parameter is time in seconds).
 .TP
 .BR dopefish
 ?
 
+.SH FILES
+Game data files are searched for in \fB/usr/share/games/rott\fR. Each
+game binary requires its own particular data files:
+.PP
+\fBrott\-demo\fR \- HUNTBGIN.WAD HUNTBGIN.RTC HUNTBGIN.RTL REMOTE1.RTS
+.PP
+\fBrott\-reg\fR \- DARKWAR.WAD DARKWAR.RTC DARKWAR.RTL REMOTE1.RTS
+.PP
+\fBrott\-cdrom\fR \- DARKWAR.WAD ROTTCD.RTC DARKWAR.RTL REMOTE1.RTS
+.PP
+All filenames must be UPPERCASE.
+.PP
+Simply run \fBrott\fR to play the "best" version of the game that you
+have the data files for (CD\-ROM, Registered, or Demo, in that order).
+.PP
+User config data is stored in \fB~/.rott\fR for the shareware/demo version
+and \fB~/.rott/darkwar\fR for the registered and CD\-ROM versions.
+
 .SH AUTHORS
 ROTT was created and published as shareware by Apogee Software, Ltd. and was published commercially by FormGen, Inc.
 .PP
 The primary contributors to the icculus.org port are: Steven Fuller, Ryan C. Gordon, John Hall and Dan Olson.
 .PP
 This manual page was written by Fabian Greffrath <fabian@debian-unofficial.org>
-for the Debian project (but may be used by others).
+for the Debian project (but may be used by others), and was modified for
+the SlackBuilds.org project by B. Watson.