WwiseGameParameterController
This helps your connect your GAME_PARAMETERS in your wwise projects in game volume settings.
Last updated | 2 years ago |
Total downloads | 6992 |
Total rating | 2 |
Categories | Dev Tools |
Dependency string | easternunit100-WwiseGameParameterController-0.0.1 |
Dependants | 43 other packages depend on this package |
This mod requires the following mods to function
README
Description
This plugin is meant for rundown developers. This helps you connect your wwise GAME_PARAMETERS to the ingame volume settings. Run the game for the first time and it will generate a sample json located -> BepInEx/config/WwiseGameParameters/WwiseGameParameters.json
PATCH NOTES
Ver 0.0.1 (Beta)
- Initial release
Formatting
{
"Volume_Music": "sample_music_volume", // This can either be a string or a numerical unsigned integer value
"Volume_Master": "sample_master_volume", // This can either be a string or a numerical unsigned integer value
"Volume_SFX": 2362362636, // This can either be a string or a numerical unsigned integer value
"Volume_PlayerDialog": 3265364623 // This can either be a string or a numerical unsigned integer value
}
Installation
- Place `WwiseVolumeController.dll` into the `BepInEx\plugins` folder.
- Unzipping the zip into your game folder should work as well.