Occasionally I download new GZDoom Dev builds to test them but this time it's a little different, there is a new interface no big deal but I can't make it load my autoexec.cfg and gzdoom_portable.ini files.
Anyone with the same issue?
Thank you.
GZDoom 4.12pre/dev issues
Moderator: GZDoom Developers
Forum rules
Contrary to popular belief, we are not all-knowing-all-seeing magical beings!
If you want help you're going to have to provide lots of info. Like what is your hardware, what is your operating system, what version of GZDoom/LZDoom/whatever you're using, what mods you're loading, how you're loading it, what you've already tried for fixing the problem, and anything else that is even remotely relevant to the problem.
We can't magically figure out what it is if you're going to be vague, and if we feel like you're just wasting our time with guessing games we will act like that's what you're really doing and won't help you.
Contrary to popular belief, we are not all-knowing-all-seeing magical beings!
If you want help you're going to have to provide lots of info. Like what is your hardware, what is your operating system, what version of GZDoom/LZDoom/whatever you're using, what mods you're loading, how you're loading it, what you've already tried for fixing the problem, and anything else that is even remotely relevant to the problem.
We can't magically figure out what it is if you're going to be vague, and if we feel like you're just wasting our time with guessing games we will act like that's what you're really doing and won't help you.
-
- Posts: 12
- Joined: Wed Sep 13, 2023 8:48 pm
GZDoom 4.12pre/dev issues
Last edited by CacoKnight on Tue Feb 13, 2024 6:18 pm, edited 1 time in total.
-
-
- Posts: 4149
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
Re: GZDoom 4.12pre/dev issues
gzdoom_portable.ini must be present in the folder where you extracted GZDoom.
In this file you must specify where the various support files can be found, for example
I have my IWADs and autoexec.cfg files in a separate folder -> D:\IWADFS, then in the ini file I specift
or
then when MAP01 is loaded, open the console and type whereisini to find the location of the ini file, eg
Of course, in it's simplest form you can stick all support files into the GZDoom folder.
Or simply use a launcher such as ZDL.
My point is that the paths in the ini file must match the actual file locations.
I hope that will help.
In this file you must specify where the various support files can be found, for example
I have my IWADs and autoexec.cfg files in a separate folder -> D:\IWADFS, then in the ini file I specift
I start the game with a batch file, such as[IWADSearch.Directories]
Path=D:\IWADS
Path=$DOOMWADDIR
Path=$HOME
Path=$PROGDIR
# Files to automatically execute when running the corresponding game.
# Each file should be on its own line, preceded by Path=
[Doom.AutoExec]
Path=D:\IWADS/autoexec.cfg
to start the game with DOOM2.WAD and other filesgzdoom.exe -iwad DOOM2.WAD -FILE %1 D:\PWADs\MODS\Beautiful PFEnh.pk3 +logfile run.txt
or
to start from the menugzdoom.exe -FILE %1 D:\PWADs\MODS\Beautiful PFEnh.pk3 +logfile run.txt
then when MAP01 is loaded, open the console and type whereisini to find the location of the ini file, eg
Of course, in it's simplest form you can stick all support files into the GZDoom folder.
Or simply use a launcher such as ZDL.
My point is that the paths in the ini file must match the actual file locations.
I hope that will help.
-
- Posts: 12
- Joined: Wed Sep 13, 2023 8:48 pm
Re: GZDoom 4.12pre/dev issues
Thanks, I'll read that again and try to adjust, also forgot to add, these are my two setting files: https://rentry.org/m9scdi
So, it seems that autoexec.cfg is being loaded since it's where gzdoom.exe is but none of the settings are being loaded, modern/blurry style and everything is default.
You need to load it twice to see the "autoexec.cfg" settings applied in game. The first time GZDoom open it's just to save the settings in "gzdoom_portable.ini". 4.11.x works fine at the first load.
edit:
Deleted all and tried from scratch and now it doesn't work anymore. Not sure what is going on. Still checking.
edit2:
It works fine only if I drag&drop "autoexec.cfg" to gzdoom.exe then close it and reopen again. This means the first dra&drop is only to save the settings inside "gzdoom_portable.ini".
edit3:
Even the normal way works but the first load is only to save the settings, you have to close it and reopen it again.
There is something going on with the new dev build and how it load the config files, it's not the first time that I report something and I end up being right on how something was changed in the code.
So, it seems that autoexec.cfg is being loaded since it's where gzdoom.exe is but none of the settings are being loaded, modern/blurry style and everything is default.
You need to load it twice to see the "autoexec.cfg" settings applied in game. The first time GZDoom open it's just to save the settings in "gzdoom_portable.ini". 4.11.x works fine at the first load.
edit:
Deleted all and tried from scratch and now it doesn't work anymore. Not sure what is going on. Still checking.
edit2:
It works fine only if I drag&drop "autoexec.cfg" to gzdoom.exe then close it and reopen again. This means the first dra&drop is only to save the settings inside "gzdoom_portable.ini".
edit3:
Even the normal way works but the first load is only to save the settings, you have to close it and reopen it again.
There is something going on with the new dev build and how it load the config files, it's not the first time that I report something and I end up being right on how something was changed in the code.
-
- Posts: 12
- Joined: Wed Sep 13, 2023 8:48 pm
Re: GZDoom 4.12pre/dev issues
I think I figured out what it is:
"gl_texture_filter" is not being saved, only 4 (default) shows on first load.
Even if you type "gl_texture_filter" in console and press enter it will show 0 or 6 or whatever setting you have but it's not actually applied to the game. Confirm the setting number again to apply in game.
Everything else loads from autoexec.cfg.
"gl_texture_filter" is not being saved, only 4 (default) shows on first load.
Even if you type "gl_texture_filter" in console and press enter it will show 0 or 6 or whatever setting you have but it's not actually applied to the game. Confirm the setting number again to apply in game.
Everything else loads from autoexec.cfg.