Moving Objects Editor: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
Once you have downloaded the file, put it in the resources directory of your MTA-installation:
Once you have downloaded the file, put it in the resources directory of your MTA-installation:
<syntaxhighlight lang="lua">MTA San Andreas / server / mods / deathmatch / resources</syntaxhighlight>
<syntaxhighlight lang="lua">MTA San Andreas / server / mods / deathmatch / resources</syntaxhighlight>
'''''NOTE:''''' The server where your map will be played must also have the resource in the 'resources' directory and the resource must be '''running''' all the time!
'''''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==
==Starting it up in the map-editor==
Once you are in the map editor:
Once you are in the map editor:

Revision as of 23:45, 2 May 2012

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 until you reach the MOE-buttons
    Moe scroll2.png
  5. You are now ready to use it! Don't forget to save!