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

QuickSell

A client-side mod for selling scrap with customisable chat commands inspired by SellMyScrap and based on YetAnotherSellMod

Date uploaded 8 months ago
Version 1.0.1
Download link Gafoneo-QuickSell-1.0.1.zip
Downloads 105
Dependency string Gafoneo-QuickSell-1.0.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
baer1-ChatCommandAPI-0.2.2 icon
baer1-ChatCommandAPI

A Lethal Company modding API for easy creation of Minecraft-style Chat Commands

Preferred version: 0.2.2
mattymatty-TooManyItems-1.4.1 icon
mattymatty-TooManyItems

Patches for split competitive runs

Preferred version: 1.4.1

README

QuickSell

Usage:

There is specific information on each command and its usage in the in-game documentation (help pages)

  • /sell help [page] to open general or specific help page
  • /sell item [item] to sell all items like the one you are holding or the one you specified
  • /sell quota [-a] to sell exactly for quota
  • /sell all [-a] to sell all unfiltered scrap available
  • /sell <amount> [-o] [-t] [-a] [-n] to sell exactly how much you need

Flags:

  • -o to sell accounting for overtime (used with <amount>)
  • -t for accounting for existing money in terminal and overtime (used with <amount>)
  • -a to ignore blacklist (used with quota, all, <amount>)
  • -n to force non-restart overtime calculations (needed in rare edge cases)

Reporting issues/feature requests

If you want to report a bug or request a new feature welcome to my GitHub

CHANGELOG

v1.0.0

Released

v1.0.1

Fixed GitHub link

v1.0.2

Changed calculations to run off the main thread (I REALLY HOPE IT WON'T BREAK ANYTHING). Replaced original error logic

v1.1.0

  • Added blacklist and priority commands, also added temporary blacklist and priority.
  • README.md overhauls

v1.1.1

  • Added README_ru.md

v1.1.2

  • README_ru.md should work now

v1.1.3

  • (hopefully) fixed items on desk sometimes being counted wrong
  • Fixed overtime command showing debug information (sorry about that one)

v1.1.4

  • Fixed wrong overtime output from selling results (the calculations were right, just the output was wrong)

v1.1.5

  • Reworked /ot command to show more information and allow to input target amount
  • Added clear to list of keywords clearing temporary blacklist and priority list
  • Added Flag Prefix config entry for users to choose which symbol flags should start with ("-" by default)

v1.1.6

  • Fixed a small issue with blacklist not accepting "clear" as a keyword

v1.1.7

  • Massively overhauled allowed expressions for /sell <amount>, now it's possible to use number suffixes (aka 1k, 3k, etc.), abbreviations for items/moons (cru, art, sho, etc.) and also omit pluses (/sell art wee2 sho4)

  • Added TooManyItems by MattyMatty as a soft dependency

v1.1.8

  • Now only selling from a list of items which was saved before landing on the company moon. It prevents the mod from selling items that spawned on the moon (for example shop items on Galatry)

  • Now shows you the command you used in sell results

v1.1.9

  • Fixed a bug where if gift box was opened not in the ship the item from it would not be on the selling list