From da8525978240be8bcf10de2162d12d08579fd5d8 Mon Sep 17 00:00:00 2001 From: Bart House Date: Sun, 3 Nov 2019 14:06:49 -0800 Subject: [PATCH] Fixes to template files . --- sys/winnt/.nethackrc.template | 30 +++++++++++------------- sys/winnt/sysconf.template | 43 ++++++++++++++++------------------- 2 files changed, 33 insertions(+), 40 deletions(-) diff --git a/sys/winnt/.nethackrc.template b/sys/winnt/.nethackrc.template index 39b7924cf..6bec6e108 100644 --- a/sys/winnt/.nethackrc.template +++ b/sys/winnt/.nethackrc.template @@ -142,28 +142,24 @@ OPTIONS=vary_msgcount:4 # IMPORTANT: If you change any of these locations, the directories they # point at must exist. NetHack will not create them for you. # -# HACKDIR is the default location for everything. -# Note: On Windows HACKDIR defaults to the location -# of the NetHack.exe or NetHackw.exe file so -# setting HACKDIR below to override that is -# not usually necessary or recommended. -#HACKDIR=c:\games\nethack +# The location that documentation and helps files are placed +#HACKDIR=c:\User\USERNAME\NetHack\3.6 # -# The location that level files in progress are stored (default=HACKDIR, writeable) -#LEVELDIR=c:\nethack\levels +# The location that level files in progress are stored (writeable) +#LEVELDIR=c:\User\USERNAME\AppData\Local\NetHack\3.6 # -# The location where saved games are kept (default=HACKDIR, writeable) -#SAVEDIR=c:\nethack\save +# The location where saved games are kept (writeable) +#SAVEDIR=c:\User\USERNAME\AppData\Local\NetHack\3.6 # -# The location that bones files are kept (default=HACKDIR, writeable) -#BONESDIR=c:\nethack\save +# The location that bones files are kept (writeable) +#BONESDIR=c:\ProgramData\NetHack\3.6 # -# The location that file synchronization locks are stored (default=HACKDIR, writeable) -#LOCKDIR=c:\nethack\levels +# The location that score files are kept (writeable) +#SCOREDIR=c:\ProgramData\NetHack\3.6 +# +# The location that file synchronization locks are stored (writeable) +#LOCKDIR=c:\ProgramData\NetHack\3.6 # -# The location that a record of game aborts and self-diagnosed game problems -# is kept (default=HACKDIR, writeable) -#TROUBLEDIR=c:\nethack\trouble # Finnish keyboards might need these modifications uncommented. # For \, @, $, [, | diff --git a/sys/winnt/sysconf.template b/sys/winnt/sysconf.template index 93aaa1ddc..058b29122 100644 --- a/sys/winnt/sysconf.template +++ b/sys/winnt/sysconf.template @@ -77,30 +77,27 @@ WIZARDS=* # IMPORTANT: If you change any of these locations, the directories they # point at must exist. NetHack will not create them for you. # -# HACKDIR is the default location for everything. -# Note: On Windows HACKDIR defaults to the location -# of the NetHack.exe or NetHackw.exe file so -# setting HACKDIR below to override that is -# not usually necessary or recommended. -#HACKDIR=c:\games\nethack -# # The location that users can adjust their config file startup options -#CONFIGDIR=c:\games\nethack -# -# The location that level files in progress are stored (default=HACKDIR, writeable) -#LEVELDIR=c:\nethack\levels -# -# The location where saved games are kept (default=HACKDIR, writeable) -#SAVEDIR=c:\nethack\save -# -# The location that bones files are kept (default=HACKDIR, writeable) -#BONESDIR=c:\nethack\save -# -# The location that file synchronization locks are stored (default=HACKDIR, writeable) -#LOCKDIR=c:\nethack\levels +#CONFIGDIR=c:\User\USERNAME\NetHack # # The location that a record of game aborts and self-diagnosed game problems # is kept (default=HACKDIR, writeable) -#TROUBLEDIR=c:\nethack\trouble - - +#TROUBLEDIR=c:\User\USERNAME\NetHack\3.6 +# +# The location that documentation and helps files are placed +#HACKDIR=c:\User\USERNAME\NetHack\3.6 +# +# The location that level files in progress are stored (writeable) +#LEVELDIR=c:\User\USERNAME\AppData\Local\NetHack\3.6 +# +# The location where saved games are kept (writeable) +#SAVEDIR=c:\User\USERNAME\AppData\Local\NetHack\3.6 +# +# The location that bones files are kept (writeable) +#BONESDIR=c:\ProgramData\NetHack\3.6 +# +# The location that score files are kept (writeable) +#SCOREDIR=c:\ProgramData\NetHack\3.6 +# +# The location that file synchronization locks are stored (writeable) +#LOCKDIR=c:\ProgramData\NetHack\3.6