Vandomizer is a "vanilla" randomizer for GZDoom. It randomizes the spawns in Doom maps without adding any extra enemies or items. The mod offers three different randomization modes with varying degrees of chaos.

Description

v1.0.1 of Vandomizer, now with less Pain Elementals.

Preview
Vandomizer v1.0.1
Post comment Comments
Dude27th
Dude27th - - 399 comments

Hi! I think I solved your issue with map 07 on Doom II.
You where right to check the map name at the start to not change the already mancubus on the map, but you forgot to put another if to prevent more mancubus spawning from other items.

It should look like this:

case 157:
case 158:
case 159:
case 160:
case 161:
case 162:
if(level.mapname ~== "MAP07")
e.Replacement = 'Revenant';
else
e.Replacement = 'Fatso';
break;

------------------------------------------------
I tested it and it should fix that issue! ^^

Reply Good karma Bad karma+3 votes
SanttuPesonen Author
SanttuPesonen - - 57 comments

Wow, I'm amazed I never thought of that myself. Thanks for looking into it, I'll implement the fix ASAP. c:

Reply Good karma+3 votes
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Tags

Vandomizer v1.0.1 has not been tagged yet.