
FullAutoIrrigation
全自动托管田地树木浇水-- Fully Automated IrrigationDetails
全自动浇水
🔮 中文
✨ 功能说明
**2025.11.14:**更换了另外一种实现方式,修复了第二天不会自动浇水的问题,但是这种实现方式效率很低,属于无奈之举。
**2025.11.17:**再次更换插件的实现方式,修复了与”关店暂停时间“Mod一起使用的时候有概率不触发自动浇水的BUG,修复了新开垦农田和树木不会自动浇水的BUG,因为罗马地图前期经济非常困难,并且浇水动作本身也是完全免费的,故将每块农田和树木的自动浇水费用调整为1金币。
背景
这次的Mod并没有什么特殊的背景故事,单纯就是觉得田地和一堆树里面放个大花洒不太漂亮,所以就有了这个Mod。
全自动浇水
全自动帮你的田地和树木浇水:
- ⚙️ 全场景自动浇水覆盖
- 进游戏的时候,自动帮你浇水,每个浇水的对象按照10C的价格从你账上扣钱(按照一个大花洒能浇24格田地,250C的维护费用来算,大致就是每格田地10C)
- 玩家开垦田地的时候自动浇水
- 玩家放置树木的时候自动浇水
📦 技术细节
- 天气检测和自动灌溉
通过BlockTree.CheckRainServer后置补丁实现,借由CheckRainServer方法,可以得知地图是否下雨,下雨的情况下,田地和树木将不会被二次灌溉,也不会收你的10C。 - 兼容性 该Mod并未拦截和修改游戏的任何方法,理论上不会出现与Mod冲突的其他Mod。
🛠️ 安装指南
- 下载
Lan-FullAutoIrrigation-1.0.0.zip - 解压至
Old Market Simulator根目录
Fully Auto Irrigation
🔮 English
✨ Feature Description
2025.11.14
Switched to an alternative implementation method to fix the issue where automatic watering would not trigger the next day. This temporary solution addresses the problem at the cost of lower efficiency, and was adopted as a last resort.
2025.11.17:
- Reimplemented the plugin once again.
- Fixed an issue where automatic watering would occasionally fail to trigger when used alongside the "Store Closure & Pause Time" mod.
- Fixed a bug where newly cultivated fields and trees were not being watered automatically.
- Due to the severe early-game economic constraints in the Rome map and the fact that the watering action itself is completely free, the cost for automatic watering has been adjusted to 1 gold coin per field and per tree.
Background
This mod doesn't have any special background story. It was simply created because placing a large sprinkler in the middle of farmland and trees looked aesthetically unpleasing, which led to the creation of this mod.
Fully Automatic Irrigation
Automatically waters your farmland and trees:
- ⚙️ Full-scenario Automatic Irrigation Coverage
- Automatically waters all farmland and trees when entering the game. Each irrigation operation will deduct 10C from your account (based on a large sprinkler's capacity of 24 tiles with 250C maintenance cost, approximately 10C per tile)
- Automatically waters newly cultivated farmland
- Automatically waters newly planted trees
📦 Technical Details
- Weather Detection & Automatic Irrigation
Implemented through a post-patch ofBlockTree.CheckRainServer. By leveraging the CheckRainServer method, the mod detects rainfall status on the map. During rainfall, farmland and trees will not receive duplicate irrigation, and no 10C charges will be applied. - Compatibility
This mod does not intercept or modify any game methods, making it theoretically conflict-free with other mods.
🛠️ Installation Guide
- Download
Lan-FullAutoIrrigation-1.0.0.zip - Extract to the root directory of
Old Market Simulator