100% Orange Juice

100% Orange Juice

100% Modding Juice!
Browse through our workshop and download new character skins, card artworks, and more!
Zjistit více
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!
Naposledy upravil michelle obamo... A hekin male??; 6. bře. 2021 v 16.48
< >
Zobrazuje se 12 z 2 komentářů
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.
< >
Zobrazuje se 12 z 2 komentářů
Na stránku: 1530 50