Startup Company

Startup Company

115 ratings
High Productivity - 10000% Speed (capped at 1500%)
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
16.896 KB
13 Aug, 2017 @ 11:29am
29 Mar, 2019 @ 4:35pm
5 Change Notes ( view )

Subscribe to download
High Productivity - 10000% Speed (capped at 1500%)

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 :

Steam\SteamApps\common\Startup Company\resources\app\dest\game.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.
48 Comments
aease 13 Apr, 2023 @ 6:25am 
if you looking for a faster version of this mod well there is none. the only way to get 1 million speed or other is to go into mod settings (it is in the startup company mods folder) and changing it to the speed you want [you need to follow the mod tutorial to actually do this]
Toothless 10 Feb, 2022 @ 2:45pm 
start up company is not is common? what do i do?
Bill 18 Jul, 2021 @ 3:11pm 
So does this mod still work even to get the cap of 1500%?
Mook90 14 May, 2021 @ 11:32am 
thank you Rousept
not only your mood and your guide to change the game helped, but i used to change your own mods to make the speed 1m
or let the other mode give 150million $ in game.

donot i didnot repload them but i used for my own game play

thanks again for all your mods
ServiusTheBear 29 Sep, 2020 @ 8:54am 
The file editing still works
Rousept  [author] 10 Feb, 2020 @ 12:57pm 
Thanks for the information, and you are right.
In the source code of previous beta :

i.total=Math.max(0,i.total)

was changed in beta 29 to :

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

So as of beta 29, a speed limit of 1500 is hardcoded and can't be modified by a mod.

If you really want to get rid of this limit, you will have to :
1 : open the base game file (Steam\SteamApps\common\Startup Company\resources\app\dest\game.min.js) with a text editor
2 : look for the text :

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

3 : change this text for :

i.total=10000

Or whatever speed you want.

Have fun
WrathOfBong(BongRipsForJesus) 9 Feb, 2020 @ 5:49pm 
dont know if it because the update, but you can no longer get 10,000%
The base speed of the employee is 10,000%, but their total speed at the end caps at 1,500
Rousept  [author] 3 Feb, 2020 @ 4:12pm 
Still working with the last version of the game. Just wait a new day in game for the speed update to be applied.
mtracht 3 Feb, 2020 @ 2:00pm 
Does this work on version 29?
TheBeardedQuaker 29 Aug, 2019 @ 4:30pm 
Seems to clash with the Outsourcing feature, getting multiple error messages whenever I open that tab and try to bid on a contract