Code: Select all
<maniacode noconfirmation="1">
<play_map>
<name>Map Name</name>
<url>http://getmap.stunters.org/XXXX</url>
</play_map>
</maniacode>
I keept same MapType (Stunters) on Stunts title for respecting works of mappers and have compatibility of old Stunters titles map on Stunts title, this works nice on dedicated server and we can play with old maps. (not in ingame server, old maps are not displayed)
It's no longer possible to launch these Stunters maps on solo mode of Stunts title. when i execute this maniacode, maniaplanet trying to launch these maps on old titles and not the new stunts title.
Perhaps an option in maniacode to launch a map with same MapType on title we want ?
These could serve too for other title that have MapType compatible with gamemode.
This could be :
Code: Select all
<maniacode noconfirmation="1">
<play_map>
<name>Map Name</name>
<url>http://getmap.stunters.org/XXXX</url>
<title>Stunts@spaii</title>
</play_map>
</maniacode>
