You are viewing a potentially older version of this package. View all versions.
Zehs-SellMyScrap-1.5.11 icon

SellMyScrap

[v50][v49] Adds a few terminal commands to sell your scrap from the ship. Highly Configurable. SellFromTerminal +

Date uploaded a month ago
Version 1.5.11
Download link Zehs-SellMyScrap-1.5.11.zip
Downloads 27819
Dependency string Zehs-SellMyScrap-1.5.11

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

README

SellMyScrap

Adds a few terminal commands to sell your scrap from the ship. Highly Configurable.

This mod will sell scrap as close to the requested value as possible.

  • You must be landed at The Company building to use sell commands.

  • This mod will NOT sell Gifts, Shotguns, or Ammo by default.
    • See Sell Settings for more info.

  • This mod supports excluding custom / modded scrap items from the sell algorithm.
    • See Advanced Sell Settings for more info.

  • This mod will show how much overtime bonus you will receive on the sell confirmation screen.

Terminal Commands

  • You must be landed at The Company building to use sell commands.
  • Each sell command will sell items based on your config settings.
  • Each sell command requires confirmation before selling your scrap.
    • Additional information is given on the confirmation screen.
Command Description Optional flags
sell <amount> Will sell scrap for a total of the requested amount. -se, -se:<number>, -o
sell quota Will sell scrap to reach the profit quota. -se, -se:<number>
sell all Will sell all of your scrap. -se, -se:<number>
sell item <name> Will sell scrap by their item name. -se, -se:<number>
  • Using the -se flag will spawn a random scrap eater.
    • Usage: <sell-command> -se
  • Using the -se:<number> flag will spawn a scrap eater by their index (Starts at 1).
    • 1 = Octolar, 2 = Takey, 3 = Maxwell, 4 = Yippee, 5 = Cookie Fumo, 6 = Psycho
    • Usage: <sell-command> -se:<number>

Additional info for the sell <amount> command.

  • This command supports math expressions as the input for <amount>.
    • Usage example: sell 500 + 50
  • Using the -o flag will sell for a less amount so (less amount + overtime bonus) = initial amount.
    • Usage: sell <amount> -o

Additional info for the sell item <name> command.

  • Item names are not case-sensitive but, spaces do matter.
  • Usage examples:
    • sell item Whoopie cushion
    • sell item Whoopie
    • sell item Whoo
Command Description
sell Shows a help message for this mod.
view overtime Shows your current overtime bonus.
view scrap Shows a list of all the scrap in the ship.
view all scrap Shows a list of all the registered scrap.
view config Shows your config settings.
edit config Edit config settings from the terminal.

Config Settings

  • Use the edit config command to edit config settings from the terminal.
  • Only the host can edit Sell Settings and Advanced Sell Settings using the config editor.
  • Sell Settings and Advanced Sell Settings will be synced with the host.
Sell Settings Setting type Default value Description
sellGifts Boolean false Do you want to sell Gifts?
sellShotguns Boolean false Do you want to sell Shotguns?
sellAmmo Boolean false Do you want to sell Ammo?
sellKnives Boolean false Do you want to sell Kitchen knives?
sellPickles Boolean true Do you want to sell Jar of pickles?
Advanced Sell Settings Setting type Default value Description
sellScrapWorthZero Boolean false Do you want to sell scrap worth zero?
onlySellScrapOnFloor Boolean false Do you want to sell scrap that is only on the floor?
dontSellListJson String [] JSON array of item names to not sell.

Additional info for the dontSellListJson config setting.

  • Use the edit config command to easily edit the dontSellListJson config setting from the terminal.
  • Use the view scrap or view all scrap command to see the correct item names to use.
  • Item names are not case-sensitive but, spaces do matter.
  • Example value: ["Maxwell", "Cookie Fumo", "Octolar Plush", "Smol Takey"]
Terminal Settings Setting type Default value Description
overrideWelcomeMessage Boolean true Overrides the terminal welcome message to add additional info.
overrideHelpMessage Boolean true Overrides the terminal help message to add additional info.
showFoundItems Boolean true Show found items on the confirmation screen.
sortFoundItemsPrice Boolean true Sorts found items from most to least expensive.
alignFoundItemsPrice Boolean true Aligns all prices of found items.
Misc Settings Setting type Default value Description
speakInShip Boolean true The Company will speak inside your ship after selling from the terminal.
overrideSetNewProfitQuota Boolean true Will override the SetNewProfitQuota function in TimeOfDay.
Scrap Eater Settings Setting type Default value Description
scrapEaterChance Int32 40 The percent chance a scrap eater will spawn?!
octolarSpawnWeight Int32 1 The spawn chance weight Octolar will spawn?! (scrap eater)
takeySpawnWeight Int32 1 The spawn chance weight Takey will spawn?! (scrap eater)
maxwellSpawnWeight Int32 1 The spawn chance weight Maxwell will spawn?! (scrap eater)
yippeeSpawnWeight Int32 1 The spawn chance weight Yippee will spawn?! (scrap eater)
cookieFumoSpawnWeight Int32 1 The spawn chance weight Cookie Fumo will spawn?! (scrap eater)
psychoSpawnWeight Int32 1 The spawn chance weight Psycho will spawn?! (scrap eater)

