Can someone teach me how to make editors

  • Thread starter Deleted member 11215
  • Start date
D

Deleted member 11215

Guest
hi im really interested in making editors for cricket 2007 but i dont get the whole byte thing can someone add me on msn its in my profile and then teach me ;)
 
yes but i dont understand how to get the bytes eg how do i know what each byte does?
 
I've written out the process in the C07 player editor thread and it's also explained partially in the c2k5 one.
 
That is the number of bytes from the start of the player. The 1st and 2nd bytes are player ID up to 357-358 which is face ID.
 
To find out what each byte does,I try the following method.

Lets say Im trying to find batting skills,say Concentration attribute.

1)I make a new player with everything default.(all attributes i.e)

2)Open it in a hex editor,search this player down and copy down all his bytes in a new hex file.

3)Go in the game and change the concentration attribute to some other value.Save the roster and close it down.

4)Open the roster again in hex editor and find that player.

5)Find the only bytes that have changed by comparing it with the other file that you saved earlier.

Then if possible try finding out the way in which it has changed in case you understand the hex system,otherwise just keep a note. :p
 
im still not sure can someone please teach me hex i really wana help out:)
 

Users who are viewing this thread

Top