Limit the maximum number of animals in husbandry pens, pastures, and buildings. Set custom limits through an easy-to-use dialog.
Multiplayer support with permission system - admins can modify any pen, farm managers can modify their farm's pens.
- Easy Limit Dialog: Press L at any animal trigger to open the limit setter
- Direct Input: Type your desired limit - bounds shown, validation automatic
- Custom Limits: Set maximum animal counts per pen/building/pasture, or increase beyond default capacity
- Validation: Cannot go below current animal count
- Savegame Persistence: Limits saved per-savegame
- Multiplayer Support: Server validation, client sync, permission system
- Console Commands: lhaList, lhaSet, lhaReset for advanced users
- Download the latest release from Releases
- Place the
.zipfile in your mods folder:- Windows:
%USERPROFILE%\Documents\My Games\FarmingSimulator2025\mods\ - macOS:
~/Library/Application Support/FarmingSimulator2025/mods/
- Windows:
- Enable the mod in-game
- Walk to any animal loading trigger (pen, pasture, building)
- Press L to open the limit dialog
- Enter your desired limit (min/max bounds shown)
- Press OK to apply, Cancel to discard
For changes without the dialog:
| Command | Description | Example |
|---|---|---|
lhaList |
Show all husbandries with their limits | lhaList |
lhaSet <index> <limit> |
Set a custom limit | lhaSet 1 20 |
lhaReset <index> |
Reset to original capacity | lhaReset 1 |
| Role | Permission |
|---|---|
| Admins | Can modify any husbandry on any farm* |
| Farm Managers | Can modify husbandries owned by their farm |
| Standard Players | View only (no modification) |
*Game restricts trigger visibility by farm - use console commands to modify other farms' husbandries.
- Limits can now exceed default pen capacity, allowing more animals than the original maximum
- First stable release
See CHANGELOG.md for full version history.
- Author: Ritter
Found a bug or have a feature request? Open an issue