I made a utility based on this info for NBA Live 2003, check the forum.
Well, the idea is:
You can change ANY player's ANY value with CDBFlite, kinda like we used to do with blotch in Lives 2000 and 2001.
The code goes like this:
- Code:
CDBFlite saves\000\players.dbf /filter:NAME=Richardson /filter:FNAME=Jason /field:HEADWEAR=0 /update
First you have to type CDBFlite (the prg to use

), then the file to edit,
/filter:Richardson=Jason searches all the NAME fields with the value Richardson and
/filter:FNAME=Jason the front name value Jason, and
/field:HEADWEAR=0 /update selects the field HEADWEAR, and inserts the value 0.
The code would remove JRich:s headband.
This can be used to everything, shoes, nicknames, ratings, accessory : everything.