You are viewing a potentially older version of this package. View all versions.
vasanex-ItemQuickSwitch-1.0.1 icon

ItemQuickSwitch

Use keybinds to access your items directly!

Date uploaded 2 years ago
Version 1.0.1
Download link vasanex-ItemQuickSwitch-1.0.1.zip
Downloads 360
Dependency string vasanex-ItemQuickSwitch-1.0.1

README

Lethal Company ItemQuickSwitch

Simple Hotbar/Item quick switch mod for Lethal Company.

Installation

Your game needs to be modded with the latest version of BepInEx 5.

Download the latest release and put ItemQuickSwitchMod.dll into your BepInEx\plugins folder.

Usage

This mod lets you access item slots directly instead of having to scroll through them.

The default bindings are as follows:

  • Press 1 to access item slot 1
  • Press 2 to access item slot 2
  • Press 3 to access item slot 3
  • Press 4 to access item slot 4
  • Press F1 to perform emote 1 (dance)
  • Press F2 to perform emote 2 (point)

Configuration

Upon first startup of the game with this mod active, a config file will be generated under BepInEx/config/ItemQuickSwitchMod.cfg. Close the game and edit the config file to your liking.

Uninstall

Remove the ItemQuickSwitchMod.dll file from your plugins folder.

CHANGELOG

Changelog

v1.1.0

  • Refactoring of the code thanks to MarkdeGraaff in #1.
  • Fixed an edge case where client could potentially get out of sync with server if more than four item slots are accessible (NOTE: This mod still officially only supports 4 slots like the vanilla game)
  • Config file will now be generated under BepInEx/config/de.vasanex.ItemQuickSwitchMod.cfg due to plugin GUID change. Existing overrides need to be recreated in this file.
  • Added BepInEx-Pack dependency for Thunderstore release.

v1.0.3

  • Removed Debug logs that happen everytime you switched slots
  • Added MIT License to the GitHub repository

v1.0.2

  • Updated ReadMe file.
  • No other changes have been made. If you already are using version v1.0.1 you don't need to update.

v1.0.1

  • Now properly cancels build mode on item switch.
  • Should now properly play item SFX on slot change.

v1.0.0

  • initial release