Moving Objects Editor

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

Moe.png

What is it?

With this, you can easily create moving objects in the MTA map-editor. Rotating objects, objects flying from place to place and even triggering them when you hit a marker. It's very easy to install and very easy to use. Please have a look at the tutorials below and enjoy the tool and its endless possibilities!

Installation

Once you have downloaded the file, put it in the resources directory of your MTA-installation:

MTA San Andreas / server / mods / deathmatch / resources

NOTE: The server where your map will be played must also have the resource in the 'resources' directory and the resource must be running!

Starting it up in the map-editor

Once you are in the map editor:

  1. Click on the Definitions icon.
    Editor Definitions.png
  2. Click on moe and click the Add button
    Moe addedf.png
  3. Position your mouse on the buttons on the bottom-left corner
    Moe scroll1.png
  4. Scroll your mousewheel until you reach the MOE-buttons
    Moe scroll2.png
  5. You are now ready to use it! Don't forget to save!

How to use the tool

Attaching objects

Once you attach objects to an object that is going to move, the objects attached to it will move with it. Attaching is very simple.

Just to be clear: the child-object is attached TO the parent-object.
  1. Create the parent-object where you want to attach the child-object to.
  2. Create the child-object you want to attach to the parent-object, position and rotate it as you like. In the Properties-window of an object, set the parent-object as parent (to re-open the Properties-window of an object, select the object and press F3).
    1. Click on the Browse-button next to parent
      Moe propset.png
    2. Select the object you want to attach it to (click for enlargement)
      Moe selectob.png
    3. Click the OK-button
    4. Click the OK-button again in the Properties-window

Done! The attached child-object will now move with the parent-object!


Rotating: Back and forth

Moe properties backforth.png
Rotate backforth.png

Rotating back and forth means rotating like a door: it rotates to 'open' and then rotates back to 'close' again. This sort of movement comes in very handy if you want to make doors that open like the doors in your house.

How to assign it
  1. Create the 'back and forth'-element by clicking on the 'back and forth'-icon (displayed above)
  2. Fill in the data (see below for a description)
  3. Click the OK-button
  4. Select the object to which you want to assign the 'back and forth'-rotation
  5. Press F3, click on 'Browse' next to 'Parent' and select the 'back and forth'-element you just created from the list
  6. Click the OK-button
  7. Click the OK-button again in the properties-window
Data description

This explains what you need to fill in and what every option does. NOTE: All time is in milliseconds! (1 second = 1000 milliseconds)

  • ID: The name of the element. If you name it properly, it's easier to find it back when you set it as parent later on.
  • parent: The parent of this object (doesn't do anything)
  • forthTime: The time the rotation forth takes
  • backTime: The time the rotation back takes
  • pause1: The time to wait before rotating forth
  • pause2: The time to wait before rotating back
  • rotationX: Rotation along the X-axis
  • rotationY: Rotation along the Y-axis
  • rotationZ: Rotation along the Z-axis
  • hideChild: Hide the child. If the child for which you set this element as a parent is only functioning as a center of axis and you don't want it to be visible, set it true. Otherwise, set it false.

Rotating: Keep rotating
Rotate roundround.png

Keep rotating means that it will continue to rotate in the same direction, like a windmill.


Tracks
Moe tracks.png

A track is an object that moves along a path, from one point to another, like an elevator/lift, a sliding door or a traintrack.