v0.1.0 commit

This commit is contained in:
2024-05-12 21:01:40 -04:00
parent 6ee3ec6588
commit 263f6f7939
9 changed files with 79 additions and 0 deletions

View 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"
}
]
}
]
}

View File

@@ -0,0 +1,11 @@
{
"name": "QuietBaby",
"config": {
"EnabledSounds:initOldBird": {
"description": "Do you want to replace OldBird(Rad Mech) sound?",
"default": true
}
}
}

View File

@@ -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>FlyMissileFly.
<br>Missile ExplosionMissileExplosion、
<br>Missle Explosion:MissileExplosion2
<br>BrainwashingLradBrainwashingSignal6

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

10
manifest.json Normal file
View 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"
]
}