This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.
AdvancedBuildDestruct
Better build and destruct. 更好的建造和拆除。
| Date uploaded | 5 years ago |
| Version | 1.0.2 |
| Download link | xiaoye97-AdvancedBuildDestruct-1.0.2.zip |
| Downloads | 286 |
| Dependency string | xiaoye97-AdvancedBuildDestruct-1.0.2 |
This mod requires the following mods to function
README
AdvancedBuildDestruct
Better build and destruct. Build: Press ALT once, then drag the mouse to the target location, and click the left mouse button to build. Destruct: Press and hold the shift key, and then press the left key to destruct.
Installation
- Install BepInEx
- Then drag AdvancedBuildDestruct.dll into steamapps/common/Dyson Sphere Program/BepInEx/plugins
Preview video
https://www.bilibili.com/video/BV175411E7dc/
高级建造拆除
更好的建造和拆除。 建造:按一下Alt键,然后将鼠标拖动到目标位置,点击左键建造。 拆除:按住shift键,然后点击目标进行拆除。会拆除相连的建筑。
安装
- 先安装 BepInEx框架
- AdvancedBuildDestruct.dll拖到 steamapps/common/Dyson Sphere Program/BepInEx/plugins文件夹内
视频
https://www.bilibili.com/video/BV175411E7dc/
更新日志
v1.0.2
- 将按键检测从GameTick移动到Update,以修复因帧数过高而检测不到按键的情况。
v1.0.1
- 将建造的按下改为抬起,因为有些玩家键盘的原因按下无法很好的触发。
- 删除多余的代码