Autoloaded folder ignores non-wad files (pk3/pk7)

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

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 Reply
User avatar
RicardoLuis0
 
 
Posts: 57
Joined: Tue Aug 21, 2018 9:31 pm
Preferred Pronouns: He/Him
Graphics Processor: nVidia (Modern GZDoom)
Location: Brazil
Contact:

Autoloaded folder ignores non-wad files (pk3/pk7)

Post by RicardoLuis0 »

Autoloading a pk3/pk7 directly (Path=[path to file]) works, but place any pk3/pk7 file inside an autoloaded folder (Path=[path to folder]), and it will be ignored by the engine.
Chaning the extension of a file from .pk3 to .wad (without changing its format), it will be properly loaded by the engine as a pk3 file, even if its extension is .wad.
Last edited by RicardoLuis0 on Sun Oct 10, 2021 7:38 pm, edited 1 time in total.
User avatar
Delfino Furioso
Posts: 115
Joined: Sat Mar 27, 2021 3:21 pm

Re: Autoload folder ignores non-wad files (pk3/pk7)

Post by Delfino Furioso »

something similar happens when trying to load a .zip archive which contains one or more .pk3 files

using sparse files:
gzdoom.exe -iwad "DOOM2.WAD" -file "Mapset.pk3" "GameplayMod.pk3"
always works

bundling all pk3 in a .zip archive
gzdoom.exe -iwad "DOOM2.WAD" -file "bundle.zip"
works only if the bundled .pk3 files are renamed within the archive, adding .wad to the extension


this is using 4.7.0


if this is intended behaviour then sorry for false-flagging it
User avatar
Caligari87
Admin
Posts: 6174
Joined: Thu Feb 26, 2004 3:02 pm
Preferred Pronouns: He/Him
Contact:

Re: Autoload folder ignores non-wad files (pk3/pk7)

Post by Caligari87 »

@Delfino the behavior you're describing is probably not related to this bug report, in my estimate. Explanation in spoiler to avoid derailing, but TL;DR don't do that.
Spoiler:
8-)
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49071
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Autoloaded folder ignores non-wad files (pk3/pk7)

Post by Graf Zahl »

This is working as designed - the file system does not support embedding of non-WADs, and autoloading a folder is just that.
Post Reply

Return to “Closed Bugs [GZDoom]”