Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
Mr. Unown edited this page Jul 27, 2023 · 8 revisions

FMODStudioWrapperGMS2

This wiki is a W.I.P.

FMOD Studio Bindings for GMS2, focused on opening bank files. Can be used in Windows games.

Compiling

Windows Dependencies

  • Windows 10 or above.
  • Visual Studio 2022.
  • the "Desktop development with C++" workload from the Visual Studio Installer.

Compiling the DLL

  1. Open "FMODWrapperGMS.sln" with Visual Studio 2022.
  2. Set your Solution Configuration to "Release" and your Solution Platform to "x64"
  3. Press the Start button and wait. Once its done compiling you can find the .dll file in the "x64" folder, which should be in the solutions directory.
Clone this wiki locally