Project Zomboid

Project Zomboid

Rewarding Night Combat
Flazz 20 Nov, 2023 @ 2:56am
How to add custom trigger SFX
Go to the mod folder, if downloaded on the workshop it will be at Steam\steamapps\workshop\content\108600\2781963981\mods\RewardingNightCombat\media

In the sounds folder, add your sounds as.wav files. One called rnc_custom_trigger.wav, the other called rnc_custom_ending.wav. The first will trigger when night starts. The second will trigger after it ends.

Go to the lua folder, then shared, and open rnc_options.lua.

in rnc_options.lua, set custom_trigger_sound = true, and custom_ending_sound = true

now go to the scripts folder, and make a new file called rnc_custom_sounds.txt

paste this code into that file: https://pastebin.com/Au8k4YwB

If you did that right, the custom sounds will play. Just make sure you have the trigger sound enabled in the sandbox settings.
Last edited by Flazz; 20 Nov, 2023 @ 2:59am