Skip to content

Universalator 2.42 Release

Latest
Compare
Choose a tag to compare
@nanonestor nanonestor released this 01 Jan 00:27
cd00bb3

Big update!

  • Refactored the entire script to run as functions. The script code grew over time and this was very due. The main menu is the only thing now which does not operate from inside of a function tree. Some of the larger functions could be improved by spinning some things off into sub-functions but for now this is fine.
  • Improved a lot of the code in various places, rewrote entire sections to be more compact with the same functionality.
  • Added several main menu commands such as 'logs', 'mods' to view those items
  • Changed to now by default, automatically detect java installations in the windows C:\Program Files folder which would work for the java each launch would require, and only install it's own Adoptium if none suitable is found. System Javas found will only be accepted if they're less than 12 months old.
  • Changed OVERRIDE to have 3 different settings, automatic, force system java, force Universalator obtained Adoptium java.
  • A lot of message wording revisions and menu tweaking.