Page 1 of 1

GZDoom Reading Doom Complete as Shareware

Posted: Fri Dec 13, 2024 8:51 am
by Superdave938
I usually use Doom_Complete (Wadsmoosh) to play doom on GZ, however I noticed as of late that GZDoom recognizes Doom_Complete as Doom Shareware despite me not having the shareware version of Doom.
Screenshot 2024-12-13 093622.png
Screenshot 2024-12-13 093622.png (13.02 KiB) Viewed 2107 times
This only started to happen recently. I checked game_support.pk3 to see if it was causing issues and everything seemed correct so i'm at a loss at the moment.

I am running gzdoom-x64-g4.14pre-120-gfb660fa3c by the way, if that helps.

Re: GZDoom Reading Doom Complete as Shareware

Posted: Fri Dec 13, 2024 10:00 am
by Rachael
This means you're using one of the forks or not all of the files required for detection are present.

Rename it to doom_complete.ipk3 (not .pk3) and then add a custom iwadinfo.txt file to it with the following contents:

Code: Select all

IWad
{
	Name = "DOOM: Complete: WadSmoosh"
	Autoname = "doom.id.wadsmoosh"
	Game = "Doom"
	Config = "Doom"
	Mapinfo = "mapinfo/doom2.txt"
	IWADName = "doom_complete.ipk3"
	Compatibility = "Shorttex"
	BannerColors = "a8 00 00", "a8 a8 a8"
	IgnoreTitlePatches = 1
	SupportWAD = "id24res.wad"
}

Re: GZDoom Reading Doom Complete as Shareware

Posted: Fri Dec 13, 2024 11:29 am
by Superdave938
that seems to have worked
thanks!