this is what you need to do.
Quote:
Originally Posted by TheGame8544
Here is what I have found so far as well as a listing of the hex code for each of the teams in the game as it pertains to uniforms.
0000 – 76ers
001F – Bobcats
0001 – Bucks
0003 – Bulls
0004 – Cavs
0005 – Celtics
0006 – Clippers
0008 – Grizzlies
0009 – Hawks
000A – Heat
000B – Hornets
000C – Jazz
000D – Kings
000E – Knicks
000F – Lakers
0010 – Magic
0011 – Mavericks
0012 – Nets
0013 – Nuggets
0014 – Pacers
0015 – Pistons
0016 – Raptors
0017 – Rockets
0019 – Spurs
001A – Suns
0018 – Thunder
001B – T-Wolves
001C – Blazers
001D – Warriors
0002 – Wizards
Then do a hex search for this string: 5080000000000000000000XX with XX being the last two digits of the team you are searching for. So if you were looking for the Lakers, the code would be 50800000000000000000000F. Now, anywhere from around 4 to 12 instances will be found.
The first two instances are usually the Practices Unis. The unis are the 2nd set of numbers after the string you just searched for. So in the case of the Lakers, you would see: 5080 0000 0000 0000 0000 000F 0000 0802. The next sting will end in 8822 instead of 0802. These first two instances, in this case, are the practice jerseys. So if you see 0802 or 8822, know that you are editing practice jerseys.
The third instance will end in 0400. This is the first team uniform you come to and is the home team uniform. All home uniforms begin with 0 and away with 8. Just remember 0802 and 8822 are practice uniforms. So, the first digit is home/away, the second is the neckline, the third is sock color, and I am unsure what the 4th signifies. Can anyone answer that?
Hope this helps and if you have any questions, hopefully I can answer them.
Comment