• Help Support The Rugby Forum :

*-*How to Edit the Starting Teams of the World League*-*

M

munross

Guest
You'll need the following 2 files:
2de97b250f07a369610d6087471b7aad.xml
07590d14b68496aaf5406caf9ddf8e7b.rsg

You can either get them among the files of a patch like my roster patch or extract them from the data.gob archive using Biggui.

Open the 07590d14b68496aaf5406caf9ddf8e7b.rsg with notepad and go down to the "teams" bit, you'll see this:

Code:
        <teams>
            <team id="0" alias="Crusaders" Index="74" />
            <team id="1" alias="Brumbies" Index="28" />
            <team id="2" alias="London Wasps" Index="46" />
            <team id="3" alias="Leicester" Index="39" />
            <team id="4" alias="Toulouse" Index="59" />
            <team id="5" alias="Paris" Index="58" />
            <team id="6" alias="Neath-Swansea" Index="95" />
            <team id="7" alias="Munster" Index="61" />
            <team id="8" alias="Waratahs" Index="29" />
            <team id="9" alias="Gloucester" Index="36" />
            <team id="10" alias="Llanelli" Index="94" />
            <team id="11" alias="Stormers" Index="83" />
            <team id="12" alias="Hurricanes" Index="77" />
            <team id="13" alias="Biarritz" Index="52" />
            <team id="14" alias="Perpignan" Index="57" />
            <team id="15" alias="Sale" Index="44" />
            <team id="16" alias="Saracens" Index="45" />
            <team id="17" alias="Bourgoin" Index="53" />
            <team id="18" alias="Highlanders" Index="75" />
            <team id="19" alias="Blues" Index="73" />
            <team id="20" alias="Northampton" Index="42" />
            <team id="21" alias="Castres" Index="55" />
            <team id="22" alias="Western Force" Index="31" />
            <team id="23" alias="Central Cheetahs" Index="84" />
            <team id="24" alias="London Exiles" Index="40" />
            <team id="25" alias="Bath" Index="34" />
            <team id="26" alias="Newcastle" Index="41" />
            <team id="27" alias="Bulls" Index="80" />
            <team id="28" alias="Leinster" Index="60" />
            <team id="29" alias="Newport Gwent" Index="96" />
            <team id="30" alias="Sharks" Index="82" />
            <team id="31" alias="NEC Harlequins" Index="32" />
            <team id="32" alias="Treviso" Index="66" />
            <team id="33" alias="Calvisano" Index="69" />
            <team id="34" alias="Reds" Index="30" />
            <team id="35" alias="Lions" Index="27" />
            <team id="36" alias="Chiefs" Index="76" />
            <team id="37" alias="Bristol" Index="35" />
            <team id="38" alias="Worcester" Index="47" />
            <team id="39" alias="Glasgow" Index="89" />
            <team id="40" alias="Ulster" Index="62" />
            <team id="41" alias="Cardiff" Index="93" />
            <team id="42" alias="Edinburgh" Index="88" />
            <team id="43" alias="Clermont" Index="56" />
        </teams>
From "Treviso" downwards are the teams that you start the WL with by default.

So let's say you want to start the WL with "Toulouse", you must swap "Toulouse" with any team from that bottom selection of teams e.g. "Ulster".
You only need to swap the "alias" and "Index" around, so for e.g. it will look like this if you swap "Toulouse" with "Ulster":

