Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Legacy:Custom Mover

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 18:05, 17 December 2005 by SuperApe (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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?