• Help Support The Rugby Forum :

2023-24 Kit updates

hi jim, I think theres a problem with the springboks kit or it could be on my end, but the kit remains the old one (i think 2022's kit) and does not want to change to the new one. Ive redownloaded the files 3 times now and nothing works, please help
I had that same problem but it's just a glitch of you choose the kit and play the game it is the 2024 kit in-game
 
hi jim, I think theres a problem with the springboks kit or it could be on my end, but the kit remains the old one

I had that same problem but it's just a glitch of you choose the kit and play the game it is the 2024 kit in-game

Ah, it looks like I didn't copy one of the menu UI files over, I'll get this updated for the next release. I need to do some proper testing for the next release anyway as it should be the final version.
 
G'day. Australian Super Rugby teams have now been completed and added to Github:

oz.png

That means every club featured in ama1's TRF24 mod has been updated. Some international teams have yet to be done, but should be easy to make as most are still using copies of their RWC23 kits. I will see if I can get those done, then make a final all-in-one release of my stuff.
 
G'day. Australian Super Rugby teams have now been completed and added to Github:

View attachment 21410

That means every club featured in ama1's TRF24 mod has been updated. Some international teams have yet to be done, but should be easy to make as most are still using copies of their RWC23 kits. I will see if I can get those done, then make a final all-in-one release of my stuff.
Love your work @jim546
 
Hello, thank you very much for the incredible work you are doing, are you planning to work on the new kits for the 2024-2025 season?
 
Hi, i trust that you are well. i have a few requests since i cannot seen to figure it out myself. I would like a few changes regarding some players. mo'unga animation for goal kicking should go to mckenzie as well as his star. sexton star and animation should go to jack crawley. ramos from france should get mortlock's animation for kicking and pollard should get pretorious's animation for goal kicking too please. regarding WL can you please make adjustments so we can select players that are not based in clubs that are in the game like mo'unga , aaron smith and co. @jim546 . N. Lolesio should get yachvili's animation for goalkicking. I trust that you will be able to make these changes as requested. thank you in advance champ.
 
Hi, i trust that you are well. i have a few requests since i cannot seen to figure it out myself. I would like a few changes regarding some players. mo'unga animation for goal kicking should go to mckenzie as well as his star. sexton star and animation should go to jack crawley. ramos from france should get mortlock's animation for kicking and pollard should get pretorious's animation for goal kicking too please. regarding WL can you please make adjustments so we can select players that are not based in clubs that are in the game like mo'unga , aaron smith and co. @jim546 . N. Lolesio should get yachvili's animation for goalkicking. I trust that you will be able to make these changes as requested. thank you in advance champ.
You can dowload Woosah's roster editor and make all this changes by yourself
 
Happy New Year. I've updated Github with an all-in-one release of the files I've made for the 2023-24 season, I've seen some people have had issues downloading the previous files so maybe the new release might work better.

This release contains kits for all club teams, along with RWC 2023, the 6N/TRC teams plus a couple of other international teams I was able to do for 23/24.

I'm not planning on doing any further modding for Rugby 08 at the moment, I'm a bit burned-out with it all, but who knows what the future may hold for this or any other Rugby games out there.

https://github.com/jimw546/jimw546-s-Rugby-08-stuff/releases
 
Also as a side-project I was working on a method to auto-import/export Rosters/RDF's into Ama1's Excel sheets. I've made the following Macros that can generate an .rdf/.ros file from the Excel doc:
Sub NewRDF()
maxrows = Sheets("New RDF").UsedRange.Rows.Count
hexval = Sheets("New RDF").Range("a1:cv" & maxrows).Value
Dim handle As Long
handle = FreeFile
Open Application.ActiveWorkbook.Path & "\73cb47d1d69c90f28fd1cc4186ac1926.rdf" For Binary As #handle
Dim j As Long
Dim i As Long
For j = 1 To maxrows
For i = 1 To 100
If hexval(j, i) <> vbNullString Then
Put #handle, , CByte("&H" & hexval(j, i))
End If
Next i
Next j
Close #handle
End Sub

Sub NewRos()
maxrows = Sheets("New Ros").UsedRange.Rows.Count
hexval = Sheets("New Ros").Range("a1:cv" & maxrows).Value
Dim handle As Long
handle = FreeFile
Open Application.ActiveWorkbook.Path & "\Roster1.ros" For Binary As #handle
Dim j As Long
Dim i As Long
For j = 1 To maxrows
For i = 1 To 100
If hexval(j, i) <> vbNullString Then
Put #handle, , CByte("&H" & hexval(j, i))
End If
Next i
Next j
Close #handle
End Sub
Tested the above and it's working correctly as far as I can tell. To use this you'd need to save the Excel sheet as a .xlsm file, and use the Developer tab to insert macro buttons and macro code. I haven't tried coding how to import a .rdf file yet.
 
Happy New Year. I've updated Github with an all-in-one release of the files I've made for the 2023-24 season, I've seen some people have had issues downloading the previous files so maybe the new release might work better.

This release contains kits for all club teams, along with RWC 2023, the 6N/TRC teams plus a couple of other international teams I was able to do for 23/24.

I'm not planning on doing any further modding for Rugby 08 at the moment, I'm a bit burned-out with it all, but who knows what the future may hold for this or any other Rugby games out there.

https://github.com/jimw546/jimw546-s-Rugby-08-stuff/releases
Happy new years mate, thank you for everything you have done in the past and best of luck for the future. Hope you can return sometime soon, but im sure theres a whole lot of other modders that can keep this game alive with updates
 

Latest posts

Top