Jump to content

[Tutorial] Adding sounds to your characters


Recommended Posts

requires:

notepad++

Don't Starve Mod Tools

** code you need **

 

    Asset("SOUNDPACKAGE", "sound/esctemplate.fev"),    
    Asset("SOUND", "sound/esctemplate.fsb"),

-------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------------------

 inst.soundname = "esctemplate"

----------------------------------------------------------------------------------------------------------------------------------------------

Spoiler

1.png2.png3.png3a.png4.png5.png6.png7.png8.png9.png10.png11.png12.png13.png14.png15.png16.png17.png18.png19.png20.png21.png22.png23.png24.png25.png26.png27.png28.png29.png30.png31.png32.png33.png34.png35.png36.png37.png38.png39.png40.png41.png42.png43.png44.png45.png46.png47.png48.png

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...