-map "mapname"
Where "mapname" is the name of the map (map header lump name) such as MAP01 or E1M1.
When specified, this will indicate the map to load from the specified wad file.
Use in combination with -cfg to provide the required information to skip the map-options dialog.
-delaywindow
This delays showing the main interface window until the automatic map loading from command line parameters is completed, and the program is not terminating yet.
This is usefull for plugins that can be used to perform batch processes where the showing of the main interface window is not desired.
If a plugin completes it's actions on map load and terminates the application immediately, the main window will not be shown at all.
-nosettings
When this parameter is specified, GZDoom Builder will not load your preferences or game configuration settings and will use the default settings instead.
You will not lose your original settings, but when this parameter is specified your settings will not be saved.
-portable - GZDB only.
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.
GZBuilder.exe "C:\Games\Doom\My Maps\Ubermegawad.wad"Same as the example above, but now without showing the map-options dialog and instead immediately loading map MAP23 with the Doom 2 game configuration:
GZBuilder.exe "C:\Games\Doom\My Maps\Ubermegawad.wad" -map MAP23 -cfg "Doom_Doom2Doom.cfg"Same as the example above, but using one of GZDoom game configurations with added wad file resource and PK3 file resources:
GZBuilder.exe "C:\Games\Doom\My Maps\Ubermegawad.wad" -map MAP23 -cfg "GZDoom_DoomUDMF.cfg" -resource pk3 notest "C:\GZDoom\gzdoom.pk3" -resource wad strictpatches "C:\Games\Doom\gothtextures.wad" -resource pk3 "C:\Games\Doom\hardmonsters.pk3"