easternunit100-WwiseGameParameterController icon

WwiseGameParameterController

This helps your connect your GAME_PARAMETERS in your wwise projects in game volume settings.

Last updated a year ago
Total downloads 3675
Total rating 2 
Categories Dev Tools
Dependency string easternunit100-WwiseGameParameterController-0.0.1
Dependants 24 other packages depend on this package

This mod requires the following mods to function

dakkhuza-MTFO-4.4.4 icon
dakkhuza-MTFO

The premier in GTFO DataBlock editing ;^)

Preferred version: 4.4.4

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.