BetterItemHandling
A Lethal Company mod for improving the item handling
Date uploaded | 9 months ago |
Version | 1.0.0 |
Download link | HydratedDragon-BetterItemHandling-1.0.0.zip |
Downloads | 1013 |
Dependency string | HydratedDragon-BetterItemHandling-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
BetterItemHandling
A mod for Lethal Company that makes item handling easier. Primarily picking up items.
Features
Making it possible to swap the current item in hand with one on the ground without dropping the item first. The same applies to when you are carrying a two handed item.
So there's essentially no more need to manually drop and rearange items anymore.
Its also possible to press g (or whatever bind you have to drop an item) on a empty slot to instantly
drop all scrap, making dodging worms or lightings easier.
This can be turned of in the config
Installation (Manual)
- Download BepInEx and install it
- Download this mod on Thunderstore or build it yourself
- Place the
BetterItemHandling.dll
in theLethal Company\BepInEx\plugins
folder - Place the
Yan01h.BetterItemHandling.cfg
in theLethal Company\BepInEx\config
folder - Run the game!
Found a bug?
Click here to get to the GitHub repo. Then create a issue with the bug
label and try to describe as much as possible what happend.
Changelog
All changes can be found in the CHANGELOG.md
file!
CHANGELOG
Changelog
All notible changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.1.2]
Added
- Added the option to double press your drop key to drop everything in your inventory instead of just pressing once on an empty slot (This is on by default).
- Added the option to change the time window in which the second press needs to occurr for it to count as a double press.
[1.1.1]
Fixed
- Fixed compatibility issues with AdvancedCompany
- Fixed this mod not utilizing the full inventory with AdvancedCompany
[1.1.0]
Added
- Added the ability to instantly place all scrap on the deposit desk (Can be turned off in the config).
Fixed
- Fixed a bug that allowed scrolling through the inventory while spamming g with a two handed item.
[1.0.0]
- Initial release.