Why are monster pawns teleporting?

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

psycocommy

New Member
Nov 18, 2004
18
0
0
I've been working on a single-player game-type using UT2004, but, even after the suggestions made in an earlier thread, I cannot get monster pawns to stop teleporting.

The specific problem is this: in certain levels where I have scattered monster pawns around, once the game starts and I move my character from the PlayerStart, some of the monsters in the map begin teleporting to the playerstart. Once they die, they do not respawn there and not all of them teleport in the first place.

Any idea why this is happening? It seems that only monsters that are originally far outside of the player's Z-plane do this. I have tried subclassing the MonsterController, but I do not see where I can turn this off (changing the FightEnemy function did not seem to do it).