Editing Player Profiles

Originally posted by barmyarmy@Feb 13 2004, 08:46 PM
Go to 556800 decimal offset and then find and replace 1C 1A (hex) with 11 1F
Katich has already been added to the team in this update though.
k thanks appreciate the help :)
 
Originally posted by barmyarmy@Feb 13 2004, 11:03 PM
Yup, but I need to do some more work on discovering what all the values do first...
kool, i hope you can find it soon
 
Ok, I've started cracking the stats. This is an example so you can all go away and work on it.
FC Innings played is controlled by these two values here. The second value represents how many 256's there are in the total (256 = FF in hex: the highest possible value). The first represents how many on top of those 256's to add to get the total.
In the example here M.Hayden has played 387 FC innings. 387 = 256 + 131
131 = 83 in hex (80 = 128 (8x16))
Therefore Hayden's values are 83 01
This system will presumeably be true for all the values hence the large amount of numbers with a 00 after them. It should now be easy to crack the rest.
This values is found by taking the first letter of the players name (M) and going down three rows and left 4 columns. Give it a go.
 
Here we go as promised:
You should be able to work out from the screen what everything is. Here are how the values correspond:

Test:
3D 00 = 61 (innings)
03 00 = 03 (NO)
6D 00 = 109 (overs)
05 00 = 05 (wickets)
75 01 = 373 (runs conceded)
81 0A = 2689 (runs scored)
05 = 50's
09 = 100's

Values such as High Score and average are found later on. I'm still working them out.
A quick reminder about calculating numbers in hex:
81 0A = {(8x16) + 1} + (10 x 256) = 2689
3000 runs = {(11x16) + 8) + (11 x 256) = B8 0B
 
Hey Colin

I have managed to figure out these values too for Tests, ODIs, First class and One Dayers. I cracked my head over the average, highest score etc but havent been able to find them all.

Do post a pic or something of those if you find them.

Mack
 
yo Colin Prakash has released a player editor, check it out at PlanetCricket or did u help him wit it?
 

Users who are viewing this thread

Top