OSDN Git Service

import nethack-3.6.0
[jnethack/source.git] / sys / winnt / sysconf
1 #
2 # NetHack 3.6 sysconf $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
3 #
4 # Sample sysconf file.
5 # The sysconf file is only used if NetHack is compiled with SYSCF defined.
6 # This file uses the same syntax as nethack.cf.
7
8 # Which users can use WIZARD (debugging) mode (the -D flag).
9 # A value of * allows anyone to enter debugging mode.
10 WIZARDS=*
11
12 # Users allowed to use the ! (shell escape) command or to suspend the game.
13 # Uses the same syntax as the WIZARDS option above.
14 #SHELLERS=
15
16 # Show debugging information originating from these source files.
17 # Use '*' for all, or list source files separated by spaces.
18 # Only available if game has been compiled with DEBUG.
19 #DEBUGFILES=*
20
21 # Limit the number of simultaneous games (see also nethack.sh).
22 #MAXPLAYERS=10
23
24 # If not null, added to string "To get local support, " in the support
25 # information help.
26 #SUPPORT=call Izchak at extension 42.
27
28 # Uncomment the next line to disable the SEDUCE option.
29 #SEDUCE=0
30
31 # Record (high score) file options.
32 # CAUTION: changing these after people have started playing games can
33 #  lead to lost high scores!
34 # Maximum entries for one person.
35 #PERSMAX=10
36 # Maximum entries in the record file.
37 #ENTRYMAX=100
38 # Minimum points to get an entry.
39 #POINTSMIN=1
40 # Determine identity of "person" in the score file with name (0) or
41 # numeric (1) user id.
42 #PERS_IS_UID=1
43
44 # Maximum number of score file entries to use for random statue names
45 #MAX_STATUENAME_RANK=10
46
47 # *** LOCATIONS ***
48 # IMPORTANT: If you change any of these locations, the directories they
49 # point at must exist.  NetHack will not create them for you.
50 #
51 # HACKDIR is the default location for everything.
52 # Note: On Windows HACKDIR defaults to the location 
53 #       of the NetHack.exe or NetHackw.exe file so
54 #       setting HACKDIR below to override that is 
55 #       not usually necessary or recommended.
56 #HACKDIR=c:\games\nethack
57 #
58 # The location that users can adjust their config file startup options
59 #CONFIGDIR=c:\games\nethack
60 #
61 # The location that level files in progress are stored (default=HACKDIR, writeable)
62 #LEVELDIR=c:\nethack\levels
63 #
64 # The location where saved games are kept (default=HACKDIR, writeable)
65 #SAVEDIR=c:\nethack\save
66 #
67 # The location that bones files are kept (default=HACKDIR, writeable)
68 #BONESDIR=c:\nethack\save
69 #
70 # The location that file synchronization locks are stored (default=HACKDIR, writeable)
71 #LOCKDIR=c:\nethack\levels
72 #
73 # The location that a record of game aborts and self-diagnosed game problems
74 # is kept (default=HACKDIR, writeable)
75 #TROUBLEDIR=c:\nethack\trouble
76
77