Performance Assist / 性能辅助

中文

1.1.4 恢复经典 240 FPS 版本逻辑。

这个版本撤回 1.1.1 之后加入的实验性优化，不再调整线程池、不再调整 Unity 后台加载优先级、不再切换窗口焦点优先级、不再修改 Windows 计时精度。

保留经典版本的行为：
- 将游戏目标帧率设为 240。
- 关闭游戏内垂直同步限制。
- 将游戏进程优先级设为 High。
- 使用低延迟 GC 模式。
- 每 10 秒轻量重新应用一次设置。

它不会：
- 不新增建筑。
- 不新增资源。
- 不改配方。
- 不改游戏平衡。
- 不接管物理模拟。
- 不改变存档结构。

English

Version 1.1.4 restores the classic 240 FPS behavior.

This version removes the newer experimental tweaks added after 1.1.0. It no longer changes ThreadPool settings, Unity background loading priority, focus-sensitive process priority, or Windows timer resolution.

Classic behavior kept:
- Sets target FPS to 240.
- Disables the in-game VSync cap.
- Sets the game process priority to High.
- Uses low-latency GC mode.
- Re-applies settings every 10 seconds.

This mod does not add buildings, resources, recipes, balance changes, simulation changes, or save structure changes.

Version 1.1.4
- Restored classic 240 FPS behavior.
- Removed newer experimental tweaks from 1.1.1+.
