Open `StormControl/config.ini`. Common options:
打开“StormControl/config.ini”。常见选项:
[time] [时间]
default=1.0; speed after reset (1.0 = normal)
默认值=1.0;复位后速度(1.0 = 正常)
min=0.0 ; lowest speed (0.0 pauses the storm)
min=0.0;最低速度(0.0 暂停风暴)
max=100.0 ; highest speed you can jump to
最大值=100.0;你能跳到的最高速度
step=1.0; how much each press changes speed
step=1.0;每次按压速度变化的程度
[overlay] [叠加]
enabled=true ; show a small overlay briefly when speed/profile changes
enabled=true;速度/配置文件变化时,短暂显示一个小叠加层
Profiles (custom runs and mod integration)
配置文件(自定义运行和模组集成)
Enable a profile: 启用个人资料:
Copy `StormControl/profiles/Example.ini` and rename it (e.g., `MyRun.ini`).
复制“StormControl/profiles/Example.ini”并重命名(例如“MyRun.ini”)。
In `StormControl/config.ini` set:
在“ 风暴控制/config.ini”套装中:
[profile] [资料]
enabled=true
name=MyRun
While playing: 游戏时:
CTRL + F8 cycles available profiles in the `profiles` folder.
CTRL + F8 可循环“profiles”文件夹中的可用配置文件。
CTRL + F6 clears/disables the active profile.
CTRL + F6 可以清除或禁用当前的配置文件。
For mod authors (ship a profile with your mod):
对于模组作者(随模组一起寄送个人资料):
Include a file like `StormControl/profiles/MyMod.ini`.
包含一个类似“StormControl/profiles/MyMod.ini”这样的文件。
Suggest users enable it by adding to `StormControl/config.ini`:
建议用户通过添加“StormControl/config.ini”来启用:
[profile] [资料]
enabled=true
name=MyMod
Keep multipliers proportional (they multiply the user’s base speed). Example skeleton:
保持乘数成比例(乘以使用者的基础速度)。示例骨骼:
[profile] [资料]
; Optional: overlay on/off when this profile is active
;可选:当该配置文件激活时,可覆盖开关
OverlayEnabled=true
; Day 1 ;第一天
; Phase 0 (07:00-12:30) multiplier on Day 1
;第0阶段(07:00-12:30)第1天的倍增器
PhaseStartSpeedDay1=1.0
; Phase 1 (12:30-16:06) multiplier on Day 1
;第一阶段(12:30-16:06)乘数在第一天
PhaseFirstCircleSpeedDay1=1.0
; Phase 2 (16:06-20:24) multiplier on Day 1
;第二阶段(16:06-20:24)第一天的倍数
PhaseBetweenWavesSpeedDay1=1.0
; Phase 3 (20:24-23:59) multiplier on Day 1
;第三阶段(20:24-23:59)第一天的倍数
PhaseSecondCircleSpeedDay1=1.0
; Day 2 ;第二天
; Phase 0 (07:00-12:30) multiplier on Day 2
;第0阶段(07:00-12:30)第二天的倍数
PhaseStartSpeedDay2=1.0
; Phase 1 (12:30-16:06) multiplier on Day 2
;第一阶段(12:30-16:06)倍数在第二天
PhaseFirstCircleSpeedDay2=1.0
; Phase 2 (16:06-20:24) multiplier on Day 2
;第二阶段(16:06-20:24)第2天的倍数
PhaseBetweenWavesSpeedDay2=1.0
; Phase 3 (20:24-23:59) multiplier on Day 2
;第三阶段(20:24-23:59)倍数在第二天
PhaseSecondCircleSpeedDay2=1.0
Overlay 叠加层
When you change speed or switch profiles, a small overlay appears briefly in the top‑right showing the effective speed. Turn it off via `[overlay] enabled=false` in `config.ini`.
当你改变速度或切换配置文件时,右上角会短暂地显示一个小叠加层,显示有效速度。通过“config.ini”中的“[覆盖] enabled=false”关闭它。
Hot reload 热装填
Edits to `config.ini` are picked up automatically in‑game.
“config.ini”的编辑会在游戏中自动拾取。
If a profile is active, saving its `.ini` hot‑reloads it, and the overlay confirms the reload.
如果配置文件处于激活状态,保存其 “.ini”会热重载该配置文件,覆盖层则确认重新加载。
Special thanks to JackelZXA for taking the time to explain and for pointing out the event files that were a big help during the reverse engineering process.
特别感谢 JackelZXA 花时间解释并指出了在逆向工程过程中极为重要的事件文件。