Description
This mod extends the base AnimatedObject functionality so that doors and gates open automatically when a player or vehicle enters a trigger area.
V1.0.0.5
Added menu switches for player/vehicle auto open
Added opening/closing speed multipliers and delay options
It does so by reading custom XML settings defined inside the `<controls …/>` tag of an animatedObject entry.
The Following Custom XML Keys Are Supported:
1. “autoopen=false” (default: true)
Enables or disables the auto‑open behavior globally. If not set, is true by default. When set to false, both vehicle and player auto‑open are disabled regardless of the other settings.
2.” autoopenVehicles=false” (default: true)
When true or not set, vehicles entering the trigger will cause the door/gate to open.
3. “autoopenPlayer=false” (default: true)
When true or not set, the player (on foot) entering the trigger will cause the door/gate to open.
**Usage Examples: In your mods XML file**
Enable auto‑open for both vehicles and player: don’t need to set, enabled by default.
Disable auto‑open for both vehicles and player:
<controls triggerNode=”doorTrigger“ posAction=“;ACTIVATE_HANDTOOL“ posText=“action_openGate“ negText=“action_closeGate“ autoopen=”false/>
Disable Auto‑open For Player:
<controls triggerNode=“doorTrigger“ posAction=“ACTIVATE_HANDTOOL“ posText=“action_openGate“ negText=“action_closeGate“ autoopenPlayer=“false“/>
Disable Auto‑open For Vehicles:
<controls triggerNode=“doorTrigger“ posAction=“ACTIVATE_HANDTOOL“ posText=“action_openGate“ negText=“action_closeGate“ autoopenVehicles=“false”/>
💡 Others also downloaded: Bale Degradation, Market Price Helper, Search BAR for Controls Setting Menu.
Authors: Levis modding
How to install this mod (Full installation guide)
- Download the mod (ModsHost download guide).
- Find the mods folder on your computer
- Windows – /Documents/My Games/FarmingSimulator2025/mods
- Mac OS – /Library/Application Support/FarmingSimulator2025/mods
- Copy the downloaded file to your Mods folder
- Launch the game and enjoy your mod!
Problems? Let us know in the comments! Your feedback helps modders improve the mod. Also, be sure to check the comments section - other players may have already shared solutions to common issues.
Download mod
Lev_AutoOpenGates.zip (100 KB) Safe to download: Check Lev_AutoOpenGates.zip (79 KB) Safe to download: CheckShare Your Gameplay!
Submit a screenshot of this mod!
Submit a YouTube video.

