Problem with manialink via one .xml file
Posted: 28 Jul 2014, 17:34
Hi all. I have big problem with my manialink. It is not work long time ago, because I can't made it from one .xml file.
My manialink have buttons for downloading a maps, but for downloading I use other manialink with maniacode...
It is possible, that in my manialink contains all code for buttons, backgrounds etc, and contains a maniacode for downloading a map?
Now my manialink code looks this:
Where is installLongCanyon is other manialink...
How I may connect both manialinks in one .xml file? Just I don't want pay for my manialink over 3000 planets every month.
My manialink have buttons for downloading a maps, but for downloading I use other manialink with maniacode...
It is possible, that in my manialink contains all code for buttons, backgrounds etc, and contains a maniacode for downloading a map?
Now my manialink code looks this:
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<manialink version="1">
<timeout>0</timeout>
<music data="https://dl.dropbox.com/s/53okwdy0ge1gyx0/TMSunRise.ogg"/>
<!--Backround-->
<quad sizen="320 180" valign="center" halign="center" image="https://dl.dropbox.com/s/20l0duxiaf12k2c/Background.jpg"/>
<!--MainBar-->
<quad posn = "0 60 1" sizen="320 10" valign="center" halign="center" image=""/>
<!--button next-->
<!--Maps-->
<!--download map longcanyon-->
<quad posn = "12 -26 1" sizen="54 36" image="https://dl.dropbox.com/s/3rj8koasw8pdbje/LongCanyon1.jpg" imagefocus="https://dl.dropbox.com/s/71ru63xj5kufauw/LongCanyon2.jpg" manialink="installLongCanyon"/>
</manialink>
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<maniacode noconfirmation="1">
<install_map>
<name>LongCanyon</name>
<url>http://tm.mania-exchange.com/tracks/download/22718</url>
</install_map>
</maniacode>