mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
7efb8b7926
(forced -j1 as parallel building is broken --ponce) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
69 lines
2.3 KiB
Diff
69 lines
2.3 KiB
Diff
diff -Naur rott-1.1.2/doc/rott.6 rott-1.1.2.patched/doc/rott.6
|
|
--- rott-1.1.2/doc/rott.6 2011-01-04 02:44:17.000000000 -0500
|
|
+++ rott-1.1.2.patched/doc/rott.6 2012-12-20 21:49:58.000000000 -0500
|
|
@@ -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
|
|
@@ -84,10 +105,29 @@
|
|
.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 (shareware/demo) \- HUNTBGIN.WAD HUNTBGIN.RTC HUNTBGIN.RTL REMOTE1.RTS
|
|
+.PP
|
|
+\fBrott\-reg\fR (registered floppy/download) \- DARKWAR.WAD DARKWAR.RTC DARKWAR.RTL REMOTE1.RTS
|
|
+.PP
|
|
+\fBrott\-cdrom\fR (retail CD) \- 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.
|