|
Yes, cash is stored in a signed integer, so has an internal max capacity of about 2B. I'd suggest setting a cash max to around 2B (or a little less) to avoid this problem. Or alternately, if you go to the game settings page, there's a button there called "Adjust Financial Coefficient". If you read the text above it, it gives a description, but basically, it shifts numbers internally so that you can store larger numbers in there (however it may have the effect of rounding off certain other values used).
|