mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
83 lines
2.7 KiB
Diff
83 lines
2.7 KiB
Diff
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.
|