Pls add load all custom wads in a directory throug .bat file

Moderator: GZDoom Developers

Post Reply
User avatar
TheGameratorT
Posts: 63
Joined: Sun Mar 04, 2018 4:42 am
Graphics Processor: nVidia with Vulkan support
Location: Portugal
Contact:

Pls add load all custom wads in a directory throug .bat file

Post by TheGameratorT »

So I was using this code to load a entire directory of files but I think that option only works throught one by one file, also I don't want to use gzdoom.ini as I'm make a launcher to load specific wads in specific folders

This is the code I have:

Code: Select all

-IWAD doom2.wad -file "\WADs\FD1\" -host 1 +map e1m1 -skill 1 -netmode 0
Also tried like this

Code: Select all

-IWAD doom2.wad -file "\WADs\FD1\*" -host 1 +map e1m1 -skill 1 -netmode 0
I searched on the forums but I could only load all files in a specific directory through gzdoom.ini

So could that option be added?

P.S.: Also specifing the wad like this works, but i don't want this:

Code: Select all

-IWAD doom2.wad -file "\WADs\FD1\Test.wad" -host 1 +map e1m1 -skill 1 -netmode 0
User avatar
TheGameratorT
Posts: 63
Joined: Sun Mar 04, 2018 4:42 am
Graphics Processor: nVidia with Vulkan support
Location: Portugal
Contact:

Re: Pls add load all custom wads in a directory throug .bat

Post by TheGameratorT »

Forget all, sorry it was a visual studio problem there u can use *
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”