Posts: 1,266
Threads: 6
Joined: Oct 2014
Introduction: This is a simple application which converts mta maps to sa:mp maps.
Supports:- Peds [ Actors ]
- Objects
- Remove World Object
- Vehicles
- PickUps
- Markers [ Checkpoints ]
Few screenshots:
a bit old version:
newer version:
Short Video: https://www.youtube.com/watch?v=GLBWIqq6S-Q
Download: https://github.com/Jlalt/MTA-Map-To-...erter/releases
Source: https://github.com/Jlalt/MTA-Map-To-Samp-Map-Converter
Posts: 1,498
Threads: 110
Joined: Aug 2013
Good job jlalt , I like it.
Posts: 57
Threads: 9
Joined: Jul 2017
Posts: 457
Threads: 7
Joined: Jul 2017
Nice way you used C# on it.
but you should update the template. i like the source +4 stars
Posts: 96
Threads: 19
Joined: Feb 2017
Awesome....
Can you add a mirror please ?
for relased version ?
Posts: 1,266
Threads: 6
Joined: Oct 2014
Glad to see you like it guys.
Quote:
Originally Posted by Xportaler
Awesome....
Can you add a mirror please ?
for relased version ?
|
here you go
https://www.mediafire.com/file/vpk0e...0Converter.rar
Posts: 96
Threads: 19
Joined: Feb 2017
Ohh thanks. But this is not converting Cars/Checkpoints. have tested it a lot of time now
Posts: 1,266
Threads: 6
Joined: Oct 2014
Quote:
Originally Posted by Xportaler
Ohh thanks. But this is not converting Cars/Checkpoints. have tested it a lot of time now
|
can you send me your .map file?
also markers have to be type of checkpoint not circle or other kids of markers for the app convert them....
Posts: 96
Threads: 19
Joined: Feb 2017
Posts: 1,266
Threads: 6
Joined: Oct 2014
Quote:
Originally Posted by Xportaler
|
may I know how you generated this map? cuz the way its generated different from my maps lol.
Posts: 96
Threads: 19
Joined: Feb 2017
its just downloaded on from mta web
Posts: 1,266
Threads: 6
Joined: Oct 2014
seems like there's two kind of maps. one is the maps made by main editor and second are race maps, so far this app only supports the ones made by main editor [ your map made by race maps ].
I'll try to add race maps support as soon as possible. [ thanks for the report ]
Posts: 96
Threads: 19
Joined: Feb 2017
Hmm.well .ho can i convert just checkpoints there ?
Any idea ?
Posts: 96
Threads: 19
Joined: Feb 2017
Also can you add this today or tomorow so i can wait ?
Posts: 1,266
Threads: 6
Joined: Oct 2014
Quote:
Originally Posted by Xportaler
Also can you add this today or tomorow so i can wait ?
|
I will try to do it as soon as I get in the mood xd.
however you can yet convert the checkpoints by changing <checkpoint to <marker
ex:
Code:
<checkpoint id="checkpoint () (1)" type="checkpoint" color="#DA12EC99" size="5" nextid="checkpoint () (2)" posX="2812.8999" posY="-1657.6" posZ="9.7" rotX="0" rotY="0" rotZ="0"></checkpoint>
becomes
PHP Code:
<marker id="checkpoint () (1)" type="checkpoint" color="#DA12EC99" size="5" nextid="checkpoint () (2)" posX="2812.8999" posY="-1657.6" posZ="9.7" rotX="0" rotY="0" rotZ="0"></checkpoint>
Posts: 3,002
Threads: 86
Joined: Jul 2010
Reputation:
0
I'm curious. Are there any advantages over the convertffs tool?
Posts: 1,266
Threads: 6
Joined: Oct 2014
Quote:
Originally Posted by HeLiOn_PrImE
I'm curious. Are there any advantages over the convertffs tool?
|
support of pickups, checkpoints and remove world objects.