
WheelchairRanch
这个游戏诞生以来最轮椅的Mod,全自动牧场改造,自动收获,自动搬运到地窖,完全解放双手。The most wheelchair mod since the game's release—fully automating your ranch with hands-free harvesting and automatic item delivery straight to your cellar.Details
轮椅牧场
🔮 中文
⚠️ 警告
该Mod的轮椅程度完全不亚于轮椅钓鱼,只建议每天在牧场收东西浪费了太多时间的玩家使用,不建议任何新玩家以及想要体验游戏的玩家使用,该Mod会将整个牧场变为全自动化,变为纯粹的印钞机,享受游戏过程的玩家直接跳过就行,由于这个Mod的使用比较复杂,需要一定设置,如果看完下面的说明不会的,可以发邮件[email protected]。
✨ 功能说明
自动收牛羊奶,自动杀肉牛 :
- 设置物品存放地点
- 正常进入游戏,并正常读取你的存档。
- 走到你想存放物品的位置,使用组合键设置物品的存放地点(组合键在下面),设置完毕后会有提示
- 退出存档
- 重新进入存档,此时已经设置完成,看看有没有帮你自动杀牛吧。
- 每张地图都要设置一遍自己存放这些产品的位置,重装Mod不需要重新设置,重装游戏需要重新设置。
- ALT + 1:将你站立的地方设置为肉存储点(任何地方都可以,但是建议把肉放在地窖里)
- ALT + 2:将你站立的地方设置为小腿肉存储点(同上)
- ALT + 3:将你站立的地方设置为骨头存储点(建议放在工坊,方便做武器)
- ALT + 4:将你站立的地方设置为皮革存储点(同上)
- ALT + 5:将你站立的地方设置为鸡蛋存储点
- ALT + W:牛奶存储点
- ALT + E:山羊奶存储点
- ♻️ 自动流水线
- 每天早上6点会自动检测地图上的棕色牛是否已经成熟,如果成熟了会自动帮你砍掉,并且把产出的肉、小腿肉、骨头、皮革放置在你上面通过热键设置的位置,宰杀完毕之后会自动帮你重新买一头新的棕色牛放回原来的位置,完全无感(此功能需要你完成上面ALT +1 - ALT + 4设置好四种产出才会生效)。
- 每天早上6点会自动检测你的奶牛、山羊、鸡是不是已经已经产了奶和蛋,产了奶和蛋的会自动帮你收获,并且存放到上面热键设置好的位置,山羊、奶牛不会被自动砍掉,留着持续产出(此功能需要单独设置好存储地点才能生效)。
📦 技术细节
-
执行时间检测
检测游戏时间6:03 AM,通过GameManager.OnTimelineChanged后置补丁触发 -
数据持久化
该Mod使用了Sqlite做数据持久化,导致Mod的体积膨胀了很多,但这是一次尝试,现在游戏的物品多起来就会卡,我在做一个实验,做一个类似于纳戒、储物魂导器一样的实验,把物品持久化存在数据库中,减少游戏的负担,就能减少卡顿,虽然还没完成,但是这个Mod真的是一次尝试。 -
兼容性 目前暂未发现与该Mod冲突的其他Mod。
🛠️ 安装指南
- 下载
Lan-FullAutoFarmButler-1.0.0.zip - 解压至
Old Market Simulator根目录
Wheelchair Ranch
🔮 English Translation
⚠️ Warning
This mod is just as "wheelchair" (overpowered/automated) as "wheelchair fishing." It is ONLY recommended for players who feel they waste too much time daily collecting items on their ranch. It is NOT recommended for new players or anyone who wants to genuinely enjoy the game experience.
This mod turns your entire ranch into a fully automated money-printing machine. If you're someone who enjoys the gameplay process, please skip this mod entirely.
Because this mod requires some setup and can be complex to configure, if you don't understand the instructions below, feel free to email me at [email protected].
✨ Features
Automatic milking of cows and goats, and automatic slaughter of beef cattle:
-
Setting Item Storage Locations
- Launch the game normally and load your save file.
- Go to the location where you want items to be stored, then press the corresponding key combination (listed below) to set the storage point. A confirmation message will appear once it's successfully set.
- Exit your save file.
- Reload your save file—the setup is now complete. Check whether the mod has automatically slaughtered your cattle.
- You must repeat this setup for each map individually. Reinstalling the mod does not require reconfiguration, but reinstalling the entire game does.
- ALT + 1: Set your current position as the Meat storage location (anywhere works, but the cellar is recommended).
- ALT + 2: Set your current position as the Shank Meat storage location.
- ALT + 3: Set your current position as the Bone storage location (recommended near your workshop for weapon crafting).
- ALT + 4: Set your current position as the Leather storage location.
- ALT + 5: Set your current position as the Egg storage location.
- ALT + W: Set your current position as the Cow Milk storage location.
- ALT + E: Set your current position as the Goat Milk storage location.
-
♻️ Fully Automated Production Line
-
Every day at 6:00 AM, the mod automatically checks whether any brown cattle on your map have matured. If so, it will:
- Slaughter them instantly,
- Place the resulting meat, shank meat, bones, and leather into the storage locations you configured via ALT+1 to ALT+4,
- Automatically purchase and replace the slaughtered cow with a new one in its original position—completely seamless.
Note: This feature only activates if you’ve set all four storage locations (ALT+1 through ALT+4).
-
Also at 6:00 AM, the mod checks whether your cows, goats, and chickens have produced milk or eggs. If they have:
- It automatically collects these products,
- Stores them in the locations you set using the corresponding hotkeys (ALT+5 to ALT+7).
Note: Cows and goats are not slaughtered—they remain alive for continuous production. This feature requires you to set the relevant storage points first.
-
📦 Technical Details
- Execution Timing
The automation triggers at 6:03 AM in-game time, using a postfix patch on
GameManager.OnTimelineChanged. - Data Persistence This mod uses SQLite for data persistence, which significantly increases the mod’s file size. This is an experimental approach: as the number of in-game items grows, performance tends to degrade. I’m testing a system similar to “storage rings” or “dimensional inventory devices”—storing items in a database instead of in the game world—to reduce memory load and minimize lag. Although this system isn’t fully complete yet, this mod represents a real-world test of that concept.
- Compatibility No conflicts with other mods have been identified so far.
🛠️ Installation Guide
- Download
Lan-FullAutoFarmButler-1.0.0.zip. - Extract the contents directly into the root directory of Old Market Simulator.