<div class='quotetop'>QUOTE </div>
<teams>
<team id="0" alias="Crusaders" Index="74" />
<team id="1" alias="Brumbies" Index="28" />
<team id="2" alias="London Wasps" Index="46" />
<team id="3" alias="Leicester" Index="39" />
<team id="4" alias="Ulster" Index="62" />
<team id="5" alias="Paris" Index="58" />
<team id="6" alias="Neath-Swansea" Index="95" />
<team id="7" alias="Munster" Index="61" />
<team id="8" alias="Waratahs" Index="29" />
<team id="9" alias="Gloucester" Index="36" />
<team id="10" alias="Llanelli" Index="94" />
<team id="11" alias="Stormers" Index="83" />
<team id="12" alias="Hurricanes" Index="77" />
<team id="13" alias="Biarritz" Index="52" />
<team id="14" alias="Perpignan" Index="57" />
<team id="15" alias="Sale" Index="44" />
<team id="16" alias="Saracens" Index="45" />
<team id="17" alias="Bourgoin" Index="53" />
<team id="18" alias="Highlanders" Index="75" />
<team id="19" alias="Blues" Index="73" />
<team id="20" alias="Northampton" Index="42" />
<team id="21" alias="Castres" Index="55" />
<team id="22" alias="Western Force" Index="31" />
<team id="23" alias="Central Cheetahs" Index="84" />
<team id="24" alias="London Exiles" Index="40" />
<team id="25" alias="Bath" Index="34" />
<team id="26" alias="Newcastle" Index="41" />
<team id="27" alias="Bulls" Index="80" />
<team id="28" alias="Leinster" Index="60" />
<team id="29" alias="Newport Gwent" Index="96" />
<team id="30" alias="Sharks" Index="82" />
<team id="31" alias="NEC Harlequins" Index="32" />
<team id="32" alias="Treviso" Index="66" />
<team id="33" alias="Calvisano" Index="69" />
<team id="34" alias="Reds" Index="30" />
<team id="35" alias="Lions" Index="27" />
<team id="36" alias="Chiefs" Index="76" />
<team id="37" alias="Bristol" Index="35" />
<team id="38" alias="Worcester" Index="47" />
<team id="39" alias="Glasgow" Index="89" />
<team id="40" alias="Toulouse" Index="59" />
<team id="41" alias="Cardiff" Index="93" />
<team id="42" alias="Edinburgh" Index="88" />
<team id="43" alias="Clermont" Index="56" />
</teams>[/b]
Once that's done save & exit.


Then open the 2de97b250f07a369610d6087471b7aad.xml with notepad.You'll see this:

