100% Orange Juice

100% Orange Juice

100% Modding Juice!
Browse through our workshop and download new character skins, card artworks, and more!
Más información
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!
Última edición por michelle obamo... A hekin male??; 6 MAR 2021 a las 16:48
< >
Mostrando 1-2 de 2 comentarios
Solidus 138 14 MAR 2021 a las 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 MAY 2022 a las 8:15 
ew
< >
Mostrando 1-2 de 2 comentarios
Por página: 1530 50