GZDoom 4.12pre/dev issues

Forum rules
Please be as descriptive as possible in your posts (list your hardware and operating system, the version of the source port you are using, any mods you are running and how they're being loaded, etc.)
This will help others to give you a solution!

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: GZDoom 4.12pre/dev issues

Re: GZDoom 4.12pre/dev issues

by CacoKnight » Tue Feb 13, 2024 8:01 pm

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.

Re: GZDoom 4.12pre/dev issues

by CacoKnight » Tue Feb 13, 2024 4:34 pm

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.

Re: GZDoom 4.12pre/dev issues

by Kappes Buur » Tue Feb 13, 2024 5:14 am

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
[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
I start the game with a batch file, such as
gzdoom.exe -iwad DOOM2.WAD -FILE %1 D:\PWADs\MODS\Beautiful PFEnh.pk3 +logfile run.txt
to start the game with DOOM2.WAD and other files

or
gzdoom.exe -FILE %1 D:\PWADs\MODS\Beautiful PFEnh.pk3 +logfile run.txt
to start from the menu


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.

GZDoom 4.12pre/dev issues

by CacoKnight » Sat Feb 10, 2024 3:08 pm

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.

Top