Code:
<STARTINGBASEBALANCE>
        
            <TEAM Name = "Treviso" id = "66" baseamount = "-10" />
            <TEAM Name = "Calvisano" id = "69" baseamount = "-10" />
            <TEAM Name = "Reds" id = "30" baseamount = "-10" />
            <TEAM Name = "lions" id = "27" baseamount = "-10" />
            <TEAM Name = "Chiefs" id = "76" baseamount = "-10" />
            <TEAM Name = "Bristol" id = "35" baseamount = "-10" />
            <TEAM Name = "Worcester" id = "47" baseamount = "-10" />
            <TEAM Name = "Glasgow" id = "89" baseamount = "-10" />
            <TEAM Name = "Ulster" id = "62" baseamount = "-10" />
            <TEAM Name = "Cardiff" id = "93" baseamount = "-10" />
            <TEAM Name = "Edinburgh" id = "88" baseamount = "-10" />
            <TEAM Name = "Clermont" id = "56" baseamount = "-10" />
        </STARTINGBASEBALANCE>
        <STARTINGSWAPS>
            <TEAM Name = "Treviso" id = "66">
                <SWAP oldplayername = "F.Ongaro" oldplayer = "24423" newplayer = "22361" />
                <SWAP oldplayername = "A.Troncon" oldplayer = "11243" newplayer = "31923" />
                <SWAP oldplayername = "D.Dallan" oldplayer = "05055" newplayer = "01278" />
                <SWAP oldplayername = "M.Dillon" oldplayer = "13261" newplayer = "27663" />
                <SWAP oldplayername = "M.Gucci" oldplayer = "16074" newplayer = "11662" />
                <SWAP oldplayername = "B.Williams" oldplayer = "16742" newplayer = "29309" />
                <SWAP oldplayername = "A.Toledo" oldplayer = "02257" newplayer = "26946" />
                <SWAP oldplayername = "W.Polterbon" oldplayer = "22912" newplayer = "09464" />
                <SWAP oldplayername = "C.Palaza" oldplayer = "16634" newplayer = "24515" />
                <SWAP oldplayername = "P.Colanchi" oldplayer = "30774" newplayer = "12570" />
                <SWAP oldplayername = "M.Barbeo" oldplayer = "10893" newplayer = "10910" />
                <SWAP oldplayername = "D.Da Mado" oldplayer = "18762" newplayer = "14333" />
                <SWAP oldplayername = "S.Paul" oldplayer = "30695" newplayer = "20448" />
                <SWAP oldplayername = "S.Lagg" oldplayer = "10548" newplayer = "23146" />
                <SWAP oldplayername = "M.Pariso" oldplayer = "10422" newplayer = "17469" />
            </TEAM>
            <TEAM Name = "Brescia (Calvisano)" id = "69">
                <SWAP oldplayername = "W.Brosnihan" oldplayer = "00729" newplayer = "12290" />
                <SWAP oldplayername = "P.Griffen" oldplayer = "28503" newplayer = "31923" />
                <SWAP oldplayername = "H.Kruger" oldplayer = "25391" newplayer = "29087" />
                <SWAP oldplayername = "E.Mulieri" oldplayer = "14270" newplayer = "01278" />
                <SWAP oldplayername = "C.Zanoletti" oldplayer = "11192" newplayer = "27663" />
                <SWAP oldplayername = "M.Pratichetti" oldplayer = "04041" newplayer = "23146" />
                <SWAP oldplayername = "L.Nitoglia" oldplayer = "22929" newplayer = "29309" />
                <SWAP oldplayername = "P.Vaccari" oldplayer = "22044" newplayer = "09464" />
                <SWAP oldplayername = "M.Cagnoni" oldplayer = "28255" newplayer = "12570" />
                <SWAP oldplayername = "M.Van Schalkwyk" oldplayer = "04460" newplayer = "24515" />
                <SWAP oldplayername = "A.Tuta Vodo" oldplayer = "31690" newplayer = "17469" />
                <SWAP oldplayername = "R.Moore" oldplayer = "17505" newplayer = "26809" />
            </TEAM>
            <TEAM Name = "Reds" id = "30">
                <SWAP oldplayername = "D.Croft" oldplayer = "16827" newplayer = "19964" />
                <SWAP oldplayername = "J.Roe" oldplayer = "32591" newplayer = "12290" />
                <SWAP oldplayername = "B.Tune" oldplayer = "27529" newplayer = "23146" />
                <SWAP oldplayername = "P.Hynes" oldplayer = "13031" newplayer = "29309" />
                <SWAP oldplayername = "C.Latham" oldplayer = "05601" newplayer = "11662" />
                <SWAP oldplayername = "L.Johansson" oldplayer = "19629" newplayer = "09464" />
                <SWAP oldplayername = "C.Brown" oldplayer = "18756" newplayer = "12570" />
                <SWAP oldplayername = "T.McVerry" oldplayer = "10585" newplayer = "08826" />
                <SWAP oldplayername = "B.Barnes" oldplayer = "06540" newplayer = "28962" />
                <SWAP oldplayername = "H.Veratau" oldplayer = "24365" newplayer = "24515" />
                <SWAP oldplayername = "N.Berry" oldplayer = "07376" newplayer = "00229" />
                <SWAP oldplayername = "R.Blake" oldplayer = "22190" newplayer = "16336" />
                <SWAP oldplayername = "S.Hardman" oldplayer = "26869" newplayer = "26946" />
                <SWAP oldplayername = "M.Chapman" oldplayer = "14887" newplayer = "14333" />
                <SWAP oldplayername = "B.Vaalu" oldplayer = "20450" newplayer = "01278" />
                <SWAP oldplayername = "A.Mathison" oldplayer = "16423" newplayer = "05602" />
            </TEAM>
            <TEAM Name = "Lions" id = "27">
                <SWAP oldplayername = "A.Pretorius" oldplayer = "31920" newplayer = "29087" />
                <SWAP oldplayername = "J.Fourie" oldplayer = "25333" newplayer = "12570" />
                <SWAP oldplayername = "L.Sephaka" oldplayer = "31339" newplayer = "26946" />
                <SWAP oldplayername = "E.Januarie" oldplayer = "07619" newplayer = "31923" />
                <SWAP oldplayername = "A.Willemse" oldplayer = "07391" newplayer = "03925" />
                <SWAP oldplayername = "B.Mujati" oldplayer = "01881" newplayer = "16336" />
                <SWAP oldplayername = "W.Alberts" oldplayer = "07128" newplayer = "14333" />
                <SWAP oldplayername = "H.van der merwe" oldplayer = "28532" newplayer = "26809" />
                <SWAP oldplayername = "J.Cronje" oldplayer = "21911" newplayer = "20448" />
                <SWAP oldplayername = "J.Vermaak" oldplayer = "15969" newplayer = "00229" />
                <SWAP oldplayername = "L.Strydom" oldplayer = "16595" newplayer = "28962" />
                <SWAP oldplayername = "L.Ludik" oldplayer = "08823" newplayer = "01278" />
                <SWAP oldplayername = "E.Rose" oldplayer = "25783" newplayer = "17469" />
                <SWAP oldplayername = "S.Tyibilika" oldplayer = "06287" newplayer = "08826" />
                <SWAP oldplayername = "J.Boshoff" oldplayer = "23856" newplayer = "11662" />
            </TEAM>
            <TEAM Name = "Chiefs" id = "76">
                <SWAP oldplayername = "J.Gibbes" oldplayer = "03557" newplayer = "20528" />
                <SWAP oldplayername = "M.Holah" oldplayer = "00292" newplayer = "08826" />
                <SWAP oldplayername = "B.Kelleher" oldplayer = "19718" newplayer = "31923" />
                <SWAP oldplayername = "S.Donald" oldplayer = "02520" newplayer = "29087" />
                <SWAP oldplayername = "S.Sivivatu" oldplayer = "03753" newplayer = "01278" />
                <SWAP oldplayername = "M.Muliaina" oldplayer = "18190" newplayer = "11662" />
                <SWAP oldplayername = "S.Anesi" oldplayer = "20608" newplayer = "29309" />
                <SWAP oldplayername = "S.Lauaki" oldplayer = "11785" newplayer = "12290" />
                <SWAP oldplayername = "T.Willis" oldplayer = "09741" newplayer = "22361" />
                <SWAP oldplayername = "B.Castle" oldplayer = "03684" newplayer = "16336" />
                <SWAP oldplayername = "K.Robinson" oldplayer = "02862" newplayer = "30524" />
                <SWAP oldplayername = "R.Kinikinilau" oldplayer = "11969" newplayer = "12570" />
                <SWAP oldplayername = "T.Lavea" oldplayer = "28074" newplayer = "28962" />
                <SWAP oldplayername = "T.Tuipulotu" oldplayer = "04015" newplayer = "24515" />
                <SWAP oldplayername = "L.Masaga" oldplayer = "15677" newplayer = "10910" />
                <SWAP oldplayername = "A.Tahana" oldplayer = "16828" newplayer = "09464" />
            </TEAM>
            <TEAM Name = "Bristol" id = "35">
                <SWAP oldplayername = "M.Regan" oldplayer = "18132" newplayer = "22361" />
                <SWAP oldplayername = "G.Llewellyn" oldplayer = "11159" newplayer = "20528" />
                <SWAP oldplayername = "M.Stanojevic" oldplayer = "05109" newplayer = "03925" />
                <SWAP oldplayername = "J.Strange" oldplayer = "21763" newplayer = "28962" />
                <SWAP oldplayername = "D.Lemi" oldplayer = "18662" newplayer = "01278" />
                <SWAP oldplayername = "S.Perry" oldplayer = "29426" newplayer = "00229" />
                <SWAP oldplayername = "D.Hill" oldplayer = "05075" newplayer = "29087" />
                <SWAP oldplayername = "K.Maggs" oldplayer = "02598" newplayer = "24515" />
                <SWAP oldplayername = "L.Robinson" oldplayer = "14196" newplayer = "29309" />
                <SWAP oldplayername = "S.Linklater" oldplayer = "19199" newplayer = "26946" />
                <SWAP oldplayername = "S.Hohneck" oldplayer = "24390" newplayer = "18392" />
                <SWAP oldplayername = "C.Morgan" oldplayer = "20825" newplayer = "12570" />
                <SWAP oldplayername = "B.O'Riordan" oldplayer = "29876" newplayer = "31923" />
                <SWAP oldplayername = "N.Budgett" oldplayer = "28761" newplayer = "10910" />
            </TEAM>
            <TEAM Name = "Worcestor" id = "47">
                <SWAP oldplayername = "P.Sanderson" oldplayer = "22413" newplayer = "08826" />
                <SWAP oldplayername = "S.Drahm" oldplayer = "00330" newplayer = "29087" />
                <SWAP oldplayername = "T.Delport" oldplayer = "13694" newplayer = "11662" />
                <SWAP oldplayername = "J.Brown" oldplayer = "29170" newplayer = "28962" />
                <SWAP oldplayername = "T.Windo" oldplayer = "14181" newplayer = "26809" />
                <SWAP oldplayername = "A.Lutui" oldplayer = "11333" newplayer = "26946" />
                <SWAP oldplayername = "C.Horsman" oldplayer = "02695" newplayer = "16336" />
                <SWAP oldplayername = "D.Hickey" oldplayer = "30974" newplayer = "12290" />
                <SWAP oldplayername = "M.Garvey" oldplayer = "03447" newplayer = "01278" />
                <SWAP oldplayername = "D.Morris" oldplayer = "13037" newplayer = "22361" />
                <SWAP oldplayername = "G.Quinnell" oldplayer = "23941" newplayer = "20448" />
                <SWAP oldplayername = "U.Odouza" oldplayer = "09515" newplayer = "12570" />
            </TEAM>
            <TEAM Name = "Glasgow" id = "89">
                <SWAP oldplayername = "S.Lawson" oldplayer = "20073" newplayer = "22361" />
                <SWAP oldplayername = "C.Hamilton" oldplayer = "21184" newplayer = "20528" />
                <SWAP oldplayername = "G.Beveridge" oldplayer = "20418" newplayer = "31923" />
                <SWAP oldplayername = "D.Parks" oldplayer = "20178" newplayer = "29087" />
                <SWAP oldplayername = "A.Henderson" oldplayer = "00607" newplayer = "27663" />
                <SWAP oldplayername = "A.Craig" oldplayer = "15264" newplayer = "23146" />
                <SWAP oldplayername = "R.Lamont" oldplayer = "11477" newplayer = "01278" />
                <SWAP oldplayername = "S.Pincher" oldplayer = "23699" newplayer = "00229" />
                <SWAP oldplayername = "C.Howard" oldplayer = "27967" newplayer = "28962" />
                <SWAP oldplayername = "J.Petrie" oldplayer = "12105" newplayer = "12290" />
            </TEAM>
            <TEAM Name = "Ulster" id = "62">
                <SWAP oldplayername = "J.Fitzpatrick" oldplayer = "02303" newplayer = "26809" />
                <SWAP oldplayername = "J.Harrison" oldplayer = "19090" newplayer = "20528" />
                <SWAP oldplayername = "C.Feather" oldplayer = "22355" newplayer = "12290" />
                <SWAP oldplayername = "K.Campbell" oldplayer = "11585" newplayer = "31923" />
                <SWAP oldplayername = "D.Humphreys" oldplayer = "21113" newplayer = "29087" />
                <SWAP oldplayername = "T.Howe" oldplayer = "19357" newplayer = "29309" />
                <SWAP oldplayername = "P.Steinmetz" oldplayer = "00053" newplayer = "23146" />
                <SWAP oldplayername = "P.Wallace" oldplayer = "08526" newplayer = "11662" />
                <SWAP oldplayername = "R.Moore" oldplayer = "23655" newplayer = "05602" />
                <SWAP oldplayername = "I.Boss" oldplayer = "04169" newplayer = "00229" />
                <SWAP oldplayername = "B.Cunningham" oldplayer = "14924" newplayer = "17469" />
                <SWAP oldplayername = "T.Bowe" oldplayer = "30614" newplayer = "12570" />
                <SWAP oldplayername = "J.Topping" oldplayer = "01626" newplayer = "24515" />
            </TEAM>
            <TEAM Name = "Cardiff" id = "93">
                <SWAP oldplayername = "G.Jenkins" oldplayer = "03065" newplayer = "26809" />
                <SWAP oldplayername = "J.Yapp" oldplayer = "15433" newplayer = "16336" />
                <SWAP oldplayername = "R.Sidoli" oldplayer = "04693" newplayer = "20528" />
                <SWAP oldplayername = "M.Williams" oldplayer = "05841" newplayer = "19964" />
                <SWAP oldplayername = "X.Rush" oldplayer = "20328" newplayer = "12290" />
                <SWAP oldplayername = "M.Phillips" oldplayer = "22578" newplayer = "31923" />
                <SWAP oldplayername = "N.Robinson" oldplayer = "19435" newplayer = "29087" />
                <SWAP oldplayername = "J.Lamo" oldplayer = "16343" newplayer = "12570" />
                <SWAP oldplayername = "R.Williams" oldplayer = "23840" newplayer = "27663" />
                <SWAP oldplayername = "T.Shanklin" oldplayer = "26679" newplayer = "29309" />
                <SWAP oldplayername = "N.Macleod" oldplayer = "21555" newplayer = "11662" />
                <SWAP oldplayername = "M.Molitika" oldplayer = "19779" newplayer = "08826" />
                <SWAP oldplayername = "C.Czekaj" oldplayer = "24307" newplayer = "01278" />
            </TEAM>
            <TEAM Name = "Edinburgh" id = "88">
                <SWAP oldplayername = "D.Hewett" oldplayer = "03902" newplayer = "26809" />
                <SWAP oldplayername = "S.Murray" oldplayer = "21948" newplayer = "20528" />
                <SWAP oldplayername = "T.Blackadder" oldplayer = "09496" newplayer = "19964" />
                <SWAP oldplayername = "S.Taylor" oldplayer = "26173" newplayer = "08826" />
                <SWAP oldplayername = "M.Blair" oldplayer = "07038" newplayer = "31923" />
                <SWAP oldplayername = "P.Godman" oldplayer = "22974" newplayer = "29087" />
                <SWAP oldplayername = "S.Webster" oldplayer = "04883" newplayer = "12570" />
                <SWAP oldplayername = "H.Southwell" oldplayer = "23661" newplayer = "27663" />
                <SWAP oldplayername = "C.Paterson" oldplayer = "24766" newplayer = "29309" />
                <SWAP oldplayername = "A.Kelly" oldplayer = "14118" newplayer = "22361" />
                <SWAP oldplayername = "R.Lawson" oldplayer = "06840" newplayer = "00229" />
                <SWAP oldplayername = "P.Jorgensen" oldplayer = "06923" newplayer = "23146" />
                <SWAP oldplayername = "M.Mustchin" oldplayer = "16413" newplayer = "14333" />
                <SWAP oldplayername = "A.Hogg" oldplayer = "20426" newplayer = "12290" />
            </TEAM>
            <TEAM Name = "Clermont" id = "56">
                <SWAP oldplayername = "M.Ledesma" oldplayer = "12508" newplayer = "22361" />
                <SWAP oldplayername = "M.Scelzo" oldplayer = "24722" newplayer = "26809" />
                <SWAP oldplayername = "T.Privat" oldplayer = "18238" newplayer = "20528" />
                <SWAP oldplayername = "S.Broomhall" oldplayer = "02995" newplayer = "19964" />
                <SWAP oldplayername = "G.Longo" oldplayer = "00058" newplayer = "12290" />
                <SWAP oldplayername = "P.Mini" oldplayer = "27595" newplayer = "31923" />
                <SWAP oldplayername = "S.Jones" oldplayer = "28633" newplayer = "29087" />
                <SWAP oldplayername = "B.Paulse" oldplayer = "29221" newplayer = "29309" />
                <SWAP oldplayername = "T.Marsh" oldplayer = "24750" newplayer = "27663" />
                <SWAP oldplayername = "G.Canale" oldplayer = "20326" newplayer = "23146" />
                <SWAP oldplayername = "A.Rougerie" oldplayer = "21078" newplayer = "01278" />
                <SWAP oldplayername = "J.Dambielle" oldplayer = "07462" newplayer = "11662" />
                <SWAP oldplayername = "J.Moreau" oldplayer = "14600" newplayer = "00229" />
                <SWAP oldplayername = "A.Floch" oldplayer = "09567" newplayer = "17469" />
                <SWAP oldplayername = "H.Senillosa" oldplayer = "29334" newplayer = "09464" />
                <SWAP oldplayername = "S.Kole" oldplayer = "15147" newplayer = "12570" />
            </TEAM>
