
LabFMOD
An implementation of FMOD Studio for BONELAB.Details
# LabFMOD
## NOTE: This mod currently only supports PCVR.
## For players:
1. Download the mod from Thunderstore: https://thunderstore.io/c/bonelab/p/arparec/LabFMOD/
2. Drop it into your MelonLoader mods folder.
3. Drop all the fmod DLLs in the base game folder.
## For modders:
1. Download FMOD Studio: https://www.fmod.com/download
2. Create a new FMOD project, and create whatever you need there.
3. Make sure that all of your events are added under the bank called Master
. Any other banks will not be loaded at this time.
4. Use the FMODEmitter script (https://github.com/ArpaRec/LabFMOD/blob/main/LabFMOD/SDK/FMODEmitter.cs) in your project to play events. The code is pretty self-explanitory.
5. Your built banks must be placed in Author.PalletName/fmodbanks
. The only two files that should be there are Master.bank
and Master.strings.bank
. Anything else will be ignored.
# If you need any help, or have any questions, DM me on Discord (techside).