Skip to content

Gnoll v1.14.1 - Linux/Wine Maintenance Release

Latest
Compare
Choose a tag to compare
@Nefaro Nefaro released this 08 Jan 18:39
· 5 commits to master since this release

A small release that removes an issue with running Gnoll modded Gnomoria on Linux and Wine.
There was an issue with the Lua integration library (MoonSharp) which caused Mono on Linux to freak out and throw an error. I couldn't solve the issue directly, however, MoonSharp provides several binaries depending on the target platform and thankfully one of those binaries work on Windows as well as on Linux.

This is the only change for this release, this bothered me for over a year and now it's fixed (or at least worked around).

Gnoll Patch 1.14.1

  • No changes

Gnoll ModLoader 1.14.1

  • Replaced the MoonShap binary (MoonSharp.Interpreter.dll)
    • It was targeting platform "net40-client"
    • Was replaced with "portable" target: "portable-net4+sl5+wp8+win8"
    • Replaced script loader with local implementation, since the filesystem based loader was not supported by the "portable" binary by default
  • Minor refactoring
    • Lua sub-system will not be initialized if the Lua support is disabled
  • Changed the default Debug console dimensions

Gnoll Mods 1.14.1

  • No changes

Gnoll Installer v1.14.1

  • Support for new version