• Help Support The Rugby Forum :

Rugby 08 Patch Team

http://forums.rugbyleague2.com/showthread.php?t=31208

Thats the sidhe forums for rugby league 2 the game, for those who don't own the pc version, you can change a lot of the game, it is easily moderated and as some of you rugby supporters find interest in RL, some of them have interest in RU. This has lead them to design the new rugby world cup kits for some countries. I don;t know if they are in the new Rugby 08 game or not, but if they aren't maybe then we could mod them into it, or for the 2006 fans, this would be of some pleasure.
 
First discoveries, as I said in another thread :

* The file structure seems to be the same at least on the Ps2 version.

* Mission Files Structure :

"Missions" are described by simple XML files with ".mis" extensions. This open up the possibility of custom challenges made by modders for the PC game !

Code:
<MISSION name="ENG vs FRA @ Parc de Paris" date="20061231" type="1" league="international" halflength="2" stadiumid="64" hometeamid="5" awayteamid="7" diff="1" matchtype="1" matchsubtype="8" control="0">
    <TEAM_LIST />
    <GAME>
        <ENVIRONMENT>
            <WEATHER pitch="0" temp="0" precipitation="0">
                <WIND power="0" x="0" y="0" z="0" />
            </WEATHER>
        </ENVIRONMENT>
        <STATE>
            <SCORE>
                <EVENT type="SS_TRY" team="home" player="17" time="480" />
                <EVENT type="SS_CONVERSION" team="home" player="16" time="501" />
            </SCORE>
            <MODE name="FORMATION" offensiveteam="home" time="600" period="0" />
            <NIS script_name="ScrumAway28" controller="0" team="home" player="0" angle="" x="28" y="" z="-39" />
        </STATE>
    </GAME>
    <OBJECTIVES>
        <OBJECTIVE stringid="" type="WinGame" mustpass="1">
            <PARAMETER name="amount" value="1" />
        </OBJECTIVE>
        <OBJECTIVE stringid="" type="HandleBallWithPlayers" mustpass="0">
            <PARAMETER name="num_required" value="8" />
        </OBJECTIVE>
        <OBJECTIVE stringid="" type="SoccerKick" mustpass="0">
            <PARAMETER name="distance" value="45" />
        </OBJECTIVE>
        <OBJECTIVE stringid="" type="PlayerEvent" mustpass="0">
            <PARAMETER name="interception" value="" />
        </OBJECTIVE>
    </OBJECTIVES>
    <SCREENS />
    <UNLOCKABLES>
        <UNLOCKABLE id="0" stringid="" />
    </UNLOCKABLES>
</MISSION>


* Teams ID :

Code:
    <teams>
        <team name="Argentina" location="argentina" id="1">
            <kit name="Main" location="homekit" collar="A"/>
            <kit name="Alternate" location="awaykit" collar="A"/>
        </team>
        <team name="AustraliaA" location="australiaA" id="95">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Barbarians" location="barbarians" id="96">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Canada" location="canada" id="3">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Eurostars" location="eurostars" id="98">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Fiji" location="fiji" id="6">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Georgia" location="georgia" id="8">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Japan" location="japan" id="11">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Lions" location="lions" id="97">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Namibia" location="namibia" id="12">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Northstars" location="northstars" id="100">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Maoris" location="nzmaoris" id="99">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="PacificIsles" location="pacificisles" id="101">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Romania" location="romania" id="15">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Russia" location="russia" id="16">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Super12Stars" location="s12stars" id="103">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Samoa" location="samoa" id="20">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="SouthAfrica" location="southafrica" id="18">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="SouthStars" location="southstars" id="102">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Spain" location="spain"  id="19">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Tonga" location="tonga"  id="21">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Uruguay" location="uruguay"  id="23">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Usa" location="usa"  id="24">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="WorldStars" location="worldstars"  id="104">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Australia" location="australia" id="2">
            <kit name="Main" location="homekit" collar="A"/>
            <kit name="Alternate" location="awaykit" collar="A"/>
        </team>
        <team name="Blues" location="blues" id="70">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Brumbies" location="brumbies" id="28">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Bulls" location="bulls" id="77">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Cats" location="cats" id="78">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Chiefs" location="chiefs" id="73">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Crusaders" location="crusaders" id="71">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="England" location="england" id="5">
            <kit name="Home" location="homekit" collar="BWide"/>
            <kit name="Away" location="awaykit" collar="BWide"/>
        </team>
        <team name="France" location="france" id="7">
            <kit name="Home" location="homekit" collar="BWide"/>
            <kit name="Away" location="awaykit" collar="BWide"/>
        </team>
        <team name="Highlanders" location="highlanders" id="72">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Hurricanes" location="hurricanes" id="74">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Ireland" location="ireland" id="9">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Italy" location="italy" id="10">
            <kit name="Home" location="homekit" collar="BWide"/>
            <kit name="Away" location="awaykit" collar="BWide"/>
        </team>
        <team name="New Zealand" location="newzealand" id="13">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Reds" location="reds" id="30">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Scotland" location="scotland" id="17">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Sharks" location="sharks" id="79">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Stormers" location="stormers" id="80">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Wales" location="wales" id="25">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Waratahs" location="waratahs"  id="29">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="TrainingA" location="traina"  id="107">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="TrainingB" location="trainb"  id="108">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Bath" location="bath"  id="33">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Cardiff" location="cardiffblues"  id="89">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Edinburgh" location="edinburgh"  id="84">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Glasgow" location="glasgow"  id="85">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Gloucester" location="gloucester"  id="35">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Gwent" location="gwentdragons"  id="92">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Harlequins" location="harlequins"  id="36">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Leicester" location="leicester"  id="38">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Leinster" location="leinster"  id="60">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Llanelli" location="llanelli"  id="90">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="LondonWasps" location="londonwasps"  id="45">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Munster" location="munster"  id="61">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>    
        <team name="Newcastle" location="newcastle"  id="40">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>    
        <team name="Northampton" location="northampton"  id="41">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Osprey" location="osprey"  id="91">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="Ulster" location="ulster"  id="62">
            <kit name="Home" location="homekit" collar="CWide"/>
            <kit name="Away" location="awaykit" collar="CWide"/>
        </team>
        <team name="ref A" location="ref A"  id="109">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="ref B" location="ref B"  id="110">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="ref C" location="ref C"  id="111">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="ref D" location="ref D"  id="112">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="ref E" location="ref E"  id="113">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="ref F" location="ref F"  id="114">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Biarritz" location="biarritz"  id="50">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Bourgoin" location="bourgoin"  id="51">
            <kit name="Home" location="homekit" collar="BWide"/>
            <kit name="Away" location="awaykit" collar="BWide"/>
        </team>
        <team name="Calvisano" location="calvisano"  id="66">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Castres" location="castres"  id="53">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
        <team name="Perpignan" location="perpignan"  id="55">
            <kit name="Home" location="homekit" collar="BWide"/>
            <kit name="Away" location="awaykit" collar="BWide"/>
        </team>
        <team name="Stade France" location="stade france"  id="56">
            <kit name="Home" location="homekit" collar="BWide"/>
            <kit name="Away" location="awaykit" collar="BWide"/>
        </team>
        <team name="Toulouse" location="toulouse"  id="57">
            <kit name="Home" location="homekit" collar="BWide"/>
            <kit name="Away" location="awaykit" collar="Bwide"/>
        </team>
        <team name="Treviso" location="treviso"  id="65">
            <kit name="Home" location="homekit" collar="A"/>
            <kit name="Away" location="awaykit" collar="A"/>
        </team>
    </teams>
 
