You are viewing a potentially older version of this package. View all versions.
stormytuna-SellFromTerminal-1.0.1 icon

SellFromTerminal

Sell From Terminal adds a few commands that let you sell scrap right from your ship, no more wasting time at the company building

Date uploaded 6 months ago
Version 1.0.1
Download link stormytuna-SellFromTerminal-1.0.1.zip
Downloads 2022
Dependency string stormytuna-SellFromTerminal-1.0.1

README

SellFromTerminal

Sell From Terminal adds a few commands that let you sell scrap directly from your ship.

  • sell all will sell all the scrap on your ship

  • sell <amount>, where amount is any positive integer, will attempt to sell enough scrap to perfectly match that amount

  • sell quota will attempt to sell enough scrap to perfectly match the amount needed to fulfill quota

Note: This mod uses an approximation for finding a perfect match, it may not find one even if one exists. This is necessary to keep the game performing well even when processing hundreds of items. If a perfect match isn't found, the received credits will just be slightly over the requested amount.

Config options for:

  • Whether or not to sell shotguns and their ammo

  • Whether or not to sell gifts

  • Whether or not to advance the day and quota when meeting quota from using one of the commands

  • How much allowance to grant the algorithm when calculating a perfect match. Ex: Setting it to 5 will make sell 50 also accept 51, 52, 53, 54 and 55

CHANGELOG

  • v1.1.2: Fix an issue with how the allowance affected the algorithm
  • v1.1.1: Fix an issue causing incompatibilities with other mods using LethalAPI.Terminal
  • v1.1.0: Major bug fix + new config option
    • Fixed an issue that allowed players to do a 4th day of looting, now all selling must be done at the company building
    • Added a config entry for whether or not to sell jars of pickles
  • v1.0.1: Fix an issue that allowed a scrap to be sold twice
  • v1.0.0: Initial release