First of all delete all those "SWAP oldplayername" things so that it looks like this:

Code:
<STARTINGBASEBALANCE>
        
            <TEAM Name = "Treviso" id = "66" baseamount = "-10" />
            <TEAM Name = "Calvisano" id = "69" baseamount = "-10" />
            <TEAM Name = "Reds" id = "30" baseamount = "-10" />
            <TEAM Name = "lions" id = "27" baseamount = "-10" />
            <TEAM Name = "Chiefs" id = "76" baseamount = "-10" />
            <TEAM Name = "Bristol" id = "35" baseamount = "-10" />
            <TEAM Name = "Worcester" id = "47" baseamount = "-10" />
            <TEAM Name = "Glasgow" id = "89" baseamount = "-10" />
            <TEAM Name = "Ulster" id = "62" baseamount = "-10" />
            <TEAM Name = "Cardiff" id = "93" baseamount = "-10" />
            <TEAM Name = "Edinburgh" id = "88" baseamount = "-10" />
            <TEAM Name = "Clermont" id = "56" baseamount = "-10" />
        </STARTINGBASEBALANCE>
        <STARTINGSWAPS>
            <TEAM Name = "Treviso" id = "66">
            </TEAM>
            <TEAM Name = "Brescia (Calvisano)" id = "69">
            </TEAM>
            <TEAM Name = "Reds" id = "30">
            </TEAM>
            <TEAM Name = "Lions" id = "27">
            </TEAM>
            <TEAM Name = "Chiefs" id = "76">
            </TEAM>
            <TEAM Name = "Bristol" id = "35">
            </TEAM>
            <TEAM Name = "Worcestor" id = "47">
            </TEAM>
            <TEAM Name = "Glasgow" id = "89">
            </TEAM>
            <TEAM Name = "Ulster" id = "62">
            </TEAM>
            <TEAM Name = "Cardiff" id = "93">
            </TEAM>
            <TEAM Name = "Edinburgh" id = "88">
            </TEAM>
            <TEAM Name = "Clermont" id = "56">
            </TEAM>
