You are viewing a potentially older version of this package. View all versions.
ThePotato-scanForItemsFix-1.0.4 icon

scanForItemsFix

Fixes an error that occurs when scanning for scrap

Date uploaded 4 months ago
Version 1.0.4
Download link ThePotato-scanForItemsFix-1.0.4.zip
Downloads 125349
Dependency string ThePotato-scanForItemsFix-1.0.4

README

scanForItemsFix

This mod fixes the issue where the terminal outputs [scanForItems] instead of the scan results due to certain scrap values having a higher minimum value than the maximum value when the game tries to calculate the scrap value of an item.

The error

An error occured while post processing terminal text: System.ArgumentOutOfRangeException: 'minValue' cannot be greater than maxValue.

The fix

The fix is to simply check if the minimum value is greater than the maximum value and if so, set the minimum value to the maximum value.

CHANGELOG

1.0.3

  • Renamed the dll to match the mod name and to avoid conflicts with other mods
  • Insiginificant code changes

1.0.2

  • Uploaded the right file this time

1.0.1

  • Actually uploaded the mod this time

1.0.0

  • Initial release