Barotrauma

Barotrauma

Soundproof Walls 2.0
 此主題已被置頂,因此它可能很重要
Plag  [開發人員] 9 月 5 日 下午 7:07
Mixing Patches
Mod authors or independent users can add and upload their own sound mixes by including a file called "spw_overrides.json" in their mod directory (in the same folder as filelist.xml). This is helpful for applying distortion and sidechaining to modded gunshots.

This file should be formatted the same way as the "Custom Sounds" list in the Advanced tab.

Example
spw_overrides.json
[ { "Keyword": "mygunshot", "GainMult": 1.5, "RangeMult": 1.2, "SidechainMult": 1, "SidechainRelease": 1.2, "Distortion": true, "PitchMult": 1, "MuffleInfluence": 0.98, "KeywordExclusions": [] }, { "Keyword": "myquietsound", "GainMult": 0.8, "RangeMult": 0.9, "SidechainMult": 0, "SidechainRelease": 0, "Distortion": false, "PitchMult": 1, "MuffleInfluence": 1.05, "KeywordExclusions": [] } ]

Successfully loaded patch files will show up as a new list in the Advanced tab.

More details will be added soon...
最後修改者:Plag; 9 月 21 日 下午 4:57