100% Orange Juice

100% Orange Juice

100% Modding Juice!
Browse through our workshop and download new character skins, card artworks, and 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!
最后由 michelle obamo... A hekin male?? 编辑于; 2021 年 3 月 6 日 下午 4:48
< >
正在显示第 1 - 2 条,共 2 条留言
Solidus 138 2021 年 3 月 14 日 下午 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.
𝓒𝓳 2022 年 5 月 19 日 上午 8:15 
ew
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50