You are viewing a potentially older version of this package. View all versions.
xingchen-InfiniteSoil-1.0.1 icon

InfiniteSoil

无限沙土MOD - 沙土永远保持999,999,999,铺设地基/填海不消耗沙土

Date uploaded 3 days ago
Version 1.0.1
Download link xingchen-InfiniteSoil-1.0.1.zip
Downloads 120
Dependency string xingchen-InfiniteSoil-1.0.1

This mod requires the following mods to function

xiaoye97-BepInEx-5.4.17 icon
xiaoye97-BepInEx

BepInEx5.4.17 mod plugin framework, Mod框架

Preferred version: 5.4.17

README

无限沙土 (Infinite Soil Pile)

一个简单的戴森球计划MOD,让你拥有用不完的沙土,再也不用为填海造地发愁!

功能特点

  • 进入游戏后沙土自动保持为 999,999,999
  • 铺设地基、填海改造地形时完全不消耗沙土
  • 使用Harmony补丁,兼容性好,不修改存档
  • 支持游戏版本:0.10.34.28529

安装方法

  1. 确保已经安装了 BepInEx 5.x 框架
  2. InfiniteSoil.dll 放到游戏目录的 BepInEx/plugins 文件夹下
  3. 启动游戏即可

技术说明

本MOD使用四重保险确保无限沙土效果:

  1. 补丁 Player.SetSandCount 方法,任何修改沙土的操作都会被拦截
  2. 补丁 Player.sandCount 属性,读取时永远返回最大值
  3. 补丁 BuildTool_Reform.GetNeedSandCountByInc 方法,计算需要沙土时返回0
  4. 每0.5秒强制设置沙土数量,防止其他MOD修改

注意事项

  • 这是一个沙盒辅助MOD,可能会影响游戏平衡
  • 卸载时只需删除 InfiniteSoil.dll 即可,不会影响存档
  • 与其他BepInEx MOD兼容

卸载方法

删除 BepInEx/plugins/InfiniteSoil.dll 文件即可恢复正常。