You are viewing a potentially older version of this package. View all versions.
Dev1A3-BetterVehicleControls-1.1.2 icon

BetterVehicleControls

Improved controls for vehicles.

Date uploaded 2 months ago
Version 1.1.2
Download link Dev1A3-BetterVehicleControls-1.1.2.zip
Downloads 87318
Dependency string Dev1A3-BetterVehicleControls-1.1.2

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
Rune580-LethalCompany_InputUtils-0.7.7 icon
Rune580-LethalCompany_InputUtils

API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.

Preferred version: 0.7.7

README

BetterVehicleControls

Latest Version Total Downloads Discord Ko-fi

Information

This mod improves the experience of using the Company Cruiser to make it more user friendly:

  • Configuration Options
    • Automatic Gearbox
      • Should the gear automatically switch between drive & reverse when pressing the forward/backwards buttons?
    • Automatic Handbrake Release
      • Should the gear automatically switch to drive/reverse from parked? This allows the vanilla behaviour of it exploding when trying to drive whilst in the park gear.
    • Automatic Handbrake Pull
      • Should the gear automatically switch to parked when the key is taken from the ignition?
    • Automatically Center Wheel
      • Should the wheels be automatically centered when the left/right buttons aren't pressed?
    • Center Wheel Speed
      • How fast should the wheel be re-centered? (Instant: 0, Vanilla: -1)
    • Ignition Chance
      • What should the success chance for the ignition be? If set to 0 this will increase the chance each time the ignition is used. (Vanilla: 0)
    • Turbo Boosts
      • How many turbo boosts should you be able to have queued up at the same time? (Vanilla: 5)
  • Customisable Keybinds (via the keybind settings in the pause menu)
    • Vehicle Movement
    • Jump/Boost
      • This is the same as the vanilla - if you have any boost available then it boosts otherwise it jumps.
    • Jump
      • This allows you to jump even when you have boosts available.
    • Switching Gears
    • Manually Center Wheel
    • Headlights
    • Horn
    • Windscreen Wipers
    • Toggle Magnet
  • Fixes
    • Fixed steering wheel visually desyncing from the actual steering angle.

NOTE: The "Gas Pedal" keybind overrides the "Drive Forward/Backward" keybinds (if bound to the same key) so if the mod doesn't seem to work properly, make sure that the "Gas Pedal" keybind isn't bound to the same key as "Drive Forward/Backward"!

Vanilla Controls

Want to keep the controls the same as vanilla? Well here is a screenshot of what the vanilla controls would be equivalent to:

Support

You can get support in any the following places:

Compatibility

  • Supported Game Versions:
    • v56+
  • Works Well With:
    • N/A
  • Not Compatible With:
    • N/A

CHANGELOG

1.1.3

1.1.2

  • Added a new configurable keybind that allows you to jump even if you have boosts available.

1.1.1

  • Added a new configurable keybind to toggle the headlights.
  • Added a new configurable keybind to honk the horn.
  • Added a new configurable keybind to toggle the windscreen wipers.
  • Fixed the button to toggle the magnet working even if you aren't in the drivers seat.
  • When the cruiser is purchased during daytime the headlights will be turned off (until you turn them back on).

1.1.0

  • Added a new configurable keybind to manually re-center the wheel (unbinded by default).
  • Added a new configurable keybind to toggle the magnet (as long as you are close enough).
  • Added a config option to choose the speed of the smooth wheel centering.
    • 0 = Instant
    • -1 = Vanilla
  • Added a config option to choose the max amount of turbo boosts that you can have queued up at the same time.
    • If someone who has a lower value configured (or doesn't have the mod) tries to put weed killer in the hood then the value will be limited by their max (vanilla is 5) until you re-fill it.

1.0.9

  • Fixed steering wheel visually desyncing from the actual steering angle.
  • Added the option to enable smooth wheel recentering.

1.0.8

  • Updated readme and changelog slightly to better clarify that there are now customimisable keybinds.
  • Enabled automatic gearbox by default and changed the default keybinds to support automatic gearbox

1.0.7

  • Added InputUtils as a dependency.
  • Made all vehicle controls customisable via the keybind settings in the pause menu.
  • Removed the fix for the shelves breaking the hotbar since it was fixed in vanilla.

1.0.6

  • Fixed the hotbar breaking when grabbing an object from the shelves whilst having an item in the currently selected slot.

1.0.5

  • Made the mouse scroll wheel gear changing only work if you are the vehicle driver.
  • Fixed the mouse scroll wheel gear changing not supporting multiple vehicles being spawned in at the same time.

1.0.4

  • Added a config option to enable changing gears with the mouse scroll wheel.
  • Changed the default configuration to be more similar to vanilla behaviour (vanilla controls with wheel auto-recentering & mouse scroll wheel for changing gears).

1.0.3

  • Added a config option to toggle whether vanilla controls are enabled.
    • Please note that enabling this will override the "Automatic Gearbox" option.
  • Added a config option to change the success chance of the ignition.
  • Made the "Automatic Handbrake Release" option not require "Automatic Gearbox" to be true.

1.0.2

  • Added a config option to toggle whether the gear automatically switches to drive/reverse from parked.
  • Added a config option to toggle whether the wheel should automatically re-center when the left/right buttons aren't pressed.

1.0.0

  • Initial Release