Guidebook update and SEDUCE runtime switch

add SYSCF docs to the Guidebook because it's info needed in a binary distro
Guidebook.tex - also add some missing italics to some "NetHack" occurances
call nethack.org "official"
Guidebook.txt - didn't regenerate cleanly so no diff
add SEDUCE to SYSCF (only partly inspired by the recent email)
This commit is contained in:
keni
2010-05-13 00:54:13 +00:00
parent d55db3584e
commit bd1a922dae
12 changed files with 137 additions and 25 deletions

View File

@@ -1650,7 +1650,8 @@ command allows you to view all options and change most of them.
You can also set options automatically by placing them in the
NETHACKOPTIONS environment variable or in a configuration file.
Some versions of NetHack also have front-end programs that allow
you to set options before starting the game.
you to set options before starting the game or a global configuration
for system administrators.
.hn 2
Using the NETHACKOPTIONS environment variable
.pg
@@ -2638,6 +2639,56 @@ This will assist in the interface to speech synthesizers.
A lot of speech access programs use the number-pad to review the screen.
If this is the case, disable the number_pad option and use the traditional
Rogue-like commands.
.hn 2
Global Configuration for System Administrators
.pg
If NetHack is compiled with the SYSCF option, a system administrator
should set up a global configuration; this is a file in the
same format as the traditional per-user configuration file (see above).
This file should be named sysconf and placed in the same directory as
the other NetHack support files.
The options recognized in this file are listed below. Any option not
set uses a compiled-in default (which may not be appropriate for your
system).
.pg
.lp
WIZARDS
A space-separated list of user names who are allowed to play in wizard
mode (the debugging mode, not the magic-using role). A value of a single
asterisk (*) allows anyone to start a game in wizard mode.
.lp
SHELLERS
A list of users who are allowed to use the shell escape command (!). The
syntax is the same as WIZARDS.
.lp
MAXPLAYERS
Limit the maximum number of games that can be running at the same time.
.lp
SUPPORT
A string explaining how to get local support (no default value).
.lp
RECOVER
A string explaining how to recover a game on this system (no default value).
.lp
SEDUCE
0 or 1 to disable or enable, respectively, the SEDUCE option (see the source
for details on this function).
.pg
The following options affect the score file:
.pg
.lp
PERSMAX
Maximum number of entries for one person.
.lp
ENTRYMAX
Maximum number of entries in the score file.
.lp
POINTSMIN
Minimum number of points to get an entry in the score file.
.lp
PERS_IS_UID
0 or 1 to use user names or numeric userids, respectively, to identify
unique people for the score file.
.hn 1
Scoring
.pg
@@ -2881,7 +2932,7 @@ it for 3.3.1.
\fBChristian ``Marvin'' Bressler\fP maintained 3.5 for the Atari after he
resurrected it for 3.3.1.
.pg
There is a NetHack web site maintained by \fBKen Lorber\fP at http://www.nethack.org/.
The official NetHack web site is maintained by \fBKen Lorber\fP at http://www.nethack.org/.
.pg
- - - - - - - - - -
.pg