xvertigox Posted April 15, 2018 Does anyone know how to exec configs in GZDoom? I tried making configs in the root GZDoom folder then using 'exec test.cfg' and 'exec text.ini' in console but it doesn't apply the video settings. I'm wanting to create graphics configs - one for retro and one for eye candy - so I can easily and quickly swap between the two in-game without having to go through the menus. 0 Share this post Link to post
<inactive>Player Lin Posted April 21, 2018 (edited) It's -config, not exec... GZDoom.exe -config <your config file's full filename> Check wiki for more details. https://zdoom.org/wiki/Configuration_file 1 Share this post Link to post
xvertigox Posted April 21, 2018 So it has to be done via a command line argument and not ingame. Thatll still work, thanks. 0 Share this post Link to post
Kappes Buur Posted April 22, 2018 Or specify in the ini file the path to the autoexec.cfg file, eg Quote [Doom.AutoExec] Path=H:\PWAD_EDITING\IWADS\autoexec.cfg so that your config is available every time you start up GZDOOM. 0 Share this post Link to post