Skip to content

Releases: Distance-Modding/Mod.DistanceModConfigurationManager

v1.2.1

Choose a tag to compare

@Tribow Tribow released this 02 Jul 23:26
  • Reports the number of mods loaded more accurately
  • Displays what the current keyboard shortcut is for keyboard shortcut settings
  • No longer prints an error every frame when a level changes in a multiplayer server while you are viewing a mod's settings (It does not fix the problem that happens)

v1.2

Choose a tag to compare

@Tribow Tribow released this 22 Feb 21:42
  • 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

Choose a tag to compare

@Tribow Tribow released this 14 Jan 03:08
  • 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

Choose a tag to compare

@Tribow Tribow released this 08 Jan 03:46
  • Settings that are a string type can now be displayed in the Mod Settings menu

v1.0.1

Choose a tag to compare

@Tribow Tribow released this 07 Jan 06:20
  • 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

Choose a tag to compare

@Tribow Tribow released this 15 Dec 00:13

-The first release!