From: nhmall Date: Sun, 17 Nov 2019 05:16:02 +0000 (-0500) Subject: sysconf template for windows X-Git-Tag: NetHack-3.6.3.beta1.2019.11.17~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21e4595127b2cde566f9c730e1bf8c04ce127e07;p=nethack sysconf template for windows --- 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