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

ItemsForQuota

A Mod that calculates the best combination of Items located in the Ship to sell for the Quota. (Warning: the Item-combination will change when an item is removed from the ship) Also adds the Sum of the Item-Combination to the HUD (Sum/Rest of Quota)

Date uploaded 6 months ago
Version 1.2.1
Download link ModdingNoob-ItemsForQuota-1.2.1.zip
Downloads 3953
Dependency string ModdingNoob-ItemsForQuota-1.2.1

README

ItemsForQuota

A Mod that calculates the best combination of items located in the ship to sell for the quota.

Also adds the Sum of the Item-Combination to the HUD (Sum of Item-Combination/Rest of Quota needed)

(Warning: the item-combination will change when an item is removed from the ship)

(Warning: this mod is Client-side so the Combinaton of Items can be different for everyone when there are multiple posibilities)

If you encounter any Bugs/have suggestions or want to help me improve this mod, contact me on Discord: jeremy2__4

Changelog

  • v1.2.1

    • Fixed a bug where when two items had the same name and value and both of them are needed for the Quota, one of them wasn't marked
  • v1.2.0

    • Added a config
      • HUD
        • HUD
        • AdjustScreenPositionXaxis
        • AdjustScreenPositionYaxis
        • HUDTextColor
        • HUDLineColor
        • DisplayTime
      • Scannodes
        • ChangeNodeNames
        • NodeNames
        • NodeColor
      • Quota
        • QuotaOffset
      • General
        • BlacklistedItems
  • v1.1.2

    • Fixed a NullReferenceError being caused on joining
    • Removed some Debug.Logs from v1.1.1
  • v1.1.1

    • Fixed a typo
    • Fixed a small bug
  • v1.1.0

    • Added a HUD
  • v1.0.1

    • Fixed a small bug
  • v1.0.0

    • Initial Release