Skip to content

v2.3.0 Mirror

Latest
Compare
Choose a tag to compare
@DavidJCobb DavidJCobb released this 26 Jul 05:59

Version 2.3.0, mirrored here for those unable to obtain it from NexusMods.

Changes

Program settings

Program settings were previously stored in an INI file in the program folder -- the old-school way of doing that, on Windows. As of this version, they are now stored in an INI file in an AppData subfolder -- the modern way. The program checks AppData first; if no INI is found there, it'll load any ReachVariantTool.ini file present in the program folder, and then move it to AppData. This should hopefully alleviate issues some users were having with changes to their settings not being successfully saved.

Command line interface

ReachVariantTool's script compiler can now be run from the command line. Valid commands are:

ReachVariantTool --help
ReachVariantTool --headless <in-variant> --recompile <in-script>
ReachVariantTool --headless <in-variant> --recompile <in-script> --dst <out-variant>

File extensions are not checked (except to handle .mglo files differently as is necessary). If you don't specify a destination file, then the original file is overwritten (though we only save/overwrite if compilation succeeds).

Documentation

  • More information on the radius parameter to object.place_between_me_and.