Last updated 4 years ago
Total downloads 1551
Total rating 1 
Categories Libraries
Dependency string mistername-SoundPlus-0.2.0
Dependants 2 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-2.0.0 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 2.0.0
tristanmcpherson-R2API-2.1.0 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 2.1.0

README

SoundPlus

- Loads custom .bnk files from the plugin folder if they are named .sound instead.
- Loads custom .bnk files passed to SoundPlus.SoundBanks.add(byte[]).
- The bank files should be from wwise 2018.1

Installation

Drop SoundPlus.dll into \BepInEx\plugins\

Changelog

- v0.1.0
	- release
- v0.1.1
	- Makes updates to .sound files actually update (thanks to violet chaolan for helping)
- v0.2.0
	no longer requires moving all stuff to sound and now supports an `byte[]` passed by other dlls

ToDo

- Bank Unloading