Visual Entertainment and Technologies Forum

Full Version: [WONT] 2.4.0.0 - Purchase amount per month off by one
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When ordering 60 vehicles per year the game indicates you'll get a delivery of 6 each month:
[attachment=1590]
I believe this has been an issue since contracts were implemented in the game. The divisor is not exactly 12, since that can cause rounding issues that would result in breach of contract. Instead the system is something X/11.9 +1 guaranteeing you make enough units within 12 months. Normally this works fine, but fails when the months are divisible by 12.

I can't throw a lot of time on searching the Steam forums, but you should find why this was implemented on there around 2014-2015.