Inner Space Releases

Inner Space version 1.16 Build 6293
Released: 2018-07-17
  • LavishGUI 2 and new Input Bindings system!
  • LavishGUI 2 runs side by side with Inner Space's previously existing LavishGUI and input systems.
  • Documentation is available on the lavishsoft.com wiki under LavishGUI 2 http://www.lavishsoft.com/wiki/index.php/LavishGUI_2
  • .gifs (including animated) are now supported in Direct3D 9 and 11 modes
  • dgVoodoo 2 compatibility update. This third-party utility can now be used with Inner Space to support games that use older graphics libraries!
  • Neverwinter and Star Trek Online mouse issue fix
  • Ragnarok Online keyboard fix
  • Runescape compatibility update
  • Final Fantasy XIV: Fix for double slash when opening chat with the slash key
  • Villagers and Heroes compatibility update
  • Archeage compatibility fix
  • Fixed an issue with Corsair ST-100 headset
  • Corsair K95 RGB Platinum Keyboard support added
  • LavishScript 1.100
    • Added support for enums
    • New Object Type: enumtype
    • New Method: lavishscript:RegisterEnum[enumType,bool isFlags] to register an enum type (including a LavishScript object type with this name)
    • New TLO: enumtype Enum[enumType]
    • Example: LavishScript:RegisterEnum[eVil] Enum[eVil]:SetValue[test,0] echo ${Int[0](eVil)} -- output is "test", the integer value 0 converted back to its name by eVil
    • Fixed various issues with the JSON parser
    • Added jsonvaluecontainer:ParseFile[filename]
    • Added jsonarray.Get[a,b,c,...] and jsonobject.Get[a,b,c,...] to conveniently retrieve values that are multiple levels deep.