I´m pretty new to XML. Managed to create my ML anyway and am now trying to make a track available via my ML site. Unfortunately the track does not install, although the player´s account is charged the defined amount of Planets on download.
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<maniacode noconfirmation="0">
<show_message>
<message>Thank you for downloading this track (20 Planets)</message>
</show_message>
<install_track>
<name>ManiaCode_TestTrack</name>
<url>http://filelocation/ManiaCode_TestTrack.Map.GBX</url>
</install_track>
<show_message>
<message>Download completed. You have been charged 20 Planets!</message>
</show_message>
</maniacode>
Code: Select all
<install_skin>
<name>DD_GreenCar</name>
<file>Skins/Vehicles/CanyonCar/DD_GreenCar.zip</file>
<url>http://filelocation/DD_GreenCar.zip</url>
</install_skin>
Regards,
DD