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

ItemQuickSwitch

Use keybinds to access your items directly!

Date uploaded 7 months ago
Version 1.0.3
Download link vasanex-ItemQuickSwitch-1.0.3.zip
Downloads 7714
Dependency string vasanex-ItemQuickSwitch-1.0.3

README

Lethal Company ItemQuickSwitch

Simple Hotbar/Item quick switch mod for Lethal Company. Allows you to use your Keyboard to access item slots directly.

Installation

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

Thunderstore users:

Install the package using the Thunderstore App or any other mod manager that is compatible with Thunderstore. I have not tested this method of installing the mod, so it might not be working correctly.

If you have troubles installing the mod please join the unofficial Lethal Company Modding Discord server and leave a comment under this thread. Or alternatively, raise an issue on my GitHub repository (GitHub account needed).

Manual install:

Download the latest release from Thunderstore or the Github repository 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.

Default Keybinds

  • 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)

Custom 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.

Known Issues

This mod is currently hardcoded to support 4 inventory slots. If use any other mods which increases the amount of slots you have available, the quick switch will only work with slots 1 through 4.

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