100% Orange Juice

100% Orange Juice

100% Modding Juice!
Browse through our workshop and download new character skins, card artworks, and more!
Läs mer
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!
Senast ändrad av michelle obamo... A hekin male??; 6 mar, 2021 @ 16:48
< >
Visar 1-2 av 2 kommentarer
Solidus 138 14 mar, 2021 @ 12:15 
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 maj, 2022 @ 8:15 
ew
< >
Visar 1-2 av 2 kommentarer
Per sida: 1530 50