Salary 0$ bug not fixed
- Black
- Level 4 user
- Posts: 110
- Joined: Tue Feb 26, 2013 12:07 am
Salary 0$ bug not fixed
I am still having this bug in 2.3.05C Beta. It does not get fixed? Can someone confirm?
-
- Level 6 user
- Posts: 413
- Joined: Sun Nov 18, 2012 8:18 am
Re: Salary 0$ bug not fixed
I can confirm that it does work, in some circumstances. I started up a new game without using a script, only built a headquarters and hired a COO. I ran the game for 1 day and the income statement shows I am paying salaries.

If you are using a script, I noticed that the defaults, that is, the values used when not specified, are not 100, as I thought was indicated by the documentation, but rather 0. You'll have to include these lines for default behavior.

If you are using a script, I noticed that the defaults, that is, the values used when not specified, are not 100, as I thought was indicated by the documentation, but rather 0. You'll have to include these lines for default behavior.
Code: Select all
[SPECIAL RULES]
CEO Salary Modifier=100
COO Salary Modifier=100
CTO Salary Modifier=100
CMO Salary Modifier=100
- The 10 Real Cities script and the methodology used.
- TwitchTV
- eRogue's Discord server
- Black
- Level 4 user
- Posts: 110
- Joined: Tue Feb 26, 2013 12:07 am
Re: Salary 0$ bug not fixed
Yes, i was using a script but didn't specify salary modifiers in [SPECIAL RULES]. Now it's working. I also think defaults should be set to 100.