I have some troubles with my new pack and need help please.
I tried to do a main menu with 2 sub menus, a solo campaign (1st menu) and a 2nd menu where you can play all maps free, without the campaign.
main menu with both sub-menus:

in the 2nd menu (left) you can select all tracks free on a map:

short version of the code:
Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<manialink name="USAmenu" version="2">
<frame>
<!-- Menu for a special singlerace of all Track inside the Pack -->
<!-- Background Card -->
<quad posn="-160 90 0" sizen="320 180" image="http://85.214.99.117/ml/packs/usa/USAmap.jpg"/>
<!-- All Tracks -->
<!-- 1 Alabama -->
<quad posn="53 -29 0" sizen="13 13" image="http://85.214.99.117/ml/packs/usa/MapMoT.png" imagefocus="http://85.214.99.117/ml/packs/usa/MapMo.png" url="#campaign=$b80$wA$nl$wa$nb$wa$nm$wa@aroundUSA@flighthigh"/>
</frame>
</manialink>

It seems the map is locked by the 1st menu, the solo campaign. But if you start the game new, all maps are unlocked again, abrakadabra.
Searching, I found this: viewtopic.php?f=321&t=27762
But here I see 2 more problems, manialink not found - and maybe I understood something wrong:

And 2nd: there's no explanation how to write a playlist.
----------------------
One more idea where I need help:
I want to give players the possiblity to see an overview of their records in a list as a new
manialink or something like that, but have no idea how to realize it.
I hope someone can help me, thanks !