// mod author

76561198139563058

6 mods239K total downloads 4.8 avg rating

// works All mods

补货状态 Restocking Status
↑ Updated
management

补货状态 Restocking Status

本模组目的是更直观的显示定居点是否在补货中,如果完成补货,就是默认定居点的样子,如果正在补货中,会在定居点图标出现一个标志。 The aim of this mod is to show more intuitively whether the settlement is restocking.

management

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

Polarisbloc - Core LAB tmp port
Stale
management

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!

management

流畅拖拽选择 Smooth Drag Select

修复鼠标拖拽(如按住左键框选)时游戏卡顿的问题,支持高回报率鼠标。 原因:鼠标拖动时每秒产生大量 MouseDrag/MouseMove 事件,Unity 的 IMGUI 对每个事件都完整执行一遍界面树(殖民者栏、主按钮、窗口栈、各 MOD 窗口)。帧率越低,每帧积压的事件越多,形成恶性循环。挂在 OnGUI 上的 FPS 计数会因此显示虚高数值(如 900+),并非真实渲染帧率。 本 MOD 对这类事件做自适应限流:帧率正常时上限 60Hz,几乎无感;帧率下降时自动收紧至 10Hz 止损。画面更新仍由每帧的 Repaint 承担,功能无任何变化。 演示