Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Chat Help please


 Share

Recommended Posts

Hi everyone, I'm new to editing hexadecimal codes and I have a question. What is SID? Honestly, I'm having a lot of trouble figuring it out. Could someone please help me?

Link to comment
Share on other sites
1 hour ago, _eusouemanuell said:

Hi everyone, I'm new to editing hexadecimal codes and I have a question. What is SID? Honestly, I'm having a lot of trouble figuring it out. Could someone please help me?

Hey,

I'm definitely not the expert on the topic, but I know my way around the basics.

Instead of answering your question directly, let me answer with a question - what are you trying to do?

I doubt that a simple answer would help you much, but SID = stats ID, which is a string that's at the beginning of the player's stats (attributes) section.

Link to comment
Share on other sites
7 hours ago, BarnDoor said:

Ei,

Com certeza não sou especialista no assunto, mas tenho uma noção básica.

Em vez de responder diretamente à sua pergunta, deixe-me responder com outra pergunta: o que você está tentando fazer?

Duvido que uma resposta simples lhe ajude muito, mas SID = ID das estatísticas, que é uma string que fica no início da seção de estatísticas (atributos) do jogador.

I'm trying to edit a player's hidden attributes, but I get lost in the code and can't edit them correctly. For example... I edited Granit Xhaka and everything went wrong; he became a goalkeeper and his attributes worsened. Honestly, I'm trying, but I need to improve a lot.

Link to comment
Share on other sites
1 hour ago, _eusouemanuell said:

I'm trying to edit a player's hidden attributes, but I get lost in the code and can't edit them correctly. For example... I edited Granit Xhaka and everything went wrong; he became a goalkeeper and his attributes worsened. Honestly, I'm trying, but I need to improve a lot.

Haha, ok, i see. Good thing is that you were close, you managed to find his stats. Now you just need to figure out which values exactly you need to change.

I can write a "guide" a bit later when i get home.

In the meantime, you can let me know how you got to his stats, so I can see where's the issue and which things i need to cover.

Edited by BarnDoor
Link to comment
Share on other sites
36 minutes ago, BarnDoor said:

Haha, ok, entendi. O bom é que você estava perto, conseguiu encontrar as estatísticas dele. Agora você só precisa descobrir exatamente quais valores precisam alterar.

Posso escrever um "guia" um pouco mais tarde, quando chegar em casa.

Enquanto isso, você pode me informar como chegou às estatísticas dele, para que eu possa ver onde está o problema e quais pontos preciso verificar.

I'm trying to change the personality of a player on my team. Giorgian De Arrascaeta, in the original database, has a Normal personality. I tried to change it, but I could only find a few personalities like Loyal, Competent under pressure, Determined, Sporting, and Calm. I also want to find others like Consistent, Ambitious... I also want to change his set-piece attributes, but I don't know how to do that.Screenshot_20251224-160902.png

Screenshot_20251224-160828.png

Screenshot_20251224-160950.png

Edited by _eusouemanuell
Link to comment
Share on other sites
1 hour ago, _eusouemanuell said:

I'm trying to change the personality of a player on my team. Giorgian De Arrascaeta, in the original database, has a Normal personality. I tried to change it, but I could only find a few personalities like Loyal, Competent under pressure, Determined, Sporting, and Calm. I also want to find others like Consistent, Ambitious... I also want to change his set-piece attributes, but I don't know how to do that.Screenshot_20251224-160902.png

Screenshot_20251224-160828.png

Screenshot_20251224-160950.png

Ok, so... As I said, I'm not the expert when it comes to hex, but I understand enough to (hopefully) help you.

In order to edit the player, first thing we need is his ID. You can get it fron websites like sortitiutsi.net for an example. The player that you mentioned has an ID 78059800.

Convert it to hex and it's 4a71918

Convert that to little endian, which is what the game uses, and it becomes 18 19 a7 04

I think you got all of this already.

Moving on...

Open the hex editor, load up your save file and search for the "little endian ID" (18 19 a7 04).

You will get something like this...

IMG_20251224_212932.thumb.jpg.91c5a5124a39a2131c7104d6f71519a8.jpg

The highlighted part is obviously the ID you searched for. Then you have a couple of rows of different values (yeah, very scientific explanation) and eventually you hit a long block of FF FF values.

The last 4 values before the FF FF block are what's known as SID. It's marked with yellow and we will need it later.

