• Help Support The Rugby Forum :

Reply to thread

I've also noted we can vastly improve career mode doing the following is my idea:

  • Replace fake players with real ones
  • "Dummy Player" tag remaining players with editor
  • Keep adding new players as minimal
  • Add a world club champs tournament as an career mode tournament.

Example of adding world league into career mode:

[ATTACH=full]9286[/ATTACH]

If any modders want to change the names of tournaments or make them edible in game here you go.

Search for the following HEX: E9 03 00 00 ED 9C 78 07 00 00 00 00 00 00 00 00 E9 03 EA 03 04 00 00 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 02 04 02 00 01 02 00 02 04 00 02 00 01 04 07 00 00 01 00 00 00 00 01 57 6F 72 6C 64 20 52 75 67 62 79 20 43 68 61 6D 70 69 6F 6E 73 68 69 70 00 00 00 00 00 00 00 00 00 00 77 72 63 00 00


Each tournament is 100 bytes. Changing the number 00 to 01 after 37 bytes determines if an team is "locked" or "unlocked".

Note when making hex changes you need to keep the total to 100 bytes always. never remove data rather substitute with 00.

So as an example to make the world cup edible change the red value as shown here to 01.


E9 03 00 00 ED 9C 78 07 00 00 00 00 00 00 00 00 E9 03 EA 03 04 00 00 00 08 00 00 00 00 00 00 00 00 00 00 00 00 01 02 04 02 00 01 02 00 02 04 00 02 00 01 04 07 00 00 01 00 00 00 00 01 57 6F 72 6C 64 20 52 75 67 62 79 20 43 68 61 6D 70 69 6F 6E 73 68 69 70 00 00 00 00 00 00 00 00 00 00 77 72 63 00 00


Top