Post by piccobello on Aug 23, 2010 13:27:09 GMT -8
I've discovered some tricks in the mapeditor!
You have just a few objects in the mapeditor, but not all...with this trick you can add portals, bombs, and also fake-cheese
Here is the list of objects:
<F X="400" C="17" Y="200" P="0" /> cannonball (up)
<F X="400" C="18" Y="200" P="0" /> cannonball (down)
<F X="400" C="19" Y="200" P="0" /> cannonball (right)
<F X="400" C="20" Y="200" P="0" /> cannonball (left)
<F X="400" C="21" Y="200" P="0" /> heavy green ball (never seen this)
<F X="400" C="23" Y="200" P="0" /> bomb (does not explode)
<F X="400" C="24" Y="200" P="0" /> spirit (explodes, but doesn't hurt mice)
<F X="400" C="25" Y="200" P="0" /> fake cheese (it can fall and you can jump on it, but not take it)
<F X="400" C="26" Y="200" P="0" /> portal (blue)
<F X="400" C="27" Y="200" P="0" /> portal (orange)
<F X="400" C="29" Y="200" P="0" /> ballon (red, non-flying)
<F X="400" C="30" Y="200" P="0" /> ballon (green, non-flying)
<F X="400" C="31" Y="200" P="0" /> ballon (yellow, non-flying)
How to use this???
You can't add these objects while creating a map, you must add them before editing your map, so be sure to know how and which objects you need.
To add an object you must paste the object (from the list above) into this code, example:
<C><P /><Z><S /><D /><O>
<F X="400" C="17" Y="200" P="0" />
</O></Z></C>
<F X="400" C="17" Y="200" P="0" />
</O></Z></C>
If you want to add more than one object, just paste them into the code like that:
<C><P /><Z><S /><D /><O>
<F X="400" C="17" Y="200" P="0" />
<F X="400" C="17" Y="200" P="0" />
<F X="400" C="17" Y="200" P="0" />
</O></Z></C>
<F X="400" C="17" Y="200" P="0" />
<F X="400" C="17" Y="200" P="0" />
<F X="400" C="17" Y="200" P="0" />
</O></Z></C>
(Multiple objects will lay over each other, use the selection-tool to move them)
Then go to "Load" and enter the code into the textfield and press Enter.
Have fun with an enhanced Map-Editor