Maek wrote:Maek, are you substitution fix working well? are the PG, SG,SF substitute right?
They are 90% realistic substitution except for the situational subs (foul trouble and hot player). But for a normal game, it actually substitute better than I have expected. No more, early bigman substitution and tireless PG/SG. All is doing fine now.
I just wish someone would teach me how to create a bat file with CDBF so that I can post my substitution fix.
Thanks!
If you want update every PG (POSITION=4) with original fatigue=60 to new fatigue=38, you have to fill a line like the following:
"cdbflite.exe" players.dbf /case /filter:FATIGUE=60 /filter:POSITION=4 /field:FATIGUE=38 /update
If you want update every C (POSITION=0) with overall rating =90 to fatigue=62, you have to fill a line like the following:
"cdbflite.exe" players.dbf /case /filter:OVERALLRTG=90 /filter:POSITION=0 /field:FATIGUE=62 /update
Or post your players.dbf file