Then since we are swapping "Toulouse" with "Ulster", you must replace "Ulster" in this file with "Toulouse" too, must then look like this:
<div class='quotetop'>QUOTE </div>
<STARTINGBASEBALANCE>

<TEAM Name = "Treviso" id = "66" baseamount = "-10" />
<TEAM Name = "Calvisano" id = "69" baseamount = "-10" />
<TEAM Name = "Reds" id = "30" baseamount = "-10" />
<TEAM Name = "lions" id = "27" baseamount = "-10" />
<TEAM Name = "Chiefs" id = "76" baseamount = "-10" />
<TEAM Name = "Bristol" id = "35" baseamount = "-10" />
<TEAM Name = "Worcester" id = "47" baseamount = "-10" />
<TEAM Name = "Glasgow" id = "89" baseamount = "-10" />
<TEAM Name = "Toulouse" id = "59" baseamount = "-10" />
<TEAM Name = "Cardiff" id = "93" baseamount = "-10" />
<TEAM Name = "Edinburgh" id = "88" baseamount = "-10" />
<TEAM Name = "Clermont" id = "56" baseamount = "-10" />
</STARTINGBASEBALANCE>
<STARTINGSWAPS>
<TEAM Name = "Treviso" id = "66">
</TEAM>
<TEAM Name = "Brescia (Calvisano)" id = "69">
</TEAM>
<TEAM Name = "Reds" id = "30">
</TEAM>
<TEAM Name = "Lions" id = "27">
</TEAM>
<TEAM Name = "Chiefs" id = "76">
</TEAM>
<TEAM Name = "Bristol" id = "35">
</TEAM>
<TEAM Name = "Worcestor" id = "47">
</TEAM>
<TEAM Name = "Glasgow" id = "89">
</TEAM>
<TEAM Name = "Toulouse" id = "59">
</TEAM>
<TEAM Name = "Cardiff" id = "93">
</TEAM>
<TEAM Name = "Edinburgh" id = "88">
</TEAM>
<TEAM Name = "Clermont" id = "56">
</TEAM>[/b]
Save and exit.

Be sure to have these 2 files that you've edited in your Rugby 08 main folder, start the game and play! ;)
 

Latest posts

Top