Auto Open Gates V1.0.0.5

Auto Open Gates V1.0.0.5


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”/>

Author: Levis modding





About FS25 mods:

If you play Farming Simulator 25, it's time to understand how mods work with the game. Farming Simulator 25 Mods is an extra file or content to change your basic game version. If you want more tractors and harvesters or need any farming tools in the game, FS25 mods are the best choice. So, mods allow you to change gameplay and customize the Farming Simulator 25 game. There are many different types of Farming Simulator 25 mods that will make your gameplay easier or increase your income to grow and build your farm, and you decide what kind of FS25 Mod to install. Read the mod installation instructions and description above before use. We are the largest FS25 mods community to share mods for the PC.



You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *