Page 1 of 1

The future of WadSmoosh

Posted: Fri Dec 13, 2024 10:03 am
by Rachael
Since the project is no longer maintained by its original author, eventually GZDoom's IWAD detection for it will be removed.

If you maintain a fork for wadsmoosh please output it as "your_fork.ipk3" (not .pk3) and add a custom iwadinfo.txt file to its output. You can use some variant of the following:

Code: Select all

IWad
{
	Name = "DOOM: Complete: WadSmoosh"
	Autoname = "doom.id.wadsmoosh"
	Game = "Doom"
	Config = "Doom"
	Mapinfo = "mapinfo/doom2.txt"
	Compatibility = "Shorttex"
	BannerColors = "a8 00 00", "a8 a8 a8"
	IgnoreTitlePatches = 1
	SupportWAD = "id24res.wad"
}
Feel free to change the above settings and give it your own flair. You can probably even add a custom startup screen and music if you're feeling creative.