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