Gah - a solution with more questions. – EntropicLqd

Legacy:Custom Mover

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

UT has several subclasses of Mover that did various things. UT2003 has just the Mover class.

It's possible to script custom movers in UnrealEd 3, just as it was in UnrealEd 2. Whether they are actually required or not – that's another question: watch this space! :D

Creating

You need to write a script yourself, compile it and put it in the ini file as an EditPackage (same as custom brushbuilders).

To add a mover of a custom class:

  1. select a static mesh resource in the browser
  2. right-click the mover toolbox button
  3. select the class

Scripts

this would be a good place to post scripts...

Related Topics

Discussion

SuperApe: Perhaps this needs a to be merged with Scripting Movers?