Quick Buy Menu
With quick buy menu, you can buy handheld items in Lethal Company in a faster and easier way. This mod lets you instantly purchase items and put them in your inventory.
Last updated | 2 weeks ago |
Total downloads | 17658 |
Total rating | 1 |
Categories | Mods Client-side Server-side Items |
Dependency string | befuddled_productions-Quick_Buy_Menu-2.0.0 |
Dependants | 13 other packages depend on this package |
This mod requires the following mods to function
xilophor-LethalNetworkAPI
A library/API to allow developers to easily add networking to their mods.
Preferred version: 3.3.1README
Quick Buy Menu - Lethal Company Mod (v68)
All users of this mod should upgrade to version 2.*
or greater
With quick buy menu, you can buy handheld items in Lethal Company in a faster and easier way. No more wasting time for the Drop Ship to show up. This mod lets you instantly purchase items and put them in your inventory.
Features
- Adds a couple new chat commands to Lethal Company
/quickbuy <item-name> <optional: item quantity>
- Alternative Abbreviations:
qb
buy
qbuy
- Automatically deducts the item cost from your credits and adds the item to your inventory.
- Compatible with Reserved Slot Item related Mods
- Alternative Abbreviations:
/pricecheck <item-name> <optional: item quantity>
- Alternative Abbreviations:
qc
inquire
check
pc
- Quickly Show the price of an order and it tells you if you can afford it.
- Alternative Abbreviations:
Usage
- Press
/
to start typing in chat - Type
/quickbuy <item-name> <optional: quantity>
(or alternative abbreviations), and press enter- The item name doesn't have to be the entire name. It can be a substring.
- Examples:
/quickbuy shov
will purchase a shovel/quickbuy walk
will purchase a walkie-talkie
- Examples:
- The item name doesn't have to be the entire name. It can be a substring.
- Since version
1.1.0
, you can purchase multiple items by specifying an optional quantity argument- Usage:
/quickbuy <Item Name> <optional: quantity>
- Examples:
/quickbuy 3 shov
will purchase 3 shovels/quickbuy 4 walk
will purchase 4 walkie talkies
- Examples:
- Usage:
Configuration Properties
Config file located in BepInEx\config\Quick.Buy.Menu.cfg
## Settings file was created by plugin Quick Buy Meny v2.0.0
## Plugin GUID: Quick.Buy.Menu
[General]
## Boolean that lets you buy items off ship. For balancing this is set to false as default.
# Setting type: Boolean
# Default value: false
AllowQuickBuyOffShip = false
## Timer in seconds for how long the Quick Buy chat messages should appear before they are deleted.
# Setting type: Int32
# Default value: 5
quickBuyMessagesFadeDelay = 5
## Comma Seperated List of Items to be blacklisted by Quick Buy. Example: 'Walkie-Talkie,FlashLight,Boombox'
# Setting type: String
# Default value:
QuickBuyItemBlacklist =
Installation - Thunderstore
Download with the Thunderstore Mod Manager: Quick Buy Menu
Installation - Manual
- Download the following Prerequisite Mods into your
BepInEx\plugins\
folder - Download the latest release from the Releases page
- Copy the
QuickBuyMenu.dll
to yourBepInEx\plugins\
folder
Contributing
PR's and suggestions are welcome.
Build Instructions
- Set an environment variable
LETHAL_COMPANY_DIR
that points to where Lethal company is installed.- example
LETHAL_COMPANY_DIR=C:\Program Files (x86)\Steam\steamapps\common\Lethal Company
- example
- Clone the repository to your local machine.
- Download the PreRequisite Mod DLL's to your
QuickBuyMenu\DLL
folder: - Build with visual Studio
Issues
If you encounter any bugs, errors, or feature requests, please open an issue on the issue tracker. Before creating a new issue, please check if there is already an existing one that addresses your problem. When creating an issue, please provide as much information as possible to help resolve it.
Credits
- Lethal Company is developed by Zeekerss
- Quick Buy Menu is created by Jake Maguy ([email protected])
- Thanks to modding-community for providing helpful resources and tutorials