Bug Reports, Help, or Suggestions

https://github.com/ZehsTeam/Lethal-Company-SellMyScrap/issues

Discord server Forum Post
Lethal Company modding Discord #mod-releases SellMyScrap
Unofficial Lethal Company Community #mod-releases SellMyScrap

Credits

Screenshots

sell <amount>

sell quota

sell all

sell item <name>

view overtime

view scrap

view all scrap

view config

edit config

My Other Mods

Name Description
OnlyPresents Moons will only spawn gift boxes. (Server-side)
Hitmarker Shows a hitmarker when you successfully hit an enemy. With additional features. (Client-side)
ToilHead CoilHeads can sometimes spawn with a turret on their head.
CoilHeadSettings This mod lets you configure the CoilHead.
OctolarPlush Adds a customizable Octolar Plushie scrap item.
TakeyPlush Adds a customizable Takey Plushie scrap item with some functionalities. 😈

You have reached the bottom of the README. Thank you for reading <3

CHANGELOG

v1.5.13

  1. Removed overrideSetNewProfitQuota config setting.
  2. Fixed incompatibility with quota rollover mods.
  3. Fixed overtime bonus always being 15 credits more when selling on the last day.
  1. This config setting is now obsolete.
  2. This was previously fixed by setting overrideSetNewProfitQuota to false.
  3. The overtime bonus always being 15 credits more was because I was clamping daysUntilDeadline to 0 when selling on the last day. There's a vanilla bug that sets daysUntilDeadline to either 0 or -1 when selling on the last day because of certain circumstances. I've now learned what these circumstances are and can now accurately calculate the overtime bonus to be shown on the sell confirmation screen.

v1.5.12

  • Improved random percent calculations.
  • Small update to Takey (scrap eater)
  • Small update to Yippee (scrap eater)
  • Improved README and CHANGELOG.
  • Added XML file for summaries in scrap eater classes.

v1.5.11

  • Fixed some issues when trying to sell.

v1.5.10

  • Made some changes and additions to scrap eaters.
  • Other changes.

v1.5.9

  • Added psychoSpawnWeight config setting.
  • Made Psycho (scrap eater) available to everyone.

v1.5.8

  • Updated Psycho (scrap eater)

v1.5.7

  • Added Psycho?!
  • Added reset command to the config editor.
    • This will reset all your config settings to their default value.

v1.5.6

  • The sell item <name> command now shows found items when the showFoundItems config setting is set to false.
  • Made some small changes and additions to scrap eaters.
Older Versions

v1.5.5

  • Renamed sellKnife config setting to sellKnives.
  • Updated all sell commands.
  • Updated view overtime command.
  • Made some small changes and additions to scrap eaters.
  • Other small changes.

v1.5.4

  • Added sellKnife config setting.
  • Added view overtime command.

v1.5.3

  • Fixed oversight where scrapEaterChance set to 0 has a less than 1% chance to spawn a scrap eater.

v1.5.2

  • Small changes and fixes.

v1.5.1

  • Tested and working in version 50.
  • Fixed the DepositItemsDesk microphone audio clip desync.

v1.5.0

  • Made big changes and additions to scrap eaters.
  • Fixed Yippee (scrap eater) wings not rendering.
  • Added Cookie Fumo?!
  • Added cookieFumoSpawnWeight config setting.
  • Added overrideSetNewProfitQuota config setting.
  • Fixed the DepositItemsDesk playing the microphone audio twice.

v1.4.2

  • Added Yippee?!
  • Added yippeeSpawnWeight config setting.
  • Made Maxwell slightly more evil :3

v1.4.1

  • Removed overtimeBonusOffset config setting.
  • Made some changes and additions to scrap eaters.
  • Other small changes.