Dayamn I'm not even gonna begin to try and think what you's are all on about it looks good though. Well good luck with all your guys modding and stuff I wish you could do the same with Ps2
 
Dayamn I'm not even gonna begin to try and think what yous are all on about it looks good though. Well good luck with all your guys modding and stuff I wish you could do the same with Ps2 [/b]

Something is wrong here, I brought over a few of my mates over from another forum, and they need ten posts apparently to read the threads proper. I have been here quite a long time myself. I could only seem to post if I quoted one of you mates.


Help me and my boys out, they are from the states and have purchased the PC version of RWC 08, and would appreciate the help your community provides.
 
whats the problem? get them to post 10 posts (not spam) about rugby and they can join.
 
Woah Boltman, are you saying that rugby 08 is out on PC in the US? I thought they were only releasing it on PS2 over there. Most strange........
 
yeah i am not sure but i can wait til thursday :) need to put the tools on my laptop though so i can play while at work.
 
Hey woosaah!

I've edited quite alot of players and haven't come across any problems, just slow to start up other than that everything seems fine. Great start mate! The game has frozen once while going through the subtitution cut scene, but don't think it had anything to do with the editor. Happens alot on the PS2 version i'm told.
 
for all those people who would like a global edit, i have done it, or it will be done (almost done)
 
what kind of sorting can we do global edits with woosah?

by position? by forwards/backs? by front row/tight 5/loose forwards/inside backs/outside backs?

any of these options will be awesome!

thanks for the hard work, cant wait to get stuck into your editor
 
haha nothing like that at the moment ( you wouldnt beleive the kind of program that might take) at the moment its global as in "global" as in everything :)

but thats ok for a start.
 
Ok basically Rugby 08 is the same as 06 with some new stuff thrown in! what i have found out is that the kits are the same as 06 only diff is the minikits have a new type look to it and the international kits for RWC 07 are extra!!! the stadiums have had a overhall with extra banners lighting FX and camera angles, they havnt even bothered to update some of the celtic kits or the international kits! EA are so SAD :p

So we can use the 06 numbers for all the kits as they use the same for 08, makes sence really? But some might of changed i havnt looked at all of them as there are alot more in the *.GOB file on 08

There will be a kit update for Wales soon, as EA have fooked it up again! lol

Dont worry people your kits and mods will come soon?

any other news or info i find i will let you all know a.s.a.p


peace! ;)
 
Yep I noticed this too. Basically, I shall finnish off what I started with regards to the Celtic League kits so that they're updated, then look to making the balls, logos etc etc.

These rosters are a joke though. Looking at Em'bra for an example...Blackadder stoped played at the end of 04/05, and left Edinburgh as a coach at the end of 05/06. EA have him as a starting player at Edinburgh.
 
This is exactly what i expected from EA anyway! but its a challenge for us modders to sort out what they could not do? oh well looks like some new kits on the way lol
 
Will someone include the new Munster and Leinster jerseys (the new Munster home jersey is in my sig but I can get pictures of the rest)? The new Munster away jersey looks great.
 
Can anybody help me !!!! I just want a player editor programme !!!! Kits, balls, sign boards etc don't bother me but crazy player names, positions and stats bugg the hell out of me !!!!!!
 
Yeah agree mate, anything would help i know someone just completed a new roster but i think its for 06 only which SUCKS!!!!!!!
 

Latest posts

Top