CustomSpeedModifier

by oiens

自定义玩家手搓、挖矿、奔跑倍速. (Allows custom character crafting,mining,running speed modifier.)

10 months ago
1.0 - 1.1
1.82K
Owner:
oiens
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
3 years ago
Latest Version:
1.0.8 (10 months ago)
Factorio version:
1.0 - 1.1
Downloaded by:
1.82K users

自定义玩家采矿,奔跑,手搓速度

Allows custom character crafting,mining,running speed modifier.


PS:

此mod还整合了几个其它mod的功能,比如显示时间(playtime),游戏加速(TimeTools) 的功能。
This mod also integrates several other mod functions, such as display time (playtime), and game acceleration (TimeTools).

如有侵权,联系删除
If there is infringement, contact to delete


因为 on_init 事件只在创建游戏的时候执行一次,所以只要创建存档的时候打开了本模组,后续哪怕关掉了本模组,设置的那些倍速也还会继续生效
Because on_init event is only executed once when the game is created, so as long as the mod is opened when the archive is created, even if the mod is closed later, the set multiples will continue to take effect

如果想将自定义的数据恢复到游戏默认值,可以在聊天窗口执行下面命令
If you want to restore the customized data to the game default value, you can execute the following command in the chat window

/c game.player.force.manual_crafting_speed_modifier = 0
/c game.player.force.character_running_speed_modifier = 0
/c game.player.force.manual_mining_speed_modifier = 0
/c game.player.force.character_build_distance_bonus = 0
/c game.player.force.character_reach_distance_bonus = 0
/c game.player.force.character_resource_reach_distance_bonus = 0

2020-08-22 UPDATE

  • 修复快捷键切换速度后,当前速度比切换之前快的问题
  • fixed bug. current run speed will be fast after hotkey change run speed.

2020-08-21 UPDATE

  • 更改了配置项的作用域,mod的配置是属于用户自定义的,而不是游戏全局的
  • change mod settings scope
  • 配置项添加排序,固定配置项的顺序
  • mod settings add order property

2020-08-20 UPDATE

  • 增加快捷键F6,切换最快速与当前速度,如果基地被虫子入侵了,可以非常方便的去支援
  • Add hotkey F6 to quick change runspeed between current speed and fastest speed.
  • 添加了一些事件,当在游戏外配置好时,开新档也能立即生效
  • Add some events. the global config will immediate when create new game.
  • 添加了手长配置
  • Add some distance bonus.

2023-02-14 UPDATE

  • 添加两个快捷键 [ ] 用来控制游戏速度,在切换时,会有文字在聊天窗口显示
    Add two shortcut keys [ ] to control the game speed. When switching, there will be text displayed in the chat window