Jump to content

Recommended Posts

Hey I modified Cheerio's old Sound Tutorial Mod to silence some stuff and got it working fine in single player DS. I don't know enough about modding to get it to work in DST though. The entire modmain.lua file is made up of these commands (mod name changed from the original):

Assets = {
    Asset("SOUNDPACKAGE", "sound/sweet_silence.fev"),
    Asset("SOUND", "sound/sweet_silence.fsb"),
}

--RemapSoundEvent( "dontstarve/HUD", "sweet_silence/HUD" )
--RemapSoundEvent( "dontstarve/HUD/XP_bar_fill_fast", "sweet_silence/HUD/XP_bar_fill_fast" )
--RemapSoundEvent( "dontstarve/HUD/XP_bar_fill_slow", "sweet_silence/HUD/XP_bar_fill_slow" )
--RemapSoundEvent( "dontstarve/HUD/XP_bar_fill_unlock", "sweet_silence/HUD/XP_bar_fill_unlock" )

 

I have no idea what to do with this, but the game is telling me that it can't locate sound/sweet_silence.fev (and I don't even know where to find that in general). 

ty

 

edit: I removed the asset from modmain.lua and now it's working. leaving this up in case it helps anyone else.

Edited by sarikei
fixed it

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...