Startup Company

Startup Company

115 个评价
High Productivity - 10000% Speed (capped at 1500%)
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
16.896 KB
2017 年 8 月 13 日 上午 11:29
2019 年 3 月 29 日 下午 4:35
5 项改动说明 ( 查看 )

订阅以下载
High Productivity - 10000% Speed (capped at 1500%)

描述
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 条留言
aease 2023 年 4 月 13 日 上午 6:25 
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]
Mocha 2022 年 2 月 10 日 下午 2:45 
start up company is not is common? what do i do?
Bill 2021 年 7 月 18 日 下午 3:11 
So does this mod still work even to get the cap of 1500%?
Mook90 2021 年 5 月 14 日 上午 11:32 
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 2020 年 9 月 29 日 上午 8:54 
The file editing still works
Rousept  [作者] 2020 年 2 月 10 日 下午 12:57 
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) 2020 年 2 月 9 日 下午 5:49 
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  [作者] 2020 年 2 月 3 日 下午 4:12 
Still working with the last version of the game. Just wait a new day in game for the speed update to be applied.
mtracht 2020 年 2 月 3 日 下午 2:00 
Does this work on version 29?
TheBeardedQuaker 2019 年 8 月 29 日 下午 4:30 
Seems to clash with the Outsourcing feature, getting multiple error messages whenever I open that tab and try to bid on a contract