From 1db8885c859dfa8b5112166c073c58ee0040699f Mon Sep 17 00:00:00 2001 From: Derek MacDonald <derekmd@hotmail.com> Date: Wed, 18 Aug 2021 10:20:27 -0400 Subject: [PATCH] Update GZBuilder.cfg references in docs to UDBuilder.cfg (#599) --- Build/UDBuilder.default.cfg | 4 ++-- Documents/cmdargs.txt | 4 ++-- Help/commandlineparams.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Build/UDBuilder.default.cfg b/Build/UDBuilder.default.cfg index afeb5bfbd..0458061aa 100644 --- a/Build/UDBuilder.default.cfg +++ b/Build/UDBuilder.default.cfg @@ -2,8 +2,8 @@ // NOTE: These are the default program settings! // GZDoom Builder will use this file to create the program settings for a new user. // Your real settings are in the Local Application data directory -// Windows XP: C:\Documents and Settings\Username\Local Settings\Application Data\Doom Builder\GZBuilder.cfg -// Windows Vista or later: C:\Users\Username\AppData\Local\Doom Builder\GZBuilder.cfg +// Windows XP: C:\Documents and Settings\Username\Local Settings\Application Data\Doom Builder\UDBuilder.cfg +// Windows Vista or later: C:\Users\Username\AppData\Local\Doom Builder\UDBuilder.cfg shortcuts { diff --git a/Documents/cmdargs.txt b/Documents/cmdargs.txt index 7826e6617..cafef2012 100755 --- a/Documents/cmdargs.txt +++ b/Documents/cmdargs.txt @@ -45,9 +45,9 @@ and P_END marker lumps only. This can solve lump name conflicts, but old WAD fil always adhere to this rule. -portable -The editor will be launched in portable mode. It will use the "GZBuilder.cfg" located in +The editor will be launched in portable mode. It will use the "UDBuilder.cfg" located in the program directory instead of the one located in the -"%LocalAppData%\Doom Builder\GZBuilder.cfg" to load and save program settings. Log and +"%LocalAppData%\Doom Builder\UDBuilder.cfg" to load and save program settings. Log and crash report files will be also created in the program directory. -resource <resource type> [flags] "path\to\resource" diff --git a/Help/commandlineparams.html b/Help/commandlineparams.html index 8eff14371..4a269c14b 100755 --- a/Help/commandlineparams.html +++ b/Help/commandlineparams.html @@ -35,7 +35,7 @@ When this parameter is specified, GZDoom Builder will not load your preferences or game configuration settings and will use the default settings instead.<br />You will not lose your original settings, but when this parameter is specified your settings will not be saved.<br /> <br /> <b class="fat">-portable</b> - <span class="red">GZDB only.</span><br /> - The editor will be launched in portable mode. It will use the "GZBuilder.cfg" located in the program directory instead of the one located in the "%LocalAppData%\Doom Builder\GZBuilder.cfg" to load and save program settings. Log and crash report files will be also created in the program directory.<br /> + The editor will be launched in portable mode. It will use the "UDBuilder.cfg" located in the program directory instead of the one located in the "%LocalAppData%\Doom Builder\UDBuilder.cfg" to load and save program settings. Log and crash report files will be also created in the program directory.<br /> <h2>The following parameters are used only when both "wadfile" and "-map" parameters are present</h2> They replicate the settings, which can be set in the <a href="w_openmapoptions.html">Open Map Window</a>.<br /> <br /> -- GitLab