
Offsets
-
- Patch Team
- Posts: 328
- Joined: Wed Nov 25, 2020 12:26 am
- Has thanked: 175 times
- Been thanked: 166 times
Offsets
When turning off 'real players' there seems to be a chance that each renamed player will start at the same club. I vaguely recall it being a 25% chance, but I have no idea why I think I know that. Does anyone know an offset to change this? I'd like all players to be moved to a different club, but it doesn't annoy me enough to actually install Olly and go code diving. 

-
- Youth Team Player
- Posts: 27
- Joined: Wed Dec 09, 2020 6:57 am
- Has thanked: 3 times
- Been thanked: 22 times
Re: Offsets
When something annoys you and you decide go code diving, many wonders emerge...John Locke wrote: ↑Fri May 05, 2023 10:18 am When turning off 'real players' there seems to be a chance that each renamed player will start at the same club. I vaguely recall it being a 25% chance, but I have no idea why I think I know that. Does anyone know an offset to change this? I'd like all players to be moved to a different club, but it doesn't annoy me enough to actually install Olly and go code diving.![]()




-
- Posts: 1
- Joined: Tue Dec 15, 2020 10:07 am
Re: Offsets
can share a link to download school search 180 patchfile , i dont know how to use the codes , too complicated , any kind soul can let me download
-
- Hot Prospect for the Future
- Posts: 222
- Joined: Sat Nov 27, 2021 3:44 pm
- Has thanked: 22 times
- Been thanked: 121 times
Re: Offsets
You only need to copy the code into a text file and save it, then use Nick's Patcher to apply it to your exe. It's a few posts down on page 6 of this thread.
- Offside Trap
- Network Game Team
- Posts: 982
- Joined: Sun May 10, 2020 7:42 pm
- Location: Peterborough, UK
- Has thanked: 189 times
- Been thanked: 278 times
Re: Offsets
Yep - its an easy process
Find me on YouTube and enjoy CM related content - https://www.youtube.com/channel/UCmoWKH ... wcF_cLC70w
-
- Hot Prospect for the Future
- Posts: 150
- Joined: Wed Nov 25, 2020 7:15 am
- Has thanked: 47 times
- Been thanked: 13 times
Re: Offsets
hello everyone, i need the offsets to see the profile of the club president. Since there's the nick patch you can't see them anymore.
Also I would need the offsets for the playoffs, those of the dates of any championship. Last but not least some time ago there was a txt of John Locke where some offsets were explained, would someone be kind enough to help me find it?
Thank you all
Clipeus
Also I would need the offsets for the playoffs, those of the dates of any championship. Last but not least some time ago there was a txt of John Locke where some offsets were explained, would someone be kind enough to help me find it?
Thank you all
Clipeus
-
- Posts: 3
- Joined: Fri May 12, 2023 6:48 am
-
- Hot Prospect for the Future
- Posts: 222
- Joined: Sat Nov 27, 2021 3:44 pm
- Has thanked: 22 times
- Been thanked: 121 times
-
- Hot Prospect for the Future
- Posts: 150
- Joined: Wed Nov 25, 2020 7:15 am
- Has thanked: 47 times
- Been thanked: 13 times
-
- Hot Prospect for the Future
- Posts: 150
- Joined: Wed Nov 25, 2020 7:15 am
- Has thanked: 47 times
- Been thanked: 13 times
Re: Offsets
Alan sorry, but they're helpfull also to change them? or only to show them?Alan_v2 wrote: ↑Sat May 27, 2023 5:01 pmShow Chairman Attributes: viewtopic.php?f=35&t=1540&p=43930&hilit=Chairman#p43930
No.
Other question: Is there a way to let the other teams ask for you to be their trainer? To increase the request?
-
- Posts: 3
- Joined: Fri May 12, 2023 6:48 am
Re: Offsets
the files don't change its size. They change only its style
-
- Hot Prospect for the Future
- Posts: 150
- Joined: Wed Nov 25, 2020 7:15 am
- Has thanked: 47 times
- Been thanked: 13 times
Re: Offsets
yes! i'm sorry u'r right!Gozgoz1925 wrote: ↑Sun May 28, 2023 2:47 pmthe files don't change its size. They change only its style
i don't' know
-
- Patch Team
- Posts: 813
- Joined: Tue Apr 14, 2020 3:11 pm
- Has thanked: 76 times
- Been thanked: 919 times
Re: Offsets
I just thought I'd write a super quick patch to change the font size - as this has come up before:
^ This should, crudely, increase the font size by 1 in all areas. If you want to increase it by more than one, you can change the line above from "006DC6C9: 00 01" to "006DC6C9: 00 02" for instance. But by 1 should be enough.
Code: Select all
EXPANDEXE
0015FA14: 8B E9
0015FA15: 94 A7
0015FA16: 24 7C
0015FA17: 4C 88
0015FA18: 02 00
0015FA19: 00 90
0015FA1A: 00 90
006DC6C0: 00 8B
006DC6C1: 00 94
006DC6C2: 00 24
006DC6C3: 00 4C
006DC6C4: 00 02
006DC6C7: 00 83
006DC6C8: 00 C2
006DC6C9: 00 01
006DC6CA: 00 83
006DC6CB: 00 FA
006DC6CC: 00 08
006DC6CD: 00 0F
006DC6CE: 00 8C
006DC6CF: 00 48
006DC6D0: 00 83
006DC6D1: 00 77
006DC6D2: 00 FF
006DC6D3: 00 BA
006DC6D4: 00 07
006DC6D8: 00 E9
006DC6D9: 00 3E
006DC6DA: 00 83
006DC6DB: 00 77
006DC6DC: 00 FF
-
- Patch Team
- Posts: 813
- Joined: Tue Apr 14, 2020 3:11 pm
- Has thanked: 76 times
- Been thanked: 919 times
Re: Offsets
@JohnLocke:
If you want to see how much it does/doesn't mixes it - run with Use Real Player Names off and patch:
To a JMP instead. Now the players will be mixed up - but still have their original names. You'll see that it's only a small percent that stay in the same club.
The function where it actually does the club swapping is 00533080 if you want to see what's going on. If we want to "fix" it - the hackiest way I could think of is just to do it 1000 times instead of 16
A lot less chance of a player being missed then.
So change:
to:
It runs very quickly - so it doesn't add any time to starting a game. A patch to do this would be:
^ Actually I think it's just poor implementation in the game - it just loops through all the players 16 times and each time takes two random players and swaps them - it's easy for it to miss some in that process.When turning off 'real players' there seems to be a chance that each renamed player will start at the same club. I vaguely recall it being a 25% chance, but I have no idea why I think I know that. Does anyone know an offset to change this? I'd like all players to be moved to a different club, but it doesn't annoy me enough to actually install Olly and go code diving.
If you want to see how much it does/doesn't mixes it - run with Use Real Player Names off and patch:
Code: Select all
00532E18 |. /0F8E A0000000 JLE 00532EBE
The function where it actually does the club swapping is 00533080 if you want to see what's going on. If we want to "fix" it - the hackiest way I could think of is just to do it 1000 times instead of 16

So change:
Code: Select all
0053310D DC0D 08959600 FMUL QWORD PTR DS:[969508] ; FLOAT 16.00000000000000
Code: Select all
0053310D DC0D 08899600 FMUL QWORD PTR DS:[968908] ; FLOAT 1000.000000000000
Code: Select all
00133110: 95 89
-
- Hot Prospect for the Future
- Posts: 150
- Joined: Wed Nov 25, 2020 7:15 am
- Has thanked: 47 times
- Been thanked: 13 times
Re: Offsets
where do i've to put my hands to have more job offers? i don't have any in 10 years carrieer