Cheerio 2687 Report post Posted September 14, 2013 This tutorial will teach you how to create a mod which replaces a sound in 'Don't Starve'. For this tutorial, we're going to replace the 'rabbit scream' sound with a 'bird scream'. This tutorial requires:- PC version of 'Don't Starve' and 'Don't Starve Mod Tools'- The 'Sound Mod Tutorial' mod installed through Steam Workshop or on the Klei Forum downloads. Tutorial:All sounds in 'Don't Starve' are called events. To replace an existing sound event, we need to create a new sound event using the FMOD designer and then tell the game to use that sound instead. Let's get started! To launch the designer, Double click on the 'Don't Starve Mod Tools' in steam: Now inside the designer, browse to your mod folder and open 'sound_mod_tutorial.fdp'. Next click on the events tab and scroll down till you find the 'rabbit_scream' event. Right click on the gray area under the word play list and click add sound. Add the 'bird_scream.wav' sound from the mod folder. Press 'CTRL+B' to bring up the build menu and click the build button. You can now close the designer. Browse to the mod folder and open up a file named 'modmain.lua' in your favorite text editor. Remove the two dashes next to the 'rabbit_scream' line and save the file. Now start the game and go chase some rabbits! Remember to enable your mod through the mods menu. Happy modding! 3 Share this post Link to post Share on other sites
Malacath 123 Report post Posted September 15, 2013 Thanks! Was a lot of help ^^ Share this post Link to post Share on other sites
Cheerio 2687 Report post Posted September 17, 2013 I updated the tutorial with a better FMOD project which more closely resembles the one used by the game. 1 1 Share this post Link to post Share on other sites
playsmoked 0 Report post Posted January 12, 2015 Hi guys i dont know how to fix the error, can u give me a hand, i upload my character in mega because i need help to make this custom character work.When i activate the mod the game crash please help mehttps://mega.co.nz/#!7h5AFaAY!ae62BjX_AeD6IV7ryYPEJOJu13LBuZmZzJzPa8d93Wg Share this post Link to post Share on other sites
Doctor Donna 201 Report post Posted September 5, 2015 Mhm if I build, the designer will freeze. :/ Share this post Link to post Share on other sites
Ultroman 752 Report post Posted May 19, 2019 The Workshop link in the OP is busted. Just needs "http://" fixed to work. Also, the API version set in the modinfo.lua no longer matches the game. Share this post Link to post Share on other sites
Marcopolosolo74 0 Report post Posted October 14, 2019 Listen I am trying every step that I can, and yet I do not understand, Is there a simpler way like a video to help us. Share this post Link to post Share on other sites
Bmhggg 0 Report post Posted August 13, 2020 how do I create a .bank sound file? Share this post Link to post Share on other sites
sarikei 0 Report post Posted March 30, 2021 (edited) nevermind Edited March 30, 2021 by sarikei answered my own question Share this post Link to post Share on other sites
inches 1 Report post Posted September 13, 2021 (edited) Quote PC version of 'Don't Starve' and 'Don't Starve Mod Tools' This explicitly means that it's PC only and not just Steam/Mac, ya? I'm not finding "Don't Starve Mod Tools" when searching the steam workshop on my Mac. Edited September 13, 2021 by inches Share this post Link to post Share on other sites