BuildToolOpt
Reduce lag when placing building. Allow directly replace PLS with ILS. Import blueprint from clipboard directly when Ctrl+V. (Optional)Build hologram when lack of items. 优化建筑工具:减少蓝图介面卡顿,替换物流塔,粘贴蓝图时直接读取剪贴板,(可选)建设虚影
Last updated | a month ago |
Total downloads | 9854 |
Total rating | 6 |
Categories | Blueprints Logistics Optimization Quality of Life |
Dependency string | starfi5h-BuildToolOpt-1.0.7 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
README
BuildToolOpt
Provides optimization and extra QoL features to build tool and blueprint UI.
替换升级物流塔相当于作了以下的步骤:
- 复制物流塔设定
- 将塔内的所有物品取出
- 拆除旧塔
- 放上贴上旧塔设定的新塔
- 重新连上传送带
- 尝试将物品放回塔内
Configuration
Run the game one time to generate BepInEx\config\starfi5h.plugin.BuildToolOpt.cfg
file.
配置文件(.cfg)需要先运行过游戏一次才会出现。修改后需重启游戏才会生效。
## Settings file was created by plugin BuildToolOpt v1.0.7
## Plugin GUID: starfi5h.plugin.BuildToolOpt
[BuildTool]
## Remove c# garbage collection of build tools to reduce lag
## 移除建筑工具的强制内存回收以减少铺设时卡顿
# Setting type: Boolean
# Default value: true
RemoveGC = true
## Trigger garbage collection when game pause (esc menu). Enable this option if memory usage grow rapidly.
## 在游戏暂停时(Esc)回收内存
# Setting type: Boolean
# Default value: false
GC when pause = false
## Directly replace old station with new one in hand
## 可直接替换物流塔
# Setting type: Boolean
# Default value: true
ReplaceStation = true
## Place white holograms when lacking of item
## 即使物品不足也可以放置建筑虚影
# Setting type: Boolean
# Default value: false
EnableHologram = false
[UI]
## Optimize blueprint UI to reduce lag time
## 优化蓝图UI减少卡顿
# Setting type: Boolean
# Default value: true
UIBlueprintOpt = true
## Directly parse blueprint data from clipboard when Ctrl + V
## 热键粘贴蓝图时,直接读取剪切板
# Setting type: Boolean
# Default value: true
ClipboardPaste = true
Compatibility
NebulaMultiplayer
ReplaceStation and EnableHologram will be disabled.
当与联机mod共用时, 替换物流塔和建筑虚影功能将暂停使用
CheatEnabler (v2.3.26)
When replacing a station, Finish build immediately
in CheatEnabler will be temporarily disabled until replace is done.
使用替换物流塔功能时mod会暂时关闭CE的建造秒完成
功能直到替换完成