You are viewing a potentially older version of this package. View all versions.
DarthLilo-ItemWeights-1.2.1 icon

ItemWeights

A Lethal Company mod to easily control the weights of items!

Date uploaded 2 months ago
Version 1.2.1
Download link DarthLilo-ItemWeights-1.2.1.zip
Downloads 8276
Dependency string DarthLilo-ItemWeights-1.2.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
AinaVT-LethalConfig-1.4.2 icon
AinaVT-LethalConfig

Provides an in-game config menu for players to edit their configs, and an API for other mods to use and customize their entries.

Preferred version: 1.4.2
Rune580-LethalCompany_InputUtils-0.7.7 icon
Rune580-LethalCompany_InputUtils

API/Library for creating Unity InputActions with in-game re-binding support. Provides an alternative UI that allows for supporting mods to have in-game re-bindable keybinds.

Preferred version: 0.7.7

README

ItemWeights

A Lethal Company mod to easily control the item settings!

You can adjust item weights (Actual weight, not spawn weight), the scrap price ranges, and how much items in the terminal cost!

Tested and works on Lethal Company v50 and v56!

(Required on all clients)

Usage

To use the mod, launch the game and then hold the item you wish to modify in your hand, press the assigned key ("I" by default) to add the item to the configuration file. You can now modify the weight value in the config file and the changes will take place upon restarting

CHANGELOG

1.2.1

  • Added a keybind to toggle terminal node logging

1.2.0

General Additions

  • Added visual feedback to terminal keybind
  • Fixed custom prices not working on ship decorations
  • Items can now be removed from the shop by setting their price to -1 (Only works on items such as the flashlight or shovel, not the cruiser or decoration items)
  • Removed vehicle caching during terminal register call
  • Cruiser now has its own config entry and actually works now
  • Teleporter prices can now be configured
  • Inverse teleporter prices can now be configured

Advanced

  • There are now configuration options for TerminalKeywords and TerminalKeywordsConfirm, these are used to determine relations between terminal nodes to allow the modification of decoration items and hiding items from the shop. Do not remove any of the default values as it may prevent certain parts of the mod from working, however, if another mod doesn't work with price configuration you can try adding its terminal keywords and confirmation keywords to this and it may fix it.

1.1.0

  • Scrap values can now be configured
  • Terminal prices can now be configured
  • Reduced logging

1.0.0

  • Initial Release