4.14.2: Loading a mod folder only loads contained .wad files

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

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: 4.14.2: Loading a mod folder only loads contained .wad files

Re: 4.14.2: Loading a mod folder only loads contained .wad files

by Ihavequestions » Mon Sep 29, 2025 12:12 pm

Well, okay. Thanks for the explanation.

Re: 4.14.2: Loading a mod folder only loads contained .wad files

by Rachael » Mon Sep 29, 2025 10:56 am

Because GZDoom doesn't know that a folder is supposed to be a loose collection of mods, also this has been argued to death with Graf and he's [No]'d it every time that I can recall.

GZDoom treats the folder as a mod itself, so just throwing archives at it doesn't work because it thinks you're loading a single mod that happens to have .wad files nested in.

And the only reason the .wad file thing works is to allow you to download an /idgames zip file and run it directly without unzipping it.

Re: 4.14.2: Loading a mod folder only loads contained .wad files

by Ihavequestions » Mon Sep 29, 2025 4:25 am

Rachael wrote: Sun Sep 28, 2025 10:35 pmIn any case, this isn't going to change.
Huh? And why not?
And BTW, I remember this used to work in earlier versions, or am I wrong here?

Re: 4.14.2: Loading a mod folder only loads contained .wad files

by Rachael » Sun Sep 28, 2025 10:35 pm

The game loads the folder as if it were a .pk3 file, not as if it were supposed to load all the files contained within. So the same rules apply. You can't nest pk3 files, and thus you can't nest them in a folder in this case either.

A workaround is to simply name them all .wad (GZDoom only seems to care about the extension in this case), load each file separately, or merge the contents of the files together. In any case, this isn't going to change.

4.14.2: Loading a mod folder only loads contained .wad files

by Ihavequestions » Sun Sep 28, 2025 9:44 pm

I've noticed in the current stable version that specifying a mod folder via -file or Autoload path will load the contained .wad files but ignore any .pk3 or other files. The error occurs on both Linux and Windows.

Top