Files
2025-10-14 18:20:16 +01:00

66 lines
1.7 KiB
Markdown

# ESBtnBoxBindings
This mod creates new binds to handle:
- Headlights
- Lightbar
- Differentials
- Range box
- Ignition
- Starter
# Why this exists
In BeamNG.drive most binds are expecting a single key press to either toggle
across multiple states of a given device or just toggle from `on` and `off`.
For example, on the rangebox it goes:
`H2 -> Press -> H4 -> Press -> L4 -> Press -> H2`
We cannot manually set the range box to `L4` or `H2`. We have to toggle across
its available modes.
This mod extends the default BeamNG.drive keybinds to allow selecting what mode
we want to be in.
### New Controls
- `ESBtnBox Bindings: Toggle Ignition to ON Position`
Turns the key to the ON position
- `ESBtnBox Bindings: Toggle Ignition to Acc Position`
Turns the key to the Acc position
- `ESBtnBox Bindings: Turn starter`
Turns the starter
- `ESBtnBox Bindings: Toggle High Beams On`
Turns high beams on and off with the flick of the toggle switch
- `ESBtnBox Bindings: Toggle Low Beams On`
Turns the low beams on and off with the flick of the toggle switch
- `ESBtnBox Bindings: Toggle Lightbar Light On`
Turns the lights on the lightbar
- `ESBtnBox Bindings: Toggle Lightbar Sound On`
Turns the sound and lights on the lightbar
- `ESBtnBox Bindings: Toggle High 4`
Set the range box to high four
- `ESBtnBox Bindings: Toggle Low 4`
Set the range box to low four
- `ESBtnBox Bindings: Toggle Front Diff Lock`
Lock the front diff
- `ESBtnBox Bindings: Toggle Rear Diff Lock`
Lock the rear diff
- `ESBtnBox Bindings: Toggle Both Diff Locks`
Lock front and rear diffs
### Versioning
Will follow BeamNG.drive version and set the patch version number for my
updates.