Jump to content

How to extract the attack sound of cutlass from the fsb file in dlc2?


Recommended Posts

I found the FSB file in sound/dontstarve_ shipwreckedSFX.fsb

I copy the FSB file to the dst mod, and the attack sound of cutlass can be played through the code

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

inst.SoundEmitter:PlaySound("dontstarve_DLC002/common/swordfish_sword")

But this file has 34M, too big.

I tried to open the FSB file with fsbextractor, but I couldn't find the sound of cutlass.

Who can help me? Thank you very much! 

:yaypigs:

 

Edited by tomoya92
Link to comment
Share on other sites

5 hours ago, science scout said:

I know a video for extracting sprites from the game. Maybe it will help a little bit but I'm not sure about sounds.

 

 

 

This is not to extract the sound, but thank you for your reply

Link to comment
Share on other sites

On 2/11/2022 at 8:43 PM, Monti18 said:

It's probably this sound:

image.png.5d3b516c17d0b27c549b3459186b8ee8.png

I have also found these two files, but after extraction, they are Ogg suffixed and cannot be opened with the music player. When using the online Ogg to MP3 website, errors are also reported during conversion.

Link to comment
Share on other sites

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
 Share

×
  • Create New...