Jump to content

Recommended Posts

Hello everyone! I've been having trouble with sounds working, I followed the Custom Character sounds tutorial. The sounds play perfectly fine in FMOD designer but doesn't work in-game

	Asset("SOUNDPACKAGE","sounds/wheeler.fev"),
	Asset("SOUND", "sounds/wheeler.fsb"),

}

RemapSoundEvent("dontstarve/characters/wheeler","wheeler/wheeler")
RemapSoundEvent("dontstarve/characters/wheeler/talk_LP","wheeler/wheeler/talk_LP")
RemapSoundEvent("dontstarve/characters/wheeler/hurt","wheeler/wheeler/hurt")
RemapSoundEvent("dontstarve/characters/wheeler/death_voice","wheeler/wheeler/death_voice")

I have this code of course, and i put inst.soundsname = "wheeler" for my character, However it still won't work? I'm using mp3 files and im confused as to why its not working, I shared the fdp files. Thank you to anyone who can help me.

wheeler.fdp

Edited by Omaremad74

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...