100% Orange Juice

100% Orange Juice

100% Modding Juice!
Browse through our workshop and download new character skins, card artworks, and more!
Learn More
Having trouble replacing sound effects
Maybe I misunderstand how it is done but I've read the guide many times and cant see what I doing wrong! please help!

The sound effects get removed but they aren't getting replaced with what I want.

I've tried some different sound files but none work and they all have 44100Hz sampling rate

this is my mod replacements code

{ "ModReplacements": { "textures": [], "music": [], "voices": { "character": [], "system": [] }, "hair_color": [], "sound_effects": [ "cannon.wav", "decision.wav", "cancel.wav" ] }

this my file structure

Mod folder |__sound |___cancel.wav |___cannon.wav |___decision.wav |__mod.json |__preview.png

thankyou for help!
Last edited by michelle obamo... A hekin male??; 6 Mar, 2021 @ 4:48pm
< >
Showing 1-2 of 2 comments
Solidus 138 14 Mar, 2021 @ 12:15pm 
I haven't modded sound effects myself, but try to remove the extensions from your code:

Instead of:

"cannon.wav",
"decision.wav",
"cancel.wav"

Try

"cannon",
"decision",
"cancel"

At least with BGM that's how it works.
𝓒𝓳 19 May, 2022 @ 8:15am 
ew
< >
Showing 1-2 of 2 comments
Per page: 1530 50