Problem when converting map into pwn.
#1

I've created a map in MTAM map editor, it has 383 objects,which are all close to eigother. But when i convert the map with this site http://convertffs.com/objects/ and then put it in my script the island is their only for like 20 percent. I also tried a object streamer but then all of coordinates are messed up. What do i use to convert is the right way?
Reply
#2

http://gtamap.delux-host.com/
Reply
#3

Keeps saying this when i convert:

Quote:

Error: Not supported format / Malformed Map fileThe format you tried to convert is not supported or malformed. Try the following:If you tried to convert a MTA .map file, please check if the root <map> element has a correctly specified mod attribute.Supported are the values "deathmatch" for MTAM and "race" for MTA:Race.Correct would be for example <map mod="race">.

This is an expample of what i want to convert:

<map edf:definitions="editor_main">
<object id="object (cunt_rockgp2_15) (1)" dimension="0" interior="0" model="17033" posX="-946.31982421875" posY="364.98489379883" posZ="-0.25" rotX="0" rotY="0" rotZ="0" />
<object id="object (cunt_rockgp2_15) (2)" dimension="0" interior="0" model="17033" posX="-954.26147460938" posY="355.33990478516" posZ="-0.5" rotX="0" rotY="0" rotZ="11.954986572266" />
<object id="object (tree_hipoly10) (4)" dimension="0" interior="0" model="732" posX="-865.37542724609" posY="375.95074462891" posZ="-0.16973066329956" rotX="0" rotY="0" rotZ="0" />
<object id="object (cunt_rockgp2_) (1)" dimension="0" interior="0" model="17026" posX="-901.76672363281" posY="283.53921508789" posZ="-35.784393310547" rotX="322.28500366211" rotY="1.9849853515625" rotZ="206.75042724609" />
</map>
Reply
#4

Try to convert like this:

Код:
<map mod="deathmatch">
  <object id="object (cunt_rockgp2_15) (1)" dimension="0" interior="0" model="17033" posX="-946.31982421875" posY="364.98489379883" posZ="-0.25" rotX="0" rotY="0" rotZ="0" />
  <object id="object (cunt_rockgp2_15) (2)" dimension="0" interior="0" model="17033" posX="-954.26147460938" posY="355.33990478516" posZ="-0.5" rotX="0" rotY="0" rotZ="11.954986572266" />
  <object id="object (tree_hipoly10) (4)" dimension="0" interior="0" model="732" posX="-865.37542724609" posY="375.95074462891" posZ="-0.16973066329956" rotX="0" rotY="0" rotZ="0" />
  <object id="object (cunt_rockgp2_) (1)" dimension="0" interior="0" model="17026" posX="-901.76672363281" posY="283.53921508789" posZ="-35.784393310547" rotX="322.28500366211" rotY="1.9849853515625" rotZ="206.75042724609" />
</map>
Reply
#5

My map is still fucked up when i use the midostreamer..
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)