You are viewing a potentially older version of this package. View all versions.
easternunit100-WwiseGameParameterController-0.0.1 icon

WwiseGameParameterController

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

Date uploaded a year ago
Version 0.0.1
Download link easternunit100-WwiseGameParameterController-0.0.1.zip
Downloads 3701
Dependency string easternunit100-WwiseGameParameterController-0.0.1

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.