The 8 values before SID (marked with green) are player's personality values. They are in alphabetical order, listed below.

Spoiler

Adaptability

Ambition

Determination

Loyality

Pressure handling

Professionalism

Sportsmanship

Temperament

All of them have a range of 1-20. To change them, you obviously need to replace any of them with the hex value of the desired number (eg. 20 in decimal translates to 14 in hex).

Once again, moving on... Lets see the attributes...

Now we search for the SID that was mentioned before, in this case 44 45 00 00

This is the tricky part, because there can be more than one player that pops up and you might need to search for it a couple of times until you get the right one. Also, this is the part where my knowledge is lacking, as I'm sure there is a better way of finding a player than "just search until you find the correct one" 🙄

However, after clicking the search button a few times, eventually you're going to come across something like this...

Disclaimer: I'm not entirely sure if this is the right player. Best way to make sure is to check if his in-game attributes match the ones we see below

IMG_20251224_213205.thumb.jpg.6c1e4f02c7e084119ec8928c94551ffa.jpg

How do you know you found the right thing? Well, an easy indicator is that green highlighted part. A bunch of 01 values and a "random" 14 value among them. These are players positions. Obviously 01s correspond to all of the positions he can't play, and 14 is his natural position. I find that to be the most obvious tell that im at the right place if I'm looking for attributes. But let's not rush, let's go over everything on this screen.

Highlighted part is the SID that we were sesrching for. I have no idea what the next 4 values are 😅

Then we have 27 "red" values. These are his attributes. It's very important to note that some of them are NOT in the 1-20 range, so editing them can be tricky if you don't know what you're doing and how the game converts those numbers. Personally, I don't, so I usually avoid them. The list of the attributes is below.

Spoiler

Crossing

Dribbling

Tackling

Finishing

Long shots

Heading

Jumping

Passing

Decisions

Unselfishness

Pace

Strength

Stamina

Technique

Consistency

Aggression

Big matches

Injury

Leadership

Versatility

Set pieces

Penalties

Creativity

Movement

Positioning

Work rate

Flair

Then we have the 7 "yellow" values. These are the goalkeeping attributes

Spoiler

Handling

Kicking

Agility

Aerial

Reflexes

Communication

Throwing

Next are the 17 "green" values. These are positions + some other stuff

Spoiler

Idk / gk

Idk / gk (not sure sbout these 2)

DL

DC

DR

DMC

ML

MC

MR

AML

AMC

AMR

ST

DML (LWB)

DMR (RWB)

Left foot

Right foot

And finally, we move to the "blue" values, which are his current abilty (CA) and his potential ability (PA).

There is some more interesting stuff there, but I think this is what most people will be interested about.

Let me know if you need more help and happy hexing! 🤓

Link to comment
Share on other sites
5 hours ago, _eusouemanuell said:

I'm trying to edit a player's hidden attributes, but I get lost in the code and can't edit them correctly. For example... I edited Granit Xhaka and everything went wrong; he became a goalkeeper and his attributes worsened. Honestly, I'm trying, but I need to improve a lot.

I don't know if it's okay to drop my Whatsapp number here .

Cause I'll need to use voice notes and  videos to explain.

 

Link to comment
Share on other sites

 

On 24/12/2025 at 18:08, BarnDoor said:

Ok, so... As I said, I'm not the expert when it comes to hex, but I understand enough to (hopefully) help you.

In order to edit the player, first thing we need is his ID. You can get it fron websites like sortitiutsi.net for an example. The player that you mentioned has an ID 78059800.

Convert it to hex and it's 4a71918

Convert that to little endian, which is what the game uses, and it becomes 18 19 a7 04

I think you got all of this already.

Moving on...

Open the hex editor, load up your save file and search for the "little endian ID" (18 19 a7 04).

You will get something like this...

IMG_20251224_212932.thumb.jpg.91c5a5124a39a2131c7104d6f71519a8.jpg

The highlighted part is obviously the ID you searched for. Then you have a couple of rows of different values (yeah, very scientific explanation) and eventually you hit a long block of FF FF values.

The last 4 values before the FF FF block are what's known as SID. It's marked with yellow and we will need it later.

The 8 values before SID (marked with green) are player's personality values. They are in alphabetical order, listed below.

  Reveal hidden contents

Adaptability

Ambition

Determination

Loyality

Pressure handling

Professionalism

Sportsmanship

