UT: Attached movers

  • 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.

[DecoY]

Phat out of hell
Nov 6, 2001
473
0
0
40
MIA: please find me
I have a problem (duh, otherwise wouldn't be here :))...
I'm wanting to make a defense sentinel in a spawn room.
there are 4 team cannons attached to a mover, moving up from the ground when triggered.
the problem is, the mover comes up but the cannon's don't, they stay were they are untill the very end, at which point they move up 32units (just at groundlevel).
(the very end is the moment where mover has reached position 1, waits and then returns to position 0...)

help would be appreciated, I'm usually on mIRC quakenet and entrthegame if you want the map to check the problem
look for oGs^[DecoY]
 

Ulukai

Active Member
May 2, 2000
1,524
1
38
Its a looong time sincc I used UED 2 and attachmovers, but IIRC, it's goessomething like this.

Make sure your mover is of type AttachMover. Then in the properties, expand the AttachMover node and set the AttachTag property to, say, sentinel1.

Now, position your cannons and in the properties screen for the cannon, expand the Events node and set the Tag property to sentinel1. Then, expand the Advanced node and make sure the bStatic property is set to false and the bMoveable propery is set to true.

There might be something I've forgotten, so firk with those properties some more if you're still having probs :)