v1.4.0

  • Added support for modders to easily add their own scrap eaters.
  • Added Maxwell?!
  • Added maxwellSpawnWeight config setting.
  • Added -se / -se:<number> flag for all sell commands.
    • Using the -se flag will spawn a random scrap eater.
      • Usage: <sell-command> -se
    • Using the -se:<number> flag will spawn a scrap eater by their index (Starts at 1).
      • 1 = Octolar, 2 = Takey, 3 = Maxwell
      • Usage: <sell-command> -se:<number>
  • Added clear all command to the JsonListEditor (dontSellListJson config editor).
  • Improved the DisplayCreditsEarning popup.
  • Other small changes.

v1.3.16

  • Hopefully fixed the issue where the overtime bonus on the sell confirmation screen was sometimes inaccurate by $15.
  • Added overtimeBonusOffset config setting.
    • Description: The overtime bonus offset for the sell confirmation screen.
  • The overtimeBonusOffset config setting will get automatically set after the current quota is completed if the calculated overtime bonus on the sell confirmation screen is wrong.
  • Moved scrapEaterChance, octolarSpawnWeight, and takeySpawnWeight config settings to the new Scrap Eater Settings category.
  • Other small changes.

v1.3.15

  • Added sell item <name> command.
  • Added view all scrap command.

v1.3.14

  • Made some changes and additions to scrap eaters.
  • Other small changes.

v1.3.13

  • Added -o flag to the sell <amount> command.
    • Using the -o flag will sell for a less amount so (less amount + overtime bonus) = initial amount.
    • Usage: sell <amount> -o
  • Other small changes.

v1.3.12

  • Added Takey?!
  • Removed octolarSpawnChance config setting.
  • Added scrapEaterChance config setting.
  • Added octolarSpawnWeight config setting.
  • Added takeySpawnWeight config setting.
  • The DepositItemsDesk microphone audio clip is now synced with all players.

v1.3.9 → v1.3.11

  • Small changes.

v1.3.8

  • Added Octolar?!

v1.3.7

  • The overtime bonus now additionally shows the total value you will receive on the sell confirmation screen.
  • Changed sortFoundItems config setting key to sortFoundItemsPrice.

v1.3.6

  • Small changes.

v1.3.5

  • The sell <amount> command now supports math expressions.

v1.3.4

  • Improved sell algorithm.
  • The sell confirmation screen will now show how much overtime bonus you will receive.
  • Added onlySellScrapOnFloor config setting.
  • Changed description.

v1.3.3

  • Added edit config command.
  • Changed description.

v1.3.2

  • Added sellScrapWorthZero config setting.

v1.3.1

  • Fixed selling not working with specific BepInEx configurations.

v1.3.0

  • Changed custom welcome terminal node message.
  • All clients will now see all sold items on the DisplayCreditsEarning popup.
  • Improved DisplayCreditsEarning popup.
  • Fixed the DisplayCreditsEarning popup smooth scroll.
    • Sometimes scrolls too far down. I will try and fix that in a later update.
  • Fixed custom terminal help message to show [numberOfItemsOnRoute].
  • Removed showFoundItemsLimit config setting.
    • Will add back if anyone has any performance issues with showing too many items.
  • Improved terminal sell message when company buying rate is not 100%.
  • Improved scrap calculator algorithm.
    • Works better when the company buying rate is not 100%.

v1.2.5

  • Simplified README. Command aliases are still in place.
  • Added overrideWelcomeMessage and overrideHelpMessage config settings.
  • Moved some config settings to the new Terminal Settings category.
  • Added view config command.

v1.2.4

  • Added aliases for commands.
  • Added custom welcome and help message for the terminal.
  • Added sell help command.
  • The host will now get a notification after a client uses a sell command.
  • Moved the speakInShip config setting to the Misc Settings category.
  • Fixed a rare case where the mod would try and sell a little bit under the specified amount.

v1.2.3

  • Removed the sellHomemadeFlashbang config setting.
  • The Company will now only speak inside the ship after selling from the terminal.

v1.2.2

  • Fixed synced config for clients.
  • Fixed sell confirmations so it won't still be active if you quit the terminal before confirming or denying.

v1.2.1

  • Fixed the view scrap command.
  • Sell commands are no longer only accessible by the host.
  • Added speakInShip config setting.

v1.2.0

  • Added view scrap command.
  • Changed terminal sell commands confirmation messages.
  • Added synced config for clients.
  • The Company will speak inside the ship after selling scrap.

v1.1.4

  • Added more config settings.

v1.1.3

  • Added config settings for selling scrap.
  • Adjusted some terminal output messages.

v1.1.0 → v1.1.2

v1.0.0

  • Initial release.