Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
amoroz

Is there a way to create a patrol route during runtime?

Question

I want to implement custom movement where monsters move between waypoints in a non-fixed order.

 

I have tried 2 ways in a test map: 

PatrolTest.zip

 

1. Patrol Points

Spawn PatrolPoint actors with ACS and change their Args using SetThingSpecial. Use Thing_SetGoal to move a ScriptedMarine to the first point.

The marine moves to the first patrol point but doesn't move on to the second.

 

2. Actor Mover

Spawn InterpolationPoints actors with ACS and change their Args using SetThingSpecial. Spawn custom ActorMover with pre-defined Args and activate it.

The marine teleports to the first interpolation point but doesn't move.

 

It seems like a way to go would be defining interpolation or patrol points for every possible path, but this seems unmanageable.

Does anybody know a good about this?

Share this post


Link to post

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×