Files
gupFireMod/Config/sounds.xml
2025-06-04 16:29:28 +09:30

34 lines
1.1 KiB
XML

<configs>
<append xpath="/Sounds">
<SoundDataNode name="gupFireBBQ"> <AudioSource name="Sounds/AudioSource_Amb_Small"/>
<AudioClip ClipName="Sounds/Ambient_Loops/a_fire_zombiebbq_lp" Loop="false"/>
<LocalCrouchVolumeScale value="1.0"/>
<CrouchNoiseScale value="0.5"/>
<NoiseScale value="1"/>
<MaxVoices value="18"/>
<MaxRepeatRate value="0.001"/>
</SoundDataNode>
<SoundDataNode name="gupThunder"> <AudioSource name="Sounds/AudioSource_Amb_Small"/>
<AudioClip ClipName="#@modfolder:Resources/gupSoundThunder.unity3d?LightningSound" Loop="false"/>
<LocalCrouchVolumeScale value="1.0"/>
<CrouchNoiseScale value="0.5"/>
<NoiseScale value="1"/>
<MaxVoices value="18"/>
<MaxRepeatRate value="0.001"/>
</SoundDataNode>
<SoundDataNode name="gupWaterSplash"> <AudioSource name="Sounds/AudioSource_Amb_Small"/>
<AudioClip ClipName="#@modfolder:Resources/guppySmallSplash.unity3d?gupSmallSplash" Loop="false"/>
<LocalCrouchVolumeScale value="1.0"/>
<CrouchNoiseScale value="0.5"/>
<NoiseScale value="1"/>
<MaxVoices value="18"/>
<MaxRepeatRate value="0.001"/>
</SoundDataNode>
</append>
</configs>