• Help Support The Rugby Forum :

World League Questions?

S

steynboi

Guest
Hey. Does anyone know how to get saracens as a team to start out with in world league?.

How do you get your roster to be in world league.
 
If it's for '08 you need the rsg file .. 07590d14b68496aaf5406caf9ddf8e7b.rsg

If you open it, you should see something like this in it near the top. It runs from 0-43 (44 in total) which is all 4 divisions. So if you want to put Saracens in Div 3, just copy the line for saracens and swap it with a team from Div 3. You must not change the index='xx' value, but obviously 0-43 is how the game divides the teams into divisions, so the top 8 team league is 0-7.. div 1 is 8-19 and so forth.. in this coding, i had to add french teams from top14 into Magners League so that is why you can see some french clubs next to Magners League teams but otherwise you will notice i grouped them into real leagues.

</locations>
<teams>
<team id="0" alias="Auch" Index="75" />
<team id="1" alias="Viadana" Index="84" />
<team id="2" alias="Benetton Treviso" Index="66" />
<team id="3" alias="Calvisano" Index="69" />
<team id="4" alias="Petrarca Padova" Index="27" />
<team id="5" alias="Parma" Index="83" />
<team id="6" alias="El Salvador" Index="30" />
<team id="7" alias="Bucuresti" Index="29" />
<team id="8" alias="Edinburgh Rugby" Index="88" />
<team id="9" alias="Leeds Carnegie" Index="74" />
<team id="10" alias="Munster" Index="61" />
<team id="11" alias="Cardiff Blues" Index="93" />
<team id="12" alias="Llanelli Scarlets" Index="94" />
<team id="13" alias="Leinster" Index="60" />
<team id="14" alias="Ulster" Index="62" />
<team id="15" alias="Dragons" Index="96" />
<team id="16" alias="Glasgow" Index="89" />
<team id="17" alias="Dax" Index="82" />
<team id="18" alias="Ospreys" Index="95" />
<team id="19" alias="Albi" Index="77" />
<team id="20" alias="Perpignan" Index="57" />
<team id="21" alias="Brive" Index="31" />
<team id="22" alias="Paris" Index="58" />
<team id="23" alias="Bayonne" Index="73" />
<team id="24" alias="Clermont" Index="56" />
<team id="25" alias="Castres" Index="55" />
<team id="26" alias="Montauban" Index="80" />
<team id="27" alias="Toulon" Index="76" />
<team id="28" alias="Bourgoin" Index="53" />
<team id="29" alias="Montpellier" Index="28" />
<team id="30" alias="Toulouse" Index="59" />
<team id="31" alias="Biarritz" Index="52" />
<team id="32" alias="London Wasps" Index="46" />
<team id="33" alias="Gloucester Rugby" Index="36" />
<team id="34" alias="Saracens" Index="45" />
<team id="35" alias="Harlequins" Index="32" />
<team id="36" alias="Bath Rugby" Index="34" />
<team id="37" alias="London Irish" Index="40" />
<team id="38" alias="Leicester Tigers" Index="39" />
<team id="39" alias="Bristol Rugby" Index="35" />
<team id="40" alias="Sale Sharks" Index="44" />
<team id="41" alias="Falcons" Index="41" />
<team id="42" alias="Worcester" Index="47" />
<team id="43" alias="Northampton" Index="42" />
</teams>

In the roster editor, you need to save the roster as 'default'. This is called an .rdf file. It cannot be opened as a roster file, but if you add it to the main directory or the data.gob i think it will replace the old roster with your brand new one. However, somewhere along the way at the moment, it gets altered in some way and doesn't work for '08. It might be a different story for '06.
 
It should work exactly the same, but you may have to find the rsg if it is named different.. and as far as i know, the rdf works for '06, so you should get an updated game.
 
cant find the 07590d14b68496aaf5406caf9ddf8e7b.rsg file :S, steyn boi did it work for u?
 
<div class='quotetop'>QUOTE (Fa'atau82 @ Sep 29 2008, 07:10 PM) <{POST_SNAPBACK}></div>
If it's for '08 you need the rsg file .. 07590d14b68496aaf5406caf9ddf8e7b.rsg

If you open it, you should see something like this in it near the top. It runs from 0-43 (44 in total) which is all 4 divisions. So if you want to put Saracens in Div 3, just copy the line for saracens and swap it with a team from Div 3. You must not change the index='xx' value, but obviously 0-43 is how the game divides the teams into divisions, so the top 8 team league is 0-7.. div 1 is 8-19 and so forth.. in this coding, i had to add french teams from top14 into Magners League so that is why you can see some french clubs next to Magners League teams but otherwise you will notice i grouped them into real leagues.

</locations>
<teams>
<team id="0" alias="Auch" Index="75" />
<team id="1" alias="Viadana" Index="84" />
<team id="2" alias="Benetton Treviso" Index="66" />
<team id="3" alias="Calvisano" Index="69" />
<team id="4" alias="Petrarca Padova" Index="27" />
<team id="5" alias="Parma" Index="83" />
<team id="6" alias="El Salvador" Index="30" />
<team id="7" alias="Bucuresti" Index="29" />
<team id="8" alias="Edinburgh Rugby" Index="88" />
<team id="9" alias="Leeds Carnegie" Index="74" />
<team id="10" alias="Munster" Index="61" />
<team id="11" alias="Cardiff Blues" Index="93" />
<team id="12" alias="Llanelli Scarlets" Index="94" />
<team id="13" alias="Leinster" Index="60" />
<team id="14" alias="Ulster" Index="62" />
<team id="15" alias="Dragons" Index="96" />
<team id="16" alias="Glasgow" Index="89" />
<team id="17" alias="Dax" Index="82" />
<team id="18" alias="Ospreys" Index="95" />
<team id="19" alias="Albi" Index="77" />
<team id="20" alias="Perpignan" Index="57" />
<team id="21" alias="Brive" Index="31" />
<team id="22" alias="Paris" Index="58" />
<team id="23" alias="Bayonne" Index="73" />
<team id="24" alias="Clermont" Index="56" />
<team id="25" alias="Castres" Index="55" />
<team id="26" alias="Montauban" Index="80" />
<team id="27" alias="Toulon" Index="76" />
<team id="28" alias="Bourgoin" Index="53" />
<team id="29" alias="Montpellier" Index="28" />
<team id="30" alias="Toulouse" Index="59" />
<team id="31" alias="Biarritz" Index="52" />
<team id="32" alias="London Wasps" Index="46" />
<team id="33" alias="Gloucester Rugby" Index="36" />
<team id="34" alias="Saracens" Index="45" />
<team id="35" alias="Harlequins" Index="32" />
<team id="36" alias="Bath Rugby" Index="34" />
<team id="37" alias="London Irish" Index="40" />
<team id="38" alias="Leicester Tigers" Index="39" />
<team id="39" alias="Bristol Rugby" Index="35" />
<team id="40" alias="Sale Sharks" Index="44" />
<team id="41" alias="Falcons" Index="41" />
<team id="42" alias="Worcester" Index="47" />
<team id="43" alias="Northampton" Index="42" />
</teams>

In the roster editor, you need to save the roster as 'default'. This is called an .rdf file. It cannot be opened as a roster file, but if you add it to the main directory or the data.gob i think it will replace the old roster with your brand new one. However, somewhere along the way at the moment, it gets altered in some way and doesn't work for '08. It might be a different story for '06.[/b]

Do you find that on filemon, if so how?
 

Latest posts

Top