From 21e4595127b2cde566f9c730e1bf8c04ce127e07 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 17 Nov 2019 00:16:02 -0500 Subject: [PATCH] sysconf template for windows --- sys/winnt/sysconf.template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/winnt/sysconf.template b/sys/winnt/sysconf.template index 7971031bb..d77b114a3 100644 --- a/sys/winnt/sysconf.template +++ b/sys/winnt/sysconf.template @@ -78,20 +78,20 @@ WIZARDS=* # point at must exist. NetHack will not create them for you. # # The location that users can adjust their config file startup options -#CONFIGDIR=c:\User\USERNAME\NetHack +#CONFIGDIR=%USERPROFILE%\NetHack # # The location that a record of game aborts and self-diagnosed game problems # is kept (default=HACKDIR, writeable) -#TROUBLEDIR=c:\User\USERNAME\NetHack\3.6 +#TROUBLEDIR=%USERPROFILE%\NetHack\3.6 # # The location that documentation and helps files are placed -#HACKDIR=c:\User\USERNAME\NetHack\3.6 +#HACKDIR=%USERPROFILE%\NetHack\3.6 # # The location that level files in progress are stored (writeable) -#LEVELDIR=c:\User\USERNAME\AppData\Local\NetHack\3.6 +LEVELDIR=%USERPROFILE%\AppData\Local\NetHack\3.6 # # The location where saved games are kept (writeable) -#SAVEDIR=c:\User\USERNAME\AppData\Local\NetHack\3.6 +#SAVEDIR=%USERPROFILE%\AppData\Local\NetHack\3.6 # # The location that bones files are kept (writeable) #BONESDIR=c:\ProgramData\NetHack\3.6