Game Calculations

Discussions about modding and share your mods with other players in this forum.
Post Reply
joshuaw22
Posts: 1
Joined: Tue May 23, 2017 1:04 am

Game Calculations

Post by joshuaw22 »

I have been trying to look into how everything in the game is calculated with the exception of the accounting stuff. What i mean by this is stuff like inflation, GDP, unemployment rate, real wage rate, etc.

For inflation i'm not sure this is correct but it seems to be the most accurate i have been able to find.
Idx= (Px2/Px1)^(1/(y2-y1) - 1

GDP
GDP = private consumption + gross investment + government investment + government spending + (exports - imports).

Unemployment rate is:
UR= Unemployed/work force
The part i dont understand is how this is calculated within the game. I am assuming its based on total buildings (having a set amount of employed people)/population.

Real Wage Rate
Real Wage = (Old Wage * New CPI) / Old CPI
I have yet to figure out how to determine this one for the game.

Can anyone explain this better??

I'm trying to figure out the basic calculations of the game before trying to mod the game.
Post Reply