Talk:MAYhem 2019

From DoomWiki.org

Custom things mapping[edit]

Eris' extensive descriptions (thanks) resulted in the following custom things mapping file for DMMPST (TSV format):

# class	thingID	wikiname	wikilink
0	65	Pistol cultist	MAYhem 2019#Custom monsters	50
0	84	Pistol cultist	MAYhem 2019#Custom monsters	70
0	9	Shotgun cultist	MAYhem 2019#Custom monsters	50
0	66	Vampire		MAYhem 2019#Custom monsters	300
0	3002	Skellie		MAYhem 2019#Custom monsters	120
0	58	Shadow imp	MAYhem 2019#Custom monsters	60
0	78	Arachnorb	MAYhem 2019#Custom monsters	80
0	7	Motherbrain	MAYhem 2019#Custom monsters	1500
0	3006	Lightning ball	MAYhem 2019#Custom monsters	40
0	72	Spooklord	MAYhem 2019#Custom monsters	5000
0	68	Deathcube	MAYhem 2019#Custom monsters	520
0	16	Minotaur	MAYhem 2019#Custom monsters	3200
0	76	Hellhound	MAYhem 2019#Custom monsters	140
0	74	Shadowhound	MAYhem 2019#Custom monsters	140
0	47	Satyr		MAYhem 2019#Custom monsters	320
0	23	Bat		MAYhem 2019#Custom monsters	10
0	69	Mummy		MAYhem 2019#Custom monsters	440
0	75	Ghost		MAYhem 2019#Custom monsters	150
0	77	Tesla coil	MAYhem 2019#Custom monsters	150
0	50	Tesla coil (idle) MAYhem 2019#Custom monsters	150
0	3003	Deep One	MAYhem 2019#Custom monsters	800
0	888	Chainsaw maniac	MAYhem 2019#Custom monsters	140
0	?	Lich		MAYhem 2019#Custom monsters	500
2	2004	Flamethrower	MAYhem 2019#Custom weapons
2	2006	Necronomicon	MAYhem 2019#Custom weapons
5	2023	Berserk sphere	MAYhem 2019#Custom items
5	2045	Roulette sphere	MAYhem 2019#Custom items

Currently still in description order with hit points in the last column. Before generating the things tables I'll sort by that column (and remove the values). The list takes the additional "ID #" values (thing types) into account, but I may have made a mistake along the long and winding road. Can someone (Eris? Gez?) verify the table?

Also, the Lich is at DHE number 143 (description) or 144 (actual lump), but the highest (regular?) DHE number is 137. How does that work, and what is the Lich's thing type? --Xymph (talk) 15:22, 22 April 2020 (CDT)

Well I'm extremely confused, in DeHackEd the arachnorb replaces the hell knight but in editors the hell knight is replaced by the mummy instead, but if I put 'summon hellknight' in LZDoom, I get an arachnorb. Anyway, I've looked through the WAD in an editor and your thing type numbers seem to be correct. The lich's thing type is 2017, I think those 137+ numbers are the MBF extensions that don't seem to be well documented here yet. --Eris Falling (talk) 08:50, 23 April 2020 (CDT)
Ok thanks, I used the following sorted mapping file for the tables:
# class	thingID	wikiname	wikilink			health
0	23	Bat		MAYhem 2019#Custom monsters	10
0	3006	Lightning ball	MAYhem 2019#Custom monsters	40
0	65	Pistol cultist (drops clip)	MAYhem 2019#Custom monsters	50
0	84	Pistol cultist (drops chaingun)	MAYhem 2019#Custom monsters	70
0	9	Shotgun cultist	MAYhem 2019#Custom monsters	50
0	58	Shadow imp	MAYhem 2019#Custom monsters	60
0	78	Arachnorb	MAYhem 2019#Custom monsters	80
0	3002	Skellie		MAYhem 2019#Custom monsters	120
0	888	Chainsaw maniac	MAYhem 2019#Custom monsters	140
0	76	Hellhound	MAYhem 2019#Custom monsters	140
0	74	Shadowhound	MAYhem 2019#Custom monsters	140
0	75	Ghost		MAYhem 2019#Custom monsters	150
0	77	Tesla coil	MAYhem 2019#Custom monsters	150
0	50	Tesla coil (idle)	MAYhem 2019#Custom monsters	150
0	66	Vampire		MAYhem 2019#Custom monsters	300
0	47	Satyr		MAYhem 2019#Custom monsters	320
0	69	Mummy		MAYhem 2019#Custom monsters	440
0	2017	Lich		MAYhem 2019#Custom monsters	500
0	68	Deathcube	MAYhem 2019#Custom monsters	520
0	3003	Deep One	MAYhem 2019#Custom monsters	800
0	7	Motherbrain	MAYhem 2019#Custom monsters	1500
0	16	Minotaur	MAYhem 2019#Custom monsters	3200
0	72	Spooklord	MAYhem 2019#Custom monsters	5000
2	2004	Flamethrower	MAYhem 2019#Custom weapons
2	2006	Necronomicon	MAYhem 2019#Custom weapons
5	2023	Berserk sphere	MAYhem 2019#Custom items

The fifth column remained as DMMPST ignores everything after the (required) four columns. It's been a while since I programmed that. :) --Xymph (talk) 11:49, 23 April 2020 (CDT)