// mod author
76561198139563058
// works All mods
补货状态 Restocking Status
本模组目的是更直观的显示定居点是否在补货中,如果完成补货,就是默认定居点的样子,如果正在补货中,会在定居点图标出现一个标志。 The aim of this mod is to show more intuitively whether the settlement is restocking.
- mod
- 1.5
- 1.4
Dubs Mint Menus Recipe Right Click Open InfoCard
2024-04-09 新增右键植物图标打开植物信息页功能。 Add a right click action to the plant icon in the plant dialog to open the info card.
- mod
- 1.5
- 1.4
RuntimeGC [1.6] fork2
Runtime GC 1.6 fork 2 This mod decompiles and recompile the binary from Louize's RuntimeGC fork It will be immediately taken down if any of the authors request it, or update a 1.6 version. Some more changes in 1.6 This mod changes the behaviour when clear the world pawn. Now the
- mod
- 1.5
- 1.6
Polarisbloc - Core LAB tmp port
Please don't load this mod and the original mod at the same time, there are already two people doing this, I'm now emphasizing: Please don't load this mod and the original mod at the same time!
- mod
- 1.5
- 1.6
Limited Letter Slots 有限信件槽
This mod changes the behavior of how letters are drawned in the game.
- mod
- 1.6
- 1.5
流畅拖拽选择 Smooth Drag Select
修复鼠标拖拽(如按住左键框选)时游戏卡顿的问题,支持高回报率鼠标。 原因:鼠标拖动时每秒产生大量 MouseDrag/MouseMove 事件,Unity 的 IMGUI 对每个事件都完整执行一遍界面树(殖民者栏、主按钮、窗口栈、各 MOD 窗口)。帧率越低,每帧积压的事件越多,形成恶性循环。挂在 OnGUI 上的 FPS 计数会因此显示虚高数值(如 900+),并非真实渲染帧率。 本 MOD 对这类事件做自适应限流:帧率正常时上限 60Hz,几乎无感;帧率下降时自动收紧至 10Hz 止损。画面更新仍由每帧的 Repaint 承担,功能无任何变化。 演示
- mod
- 1.6