High Productivity – 10000% Speed (capped at 1500%)

If you liked this item, please rate it up on Steam Workshop page.

Author: Rousept

Last revision: 29 Mar, 2019 at 22:35 UTC

File size: 16.38 KB

On Steam Workshop

Description:

Your employees will work at 10000% speed.
As of beta 29, a limit of 1500% speed is hardcoded in the game and can’t be modified by modding.

If you really want to get rid of this limit, at your own risk, you will have to :

1 : open the base game file with a text editor :

SteamSteamAppscommonStartup Companyresourcesappdestgame.min.js

2 : look for (ctrl+f) the text :

i.total=_.clamp(i.total,0,1500)

3 : change this text for :

i.total=10000
Or whatever speed you want

4 : save the file and launch the game

Any new beta update will obviously erase this modification.