making a "one way" looping mover

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

-Gregou

New Member
Oct 16, 2003
16
0
0
Did someone tried to make a loop mover without the reverse order ?
I didn't find how to do it ...(without the LeadInOutLooper option available in UT2K3)
If someone can help me ...
 

Deurrific

New Member
Nov 12, 2003
9
0
0
I had the same problem and all the tutorials I found on this subject appeared to be very wrong, but I managed to do it just by studying a fan in the DM-flux2 level of UT2003.
All you hav to do is:

Select a static mesh, create a mover and select it's properties.

Highlight the advanced options and set everything to false except:
> bEdShouldSnap, bMovable, bNoDelete (Set these to true)

Now highlight the movement options and set bFixedRotationDir to true and the physics to PHYS_rotating. Finally alter the rotationrate to the desired rate of rotation (experiment with the rotationrate as much as you like)

Set MoverEncroachType to ME_IgnoreWhenEncroach to prevent the mover from rotating to the other side (returning)
Also I've set the InitialState to None.

I think that about covers it, let me know if it works :)