D
Deleted member 11215
Guest
ok this may sound a bit stuipid but how complete is a player editor 50%?
Bytes 36,37,38,39 - Maidens, Matches and 5-fors
AB CD EF GH
Maidens
either convert DAB to decimal or (A*16) + B + (D*256)
Matches
(G*16 + H)*4 + E/4 (E will be 0, 4, 8 or C (12))
5-fors
F*4 + C/4 (C will be 0, 4, 8 or C)
Byte 226 - Accessories
base is 00 for normal players and 80 for created players
Brim = _4
Cap = _8
Turban = 4_
Shades = _1
Wrist Band = 1_
Suncream = _2
Towel = 2_
Kshitiz_Indian said:Well i've read the thread but what i am stuck at is that how do we find what byte does what ? i mean, colin has made most of them here, but what if i want to find abouit something new, example - bytes for the locking of videos etc. in a player profile and some for rosters ? I am a bit used to programming and i can make some editors but i am really stuck at this ( i am asking about c2k7 )
sid said:More importantly Id suggest you get a good idea on how the hex digit system works before trying these out.
Kshitiz_Indian said:Any link for me ???
Also, atm i am trying to make a Ashes video unlocker for a start.