Skip to content

Releases: Distance-Modding/Mod.DistanceModConfigurationManager

v1.2

22 Feb 21:42
Compare
Choose a tag to compare
  • Strings can now be read properly
  • Keyboard Shortcuts settings are now displayed in-game. Setting gets changed through string
  • May now display settings that it can't read properly. (This is a good thing)

v1.1.1

14 Jan 03:08
Compare
Choose a tag to compare
  • Fixed an issue where an error would occur if the default value of a float was below 0 or above 1.
  • Intergers can now throw an error if the default value is not between minimum and maximum range

v1.1

08 Jan 03:46
Compare
Choose a tag to compare
  • Settings that are a string type can now be displayed in the Mod Settings menu

v1.0.1

07 Jan 06:20
Compare
Choose a tag to compare
  • Fixed an issue where settings that cannot be displayed threw an error.
  • Float/Int settings with no value range will no longer hardcode the range and will instead create a range around the default value

v1.0.0

15 Dec 00:13
Compare
Choose a tag to compare

-The first release!