Page 1 of 1

[Suggestion] ManiaCode for playing a map on a precise title

Posted: 11 Jul 2014, 11:16
by spaii
On Canyon, Valley and Stadium Stunters, i'm using this maniacode to launch a map in solo mode

Code: Select all

<maniacode noconfirmation="1">
   <play_map>
      <name>Map Name</name>    
      <url>http://getmap.stunters.org/XXXX</url>
   </play_map>
</maniacode>
Since ManiaPlanet 3, I decided to close all 3 title packs and work only on multienviro Stunts title.
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>
Thx ;)