Problem when converting map into pwn. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem when converting map into pwn. (
/showthread.php?tid=85616)
Problem when converting map into pwn. -
urkiefly101 - 08.07.2009
I've created a map in MTA
M 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?
Re: Problem when converting map into pwn. -
Rac3r - 08.07.2009
http://gtamap.delux-host.com/
Re: Problem when converting map into pwn. -
urkiefly101 - 08.07.2009
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>
Re: Problem when converting map into pwn. -
SpiderPork - 08.07.2009
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>
Re: Problem when converting map into pwn. -
urkiefly101 - 08.07.2009
My map is still fucked up when i use the midostreamer..