David Winter -> RE: 1.3.120 saved game stats problems (12/18/2006 11:37:21 PM)
|
Hi. I received your league file and saved games. I did notice that some stats are saved as 00 rather than just 0. And although I am not convinced that's making the difference, I have forced them to 0. What I can't find is any stats in the '35000' range in the database. Nore can I find it displayed in any of the stat spreadsheets. The only thing I can think of is that during the process of creating the string to display on the screen, the spreadsheet is concatinating two strings rather than adding two numbers. So instead of adding two numeric values (350 + 00 = 350), the game is adding two text values ("350" + "00" = "35000"). So I've added some additional checks to the stats engine to check for numeric values as opposed to text values. quote:
Yes, I had played out a game for my team and then simmed the week thinking it would skip my teams game and instead it replayed it. Not happy as I'd won coaching the game but when it simmed the game I ended up losing [:(] I'm afraid I'm unable to reproduce this. If I quick sim one game of the week, then sim the rest of the week, the earlier game is not replayed. Maybe the process to make this happen is different than what I'm doing so if you can provide some step by steps to reproduce this, I can fix the problem. I've also asked the private testers to see if they can reproduce it as well. Thanks David
|
|
|
|