Skip to content

FMODGMS 0.9.1

Latest
Compare
Choose a tag to compare
@mstop4 mstop4 released this 19 Jul 00:02
· 75 commits to master since this release
ec377aa

FMODGMS Library

  • FMOD Studio API version: 1.10.07

  • Changed vectors to maps so that sound/channel/effect IDs don't change as you unload them (thanks rissole)

  • The extension package itself now comes in two versions:

    • x64 - contains a 64-bit .so library for Ubuntu. Used with GMS 2 to build 64-bit games for Unbuntu.
    • x86 - contains a 32-bit .so library for Ubuntu. Used with GM:S 1.4 for compatibility.

FMODGMS Demos

  • Added starter projects for both GM:S 1.4 and GMS 2. These contain the bare minimum amount of code needed to get FMODGMS up and running, useful as a starting point to learn how to use the extension.