Since this years simmed stats are no better I thought id have a crack at making an updater.
Basically when this patch is run it updates all the primacy ratings in the players.dbf for the Dynasty save file.
Before downloading make sure to read these points:








DOWNLOAD LINK <-Click
MIRROR LINK <-Click
Installation:
Simply Unzip the archive, then place all the included files in the dynasty folder you wish to update (My Documents/NBA Live 07/Saves/Your Dynasty).
Run the file .bat file "Primacy Fix 07".
Your Dynasty should be updated.
Editing the Updater (Not too hard, but if you hate code and aren't willing to try work out problems yourself, then maybe this aint for you

Right Click on the .bat file (Primacy Fix 07)
Choose Edit from the list of options, this will open a notepad window which will show lots of lines of the following code:
- Code: Select all
"cdbflite.exe" players.dbf /case /filter:PLAYERPKG=LOWRIGH /field:PRIMACY=40 /update
Note: this particular line updates Lorenzen Wrights primacy rating to 40
The PLAYERPKG field controls which player is editied, while the PRIMACY field is value that the players Primacy rating to change to.
So say for example I wanted Wright's primacy rating to update to 20 rather than 40. I would change the Primacy field in the code to 20 instead of 40. Simple as that

Now if you want to add a player to the updater you will have to find that player's PLAYERPKG (Player Package). To do this you will need a dbf editor such as DB Commander 2000 Pro and then search in your Dynasties players.dbf which is found in the Dynasties Save Folder and find the player you need and then find his PLAYERPKG.
For most players their PLAYERPKG is simply the first two letters of their name followd by the first 5 letters of their Surname e.g. Kobe's PLAYERPKG is KOBRYAN. However this is not always true, so to be safe I reccomend finding the value in the players.dbf
OK so say I want to add Sean Marks to the Primacy update and want to update his Primacy to 80

Marks' PLAYERPKG is SEMARKS so I would add the following line of code to the file:
- Code: Select all
"cdbflite.exe" players.dbf /case /filter:PLAYERPKG=SEMARKS /field:PRIMACY=80 /update
Thats pretty much all it takes

Also you might have noticed that I had grouped all the players into their teams, with Atlanta being at the start and Washington at the bottom, this should make it easier to find if players are included etc.
Hope this helps

Lastly I will say it one more time:
There is no Guarantee that this will fix the simmed stats completely, it has helped me so I thought I would share it
