NOTE:
I already enojyed the normal mod and i working into a conversion of it for BD/PB play it from another point of view ( This versione will not be relased ).
I faced the same problem even in some of my maps, then is not a stronhgold compatibility problem.
Well the issue is very simply: how could i do to preven this?
Monsters stuck with teleport.
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
- Arch-vile90
- Posts: 131
- Joined: Tue Jul 01, 2014 4:39 pm
- Location: Italy, the place of pizza
Re: Monsters stuck with teleport.
What if you used [wiki]Thing_Hate[/wiki] on the spawned monsters? Or just a simple [wiki]NoiseAlert[/wiki] to make them move?
And then you could use a while/until loop so that the spawning happens only if the SpawnSpot is empty.
And then you could use a while/until loop so that the spawning happens only if the SpawnSpot is empty.
Re: Monsters stuck with teleport.
I made a test wad for you. I made two sectors. The first is only for the player, the second behind the grating is only for the monsters. The grating blocks everything, just to ensure that the monsters can't interact with you.
They just kill each other without telefraggin or spawning themselves over one another. LOL Just watch the show.
I almost forgot to mention a very important thing here. ActivateOwnDeathSpecials should be there in the MAPINFO, because it ensures that the monsters themselves can "delete" their own TID. Otherwise the activator of their death scripts would be the monster who killed them. But we need the TID of the dead one to delete it. So the loops can ignore them and the UniqueTID can reuse them again.
They just kill each other without telefraggin or spawning themselves over one another. LOL Just watch the show.

I almost forgot to mention a very important thing here. ActivateOwnDeathSpecials should be there in the MAPINFO, because it ensures that the monsters themselves can "delete" their own TID. Otherwise the activator of their death scripts would be the monster who killed them. But we need the TID of the dead one to delete it. So the loops can ignore them and the UniqueTID can reuse them again.