diff options
Diffstat (limited to 'games/rott/manpage.diff')
-rw-r--r-- | games/rott/manpage.diff | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/games/rott/manpage.diff b/games/rott/manpage.diff new file mode 100644 index 000000000000..a2c83dae2259 --- /dev/null +++ b/games/rott/manpage.diff @@ -0,0 +1,69 @@ +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. |