I have made a startlist with correct id's and names..i have put it in export and and import but still cant get it to work..anybody got any tips of what i'm doing wrong ?
i have named the file "Startlist"..
i've done like this with every team:
<startlist>
<team id = "1"> <!-- Caisse d'Epargne -->
<cyclist id = "1590"/> <!-- V.Karpets -->
<cyclist id = "1455"/> <!-- A.Valverde -->
<cyclist id = "1053"/> <!-- O.Pereiro -->
<cyclist id = "771"/> <!-- N.Portal -->
<cyclist id = "139"/> <!-- L.Sanchez -->
<cyclist id = "1371"/> <!-- J.Rodriguez Oliver -->
<cyclist id = "1036"/> <!-- J.Gutierrez -->
<cyclist id = "1369"/> <!-- D.Arroyo -->
<cyclist id = "1243"/> <!-- A.Charteau -->
</team>
<startlist>
<team id = "3"> <!-- AG2R -->
<cyclist id = "272"/>
<cyclist id = "134"/>
<cyclist id = "508"/>
<cyclist id = "585"/>
<cyclist id = "366"/>
<cyclist id = "628"/>
<cyclist id = "1895"/>
<cyclist id = "672"/>
<cyclist id = "789"/>
</team>
but then i get a message ingame that says something like "a startlist has been found but a cyclists ID is not valid"...even though i've double checked and all the id's are valid..
i've got the startlist to work now but the game still decides wich riders who are participating in the race..not the 9 riders i've put up..anybody know what to do?
For your second post, the problem is one of the id's is wrong. You've put in a rider who isn't in the actual DB. The only solution is to go through all your ids and check they are there.