I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

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[edit]

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[edit]

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

Related Topics[edit]

Discussion[edit]

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