The future of WadSmoosh

Here, developers communicate stuff that does not go onto the main News section or the front page of the site.
[Dev Blog] [Development Builds] [Git Change Log] [GZDoom Github Repo]

Moderator: GZDoom Developers

User avatar
Rachael
Posts: 13885
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

The future of WadSmoosh

Post 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.

Return to “Developer Blog”