Temperament

All of them have a range of 1-20. To change them, you obviously need to replace any of them with the hex value of the desired number (eg. 20 in decimal translates to 14 in hex).

Once again, moving on... Lets see the attributes...

Now we search for the SID that was mentioned before, in this case 44 45 00 00

This is the tricky part, because there can be more than one player that pops up and you might need to search for it a couple of times until you get the right one. Also, this is the part where my knowledge is lacking, as I'm sure there is a better way of finding a player than "just search until you find the correct one" 🙄

However, after clicking the search button a few times, eventually you're going to come across something like this...

Disclaimer: I'm not entirely sure if this is the right player. Best way to make sure is to check if his in-game attributes match the ones we see below

IMG_20251224_213205.thumb.jpg.6c1e4f02c7e084119ec8928c94551ffa.jpg

How do you know you found the right thing? Well, an easy indicator is that green highlighted part. A bunch of 01 values and a "random" 14 value among them. These are players positions. Obviously 01s correspond to all of the positions he can't play, and 14 is his natural position. I find that to be the most obvious tell that im at the right place if I'm looking for attributes. But let's not rush, let's go over everything on this screen.

Highlighted part is the SID that we were sesrching for. I have no idea what the next 4 values are 😅

Then we have 27 "red" values. These are his attributes. It's very important to note that some of them are NOT in the 1-20 range, so editing them can be tricky if you don't know what you're doing and how the game converts those numbers. Personally, I don't, so I usually avoid them. The list of the attributes is below.

  Reveal hidden contents

Crossing

Dribbling

Tackling

Finishing

Long shots

Heading

Jumping

Passing

Decisions

Unselfishness

Pace

Strength

Stamina

Technique

Consistency

Aggression

Big matches

Injury

Leadership

Versatility

Set pieces

Penalties

Creativity

Movement

Positioning

Work rate

Flair

Then we have the 7 "yellow" values. These are the goalkeeping attributes

  Reveal hidden contents

Handling

Kicking

Agility

Aerial

Reflexes

Communication

Throwing

Next are the 17 "green" values. These are positions + some other stuff

  Reveal hidden contents

Idk / gk

Idk / gk (not sure sbout these 2)

DL

DC

DR

DMC

ML

MC

MR

AML

AMC

AMR

ST

DML (LWB)

DMR (RWB)

Left foot

Right foot

And finally, we move to the "blue" values, which are his current abilty (CA) and his potential ability (PA).

There is some more interesting stuff there, but I think this is what most people will be interested about.

Let me know if you need more help and happy hexing! 🤓

Hi, it's me again needing your help @BarnDoor.

 

I've recently been learning how to edit clubs, I know almost everything, but there are a few things I don't know: how to edit the club's finances and how to change the coaching staff. Can you help me again?😅

Edited by _eusouemanuell
Link to comment
Share on other sites
Quote

BarnDoor

6 hours ago, _eusouemanuell said:

 

Hi, it's me again needing your help @BarnDoor.

 

I've recently been learning how to edit clubs, I know almost everything, but there are a few things I don't know: how to edit the club's finances and how to change the coaching staff. Can you help me again?😅

 

 

Link to comment
Share on other sites
12 hours ago, _eusouemanuell said:

 

Hi, it's me again needing your help @BarnDoor.

 

I've recently been learning how to edit clubs, I know almost everything, but there are a few things I don't know: how to edit the club's finances and how to change the coaching staff. Can you help me again?😅

Hi.

Uhm, sadly, I can't really help you with that. When it comes to the clubs and hex, I have only been messing around with their affiliates.

Finances can easily be changed with the in-game editor.

Staff... I never really thought of changing any of the CPU staff. Occasionally I'd swap their managers or the manager's preferred formations, but that's also done with the editor.

Link to comment
Share on other sites
14 hours ago, BarnDoor said:

Hi.

Uhm, sadly, I can't really help you with that. When it comes to the clubs and hex, I have only been messing around with their affiliates.

Finances can easily be changed with the in-game editor.

Staff... I never really thought of changing any of the CPU staff. Occasionally I'd swap their managers or the manager's preferred formations, but that's also done with the editor.

Thanks @BarnDoor😄

 

Does anyone else know how I can do this? I know how to edit the finances in a saved file. I want to know how to edit them in the Club.dat file. Can someone please help me?

Edited by _eusouemanuell
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...