v0.1.0 commit
This commit is contained in:
50
BepInEx/plugins/QuietBaby/replacers/initOldBird.json
Normal file
50
BepInEx/plugins/QuietBaby/replacers/initOldBird.json
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
{
|
||||||
|
"condition": {
|
||||||
|
"type": "config",
|
||||||
|
"config": "EnabledSounds:initOldBird"
|
||||||
|
},
|
||||||
|
"randomness": {
|
||||||
|
"type": "determinstic"
|
||||||
|
},
|
||||||
|
"replacements": [
|
||||||
|
{
|
||||||
|
"matches": [
|
||||||
|
"3DLradAudio2:LradBrainwashingSignal6"
|
||||||
|
],
|
||||||
|
"sounds": [
|
||||||
|
{
|
||||||
|
"sound": "OldBird/LradBrainwashingSignal6.ogg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matches": "*:MissileFly",
|
||||||
|
"sounds": [
|
||||||
|
{
|
||||||
|
"sound": "OldBird/MissileFly.ogg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matches": [
|
||||||
|
"*:MissileExplosion"
|
||||||
|
],
|
||||||
|
"sounds": [
|
||||||
|
{
|
||||||
|
"sound": "OldBird/MissileExplosion.ogg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matches": [
|
||||||
|
"*:MissileExplosion2"
|
||||||
|
],
|
||||||
|
"sounds": [
|
||||||
|
{
|
||||||
|
"sound": "OldBird/MissileExplosion2.ogg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
11
BepInEx/plugins/QuietBaby/sound_pack.json
Normal file
11
BepInEx/plugins/QuietBaby/sound_pack.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"name": "QuietBaby",
|
||||||
|
|
||||||
|
"config": {
|
||||||
|
"EnabledSounds:initOldBird": {
|
||||||
|
"description": "Do you want to replace OldBird(Rad Mech) sound?",
|
||||||
|
"default": true
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Binary file not shown.
BIN
BepInEx/plugins/QuietBaby/sounds/OldBird/MissileExplosion.ogg
Normal file
BIN
BepInEx/plugins/QuietBaby/sounds/OldBird/MissileExplosion.ogg
Normal file
Binary file not shown.
BIN
BepInEx/plugins/QuietBaby/sounds/OldBird/MissileExplosion2.ogg
Normal file
BIN
BepInEx/plugins/QuietBaby/sounds/OldBird/MissileExplosion2.ogg
Normal file
Binary file not shown.
BIN
BepInEx/plugins/QuietBaby/sounds/OldBird/MissileFly.ogg
Normal file
BIN
BepInEx/plugins/QuietBaby/sounds/OldBird/MissileFly.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,8 @@
|
|||||||
|
Turns down the volume of a few of Old Birds sounds to make it more bearable
|
||||||
|
|
||||||
|
<br>Will replace the following sounds with files that are at 50% volume:
|
||||||
|
<br>Fly:MissileFly.
|
||||||
|
|
||||||
|
<br>Missile Explosion:MissileExplosion、
|
||||||
|
<br>Missle Explosion:MissileExplosion2
|
||||||
|
<br>Brainwashing:LradBrainwashingSignal6
|
||||||
|
|||||||
10
manifest.json
Normal file
10
manifest.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"name": "QuietBaby",
|
||||||
|
"version_number": "0.1.0",
|
||||||
|
"website_url": "",
|
||||||
|
"description": "Quiet Down That Mech Baby! (Old Bird Quieter Sounds)",
|
||||||
|
"dependencies": [
|
||||||
|
"BepInEx-BepInExPack-5.4.2100",
|
||||||
|
"loaforc-loaforcsSoundAPI-1.0.10"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user