Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
SellFromTerminal
Sell From Terminal adds a few commands that let you sell scrap right from your ship!
| Date uploaded | 2 years ago |
| Version | 1.1.2 |
| Download link | stormytuna-SellFromTerminal-1.1.2.zip |
| Downloads | 84083 |
| Dependency string | stormytuna-SellFromTerminal-1.1.2 |
README
SellFromTerminal
Sell From Terminal adds a few commands that let you sell scrap directly from your ship.
You must be landed at The Company Building to use these commands.
-
sell allwill sell all the scrap on your ship -
sell <amount>, whereamountis any positive integer, will attempt to sell enough scrap to perfectly match that amount -
sell quotawill 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 sell jars of pickles
-
How much allowance to grant the algorithm when calculating a perfect match. Ex: Setting it to 5 will make
sell 50also 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