Quote:
Originally Posted by sprague
Hey out of curiositty.
Make a save template or qs.
Start a new game then see if you can Also manualy change his current ratings to 350. My guess it will default on clicking out to 35.
But try just for curiositty
|
oops i didn't read far enough down... same idea... but you can't type >250, so only type that in, and don't touch the potential that says "350" in any way or it will be gone.
if it causes an overflow, it will be somethign odd. missing 1 digit of a decimal value would be coincidental (hex vs dec). if you type 350, it lops it off in the editor, but that's for different causes.
so, if it can handle the larger #, which displaying it properly is a good omen(not proof either way), it is possible it can be passed along as that value to whatever calls on it.
edit: even with show ratings > max may not show teh proper value. anythign over 200 is added in the same base of your scale. soo 300 would be 150 on a 100 pt scale. if it doesn't show that, it may not be important... if it does show it, that's just another good omen (not proof).