quick search showed no result for such a thing as is Zandronum WAD Loader that would make it nicer to load multiple wads. I can barely remember that there were something based on Java, but that's something I personally don't use/like/whatever.
So I've made a very simple batch script for loading multiple wads AND simple way for loading multiple wads in right order (like RGH requires skulltag_actors/data which has to be linked/loaded before RGH itself).
So... after some edits you have to make in this batch file or it won't work properly, you simply run it, it will display all files located in specified direktory, you will enter name of the wads you want to run and press enter. Boom, it works!
NOTE:
In my zandro folder, i have iwad/pwad subfolders, name speaks for themselves. The script works with this system. Also, I've zandro installed in C:\Games\Zandronum.
If you open the script with RMC(Right mouse click)->Edit
and navigate to line 10 (after lot's of lines starting with REM), you can change directory where's Zandro installed.
Line 11 sets name of pwad subfolder (pwad in my case).
So if you have you zandro installed in like D:\Prog\Games\Doom
line 10 will look like:
Code: Select all
set ZANDRONUM_PATH=D:\Prog\Games\Doom
Code: Select all
set SUBPATH=
When you will run the script, it will write for example:
Code: Select all
*************************************
* *
* Zandronum console WAD loader v1.0 *
* by doomista *
* *
*************************************
Enter any number of wad names separated by a space
PK3 files requires the .pk3 extension to be written
List of files located in: C:\Games\Zandronum\pwad
brit10.wad brit11.wad brutalv20.pk3 greenwar.wad skulltag_actors_1-1-1
.pk3 skulltag_data_126.pk3
Enter wads you want to load:
Hope it helps ;)
PS.: Since this runs under Windows, it's not case sensitive, so LoReM and lorem are equal
