You are viewing a potentially older version of this package. View all versions.
befuddled_productions-Quick_Buy_Menu-1.2.0 icon

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 an item from the Terminal and put it in your inventory.

Date uploaded a month ago
Version 1.2.0
Download link befuddled_productions-Quick_Buy_Menu-1.2.0.zip
Downloads 2086
Dependency string befuddled_productions-Quick_Buy_Menu-1.2.0

This mod requires the following mods to function

XDev-SimpleCommandAPI-1.0.2 icon
XDev-SimpleCommandAPI

C# API plugin for Lethal Company

Preferred version: 1.0.2
NotAtomicBomb-TerminalApi-1.5.2 icon
NotAtomicBomb-TerminalApi

A Terminal Api

Preferred version: 1.5.2

README

Quick Buy Menu - Lethal Company Mod

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 get an item from the Terminal and put it in your inventory.

Features

  • Adds a new option to the Terminal menu: quickbuy
    • Alternative Abbreviations:
      • qb
      • quickb
      • qbuy
  • Allows you to select from a list of available handheld items, similar to the vanilla STORE page
  • Automatically deducts the item cost from your credits and adds the item to your inventory
    • If your inventory is full, it will spawn the items on the ground near your players feet.
  • Compatible with Reserved Slot Item related Mods

Usage

  • Open the Terminal in the game
  • Type the quickbuy option from the menu (or alternative abbreviations)
  • Purchase an Item from the list with the command: buy (Item Name)
    • The item name doesn't have to be the entire name. It can be a substring.
      • Examples:
        • buy shov will purchase a shovel
        • buy walk will purchase a walkie-talkie
  • Since version 1.1.0, you can purchase multiple items by specifying an optional quantity argument
    • Usage: buy (quantity) (Item Name)
      • Examples:
        • buy 3 shov will purchase 3 shovels
        • buy 4 walk will purchase 4 walkie talkies

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 and QuickBuyMenuAssets files to your BepInEx\plugins\ folder

Contributing

PR's and suggestions are welcome.

Build Instructions

  • Install the Unity Netcode Patcher via the dotnet cli: dotnet tool install -g Evaisa.NetcodePatcher.Cli
    • If you already have it installed, make sure you upgrade to the latest version: dotnet tool update -g Evaisa.NetcodePatcher.Cli
  • Clone the repository to your local machine.
  • Download the PreRequisite Mod DLL's to your QuickBuyMenu\DLL folder:
  • Copy all of the Lethal Company DLL files from C:\Program Files (x86)\Steam\steamapps\common\Lethal Company\Lethal Company_Data\Managed\ into the QuickBuyMenu\DLL folder.
  • Build with visual Studio using the Debug configuration
    • We are using Debug, not Release, because the Netcode Patcher requires the .pdb files in order to work.

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.

Pull Requests

If you want to contribute code or documentation to the project, you are welcome to submit a pull request. Please follow these steps to create a pull request:

  • Make sure to review the Build Instructions.
    • Ensure you have the latest version of the Unity Netcode Patcher Installed.
  • Fork the repository and clone it to your local machine.
  • Create a new branch from the main branch with a descriptive name.
  • Make your changes in the new branch.
  • Test out your changes in game.
  • Commit your changes with a clear and concise message, referencing any issues that your pull request fixes or relates to.
  • Push your branch to your forked repository and create a pull request from it to the main branch of the original repository.
  • Wait for the project maintainer or a reviewer to review your pull request and provide feedback or approval.
  • If requested, make any necessary changes and update your pull request.
  • Once your pull request is merged, delete your branch and sync your fork with the upstream repository.

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

CHANGELOG

[1.2.0] - 04/12/2024

[1.1.1] - 03/01/2024

  • Fixed github issue #17 Where the netcode patcher was not patching the mod DLL correctly.

[1.1.0] - 02/21/2024

  • Implemented suggestion in github issue #14 which allows you to specify an optional argument to purchase multiple items.

[1.0.4] - 01/10/2024

  • Fixed github issue #9 which fixed broken behavior when purchasing a Lockpicker.

[1.0.3] - 01/10/2024

  • Fixed github issue #6 where single handed items bought from Quick Buy were overlapping if you bought multiple items consecutively, without exiting the terminal.

[1.0.2] - 01/10/2024

[1.0.1] - 01/09/2024

  • Change terminal text from buy (Item Number) to buy (Item Name)
  • Changed thunderstore Icon

[1.0.0] - 01/08/2024

  • Initial release of the mod