Actually not because I can't imagine that this is going to be even better than ZDL3BioHazard wrote:So nobody is excited that I'm working on a new ZDL? It's even cross-platform...

What would happen if the iwad is explicitly loaded in the PWAD list as well as where it should be? I also seem to remember that AFADoomer created a dummy DOOM.WAD that has just enough resources to be recognised by ZDoom so that a custom IWAD can be loaded.wildweasel wrote:Unfortunately this really isn't possible, given the way G/ZDoom loads wad files - it always opens the main IWAD first, and then any other wads in the order specified in the command line.possibility to add a wad before or after the main pwad
Code: Select all
zdoom -iwad myfakeiwad.wad -file mypwad.wad doom2.wad otherpwad.wad
zdoom -iwad myfakeiwad.wad -file mycustomiwad.wad mypwad.wad otherpwad.wad