This version was released on January 7, 2016.
Launcher
Mods List
- Added Show Newest File to the right click menu of mods.
- Added the ability to compile mods that do not have an OutputPath property in their Compile section.
- Changed the copyright year of the Mod Launcher to 2016.
- Fixed a bug where an error message would appear after launching the game with the Mod Launcher's
-launchcommand line argument. - Fixed an issue that caused a crash when attempting to load non-UTF-8, non-ANSI Lua files.
- Improved crash dump saving.
Mod Info
- Fixed a bug when combining authors with notes for the information box when multiple mods are selected.
- Made headers bold.
- Made the zoom level get saved.
Mod Settings
- Made warnings only appear if the previous value didn't meet the warning condition.
- Unchanged mod settings are no longer stored.
Mod Features
- Added the
Groupproperty to[Author]sections. This allows you to group authors together. - Added the
PageandGroupproperties to[Setting]sections. This allows you to organise your mod settings into pages and groups. - Added the
UncompiledOnlyproperty to[Setting]sections. This will remove the setting when compiling the mod. - Made
[SettingWarning]sections work for all types of settings. - Re-added for
MinifyArtin the[Compile]section.
Updated Hacks
Hack Support
Made the game support DPIs other than 96.
Cheat Keys
Made keys only work once for each key press.
Custom Dialogue Character Codes
Added support for [NongenericCharacters].
Custom Files
Lua Scripting
- Added several previously inaccessible Lua provided functions.
- assert
- collectgarbage
- debug.debug
- debug.gethook
- debug.getlocal
- debug.getmetatable
- debug.getregistry
- debug.getupvalue
- debug.getuservalue
- debug.sethook
- debug.setlocal
- debug.setmetatable
- debug.setupvalue
- debug.setuservalue
- debug.upvaluejoin
- getmetatable
- math.maxinteger
- math.mininteger
- math.tointeger
- math.type
- math.ult
- os.setlocale
- rawequal
- rawget
- rawlen
- rawset
- setmetatable
- string.dump
- string.pack
- string.packsize
- string.unpack
- table.concat
- table.move
- table.pack
Fixed a bug where the IsModEnabled function returned false for mod hacks.
Made the GetSetting function return nil instead of throwing an error if a setting doesn't exist. Mod creators should do checks for nil on UncompiledOnly settings.
- Updated
math.randomto support integers.
Frame Limiter
Made this hack default to being ticked as the game has issues of varying severity at frame rates above or below a certain range (the game runs best at 60 FPS).