Inner Space Releases

Inner Space version 1.16 Build 6305
Released: 2018-08-15
  • World of Warcraft:
    • Fixed issue with some new effects causing Inner Space UI to disappear
    • Fixed "WoW was unable to start up 3d acceleration" issue
  • Wizard101 compatibility update
  • Lord of the Rings Online compatibility update, including the legacy client
  • Virtual Files system (fileredirect) updated.
    • The new syntax uses * and ? wildcards for the filename pattern
    • The matching values are placed in {1} {2} and so on, left to right, for each wildcard.
    • Absolute file paths are now used in all cases.
    • Each matching rule applies, in the order added (i.e. top to bottom)
    • Examples:
      • fileredirect "*/core_user_*.dat" "{1}/core_user_allsamefile.dat"
      • fileredirect "*/core_user_*.dat" "{1}/core_user_{2}-isboxer.dat"
      • fileredirect "*/WTF/*" "{1}/WTF/{2}"
      • fileredirect "*/Addons.txt" "{1}/Addons-ISBoxer.txt"
    • Backwards compatibility is retained. fileredirect commands that do not contain a pattern will exhibit the original behavior. Those ending in / translate from "/folder/" "/folder-other/" to "*/folder/*" "{1}/folder-other/{2}". Those not ending in / translate from "filename.txt" "filename-other.txt" to "*filename.txt" "{1}filename-other.txt"