Black Survival .unity3D
-
- Posts: 104
- Joined: Fri Jan 20, 2017 10:25 am
Black Survival .unity3D
I need help trying to extract the sounds from the Mobile / PC game black Survival. I don't know how to get into the files inside of these unity3D. Been trying for years to extract the sound files from this however no luck. I was wondering if someone could take a look.
This contains all of the unity3D and .Bin
https://www.mediafire.com/file/8s8hq5ur ... s.rar/file
Two Seperate Files
https://www.mediafire.com/file/3ar8n2k0 ... ity3d/file
https://www.mediafire.com/file/utrqyoag ... 0.bin/file
This contains all of the unity3D and .Bin
https://www.mediafire.com/file/8s8hq5ur ... s.rar/file
Two Seperate Files
https://www.mediafire.com/file/3ar8n2k0 ... ity3d/file
https://www.mediafire.com/file/utrqyoag ... 0.bin/file
Last edited by GoodConduct on Wed Apr 29, 2020 5:54 pm, edited 1 time in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Black Survival .unity3D
Better if you just upload one of them instead of a whole rar of 400 Mb
-
- Posts: 104
- Joined: Fri Jan 20, 2017 10:25 am
Re: Black Survival .unity3D
aluigi wrote:Better if you just upload one of them instead of a whole rar of 400 Mb
Will do, I just wanted to put all of them cause some have a .bin attached but I will do as such!
https://www.mediafire.com/file/utrqyoag ... 0.bin/file
https://www.mediafire.com/file/3ar8n2k0 ... ity3d/file
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Black Survival .unity3D
It's a RIFF format so you can dump the content of both the bin and unity3d files with this script:
http://aluigi.org/bms/riff_parser.bms
http://aluigi.org/bms/riff_parser.bms
-
- Posts: 104
- Joined: Fri Jan 20, 2017 10:25 am
Re: Black Survival .unity3D
aluigi wrote:It's a RIFF format so you can dump the content of both the bin and unity3d files with this script:
http://aluigi.org/bms/riff_parser.bms
Thank you for the response. Upon extracting the files for Korean and English it gave me a .sib files as this was the biggest files there. Anyway to extract the .sib and the .dat here?
.sib
https://www.mediafire.com/file/lb22f6yh ... 6.sib/file
For the Japanese Unity Voices it gave me a .dat
https://www.mediafire.com/file/2z6nuhcl ... 7.dat/file
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Black Survival .unity3D
Use fsbext -o -1 for extracting the audio from the FSB files contained in these sib/dat files.
-
- Posts: 104
- Joined: Fri Jan 20, 2017 10:25 am
Re: Black Survival .unity3D
aluigi wrote:Use fsbext -o -1 for extracting the audio from the FSB files contained in these sib/dat files.
Thank you, when opening the file I received a message about encryption which I pasted below.
https://i.imgur.com/dCr3Cpx.png
https://i.imgur.com/VgQkx6g.png
-
- Posts: 104
- Joined: Fri Jan 20, 2017 10:25 am
Re: Black Survival .unity3D
Actually scratch what I said earlier I was able to extract the sounds from the sib's but they come out as static .wav's
https://www.mediafire.com/file/4h0w5so3 ... D.wav/file
https://www.mediafire.com/file/4h0w5so3 ... D.wav/file
-
- Posts: 104
- Joined: Fri Jan 20, 2017 10:25 am
Re: Black Survival .unity3D
Slight bump due to the static on the sound files.
-
- Posts: 104
- Joined: Fri Jan 20, 2017 10:25 am
Re: Black Survival .unity3D
Can this topic get a move to the "Audio and Video file formats" Section since this is what this has now turned into for the sound files being static upon extraction?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Black Survival .unity3D
Moved.
-
- Posts: 104
- Joined: Fri Jan 20, 2017 10:25 am
Re: Black Survival .unity3D
Actually, yea the file is encrypted. Everything extracts successfully but upon trying to play the sound using FSBEXT -o -1 what comes out is named files but play static. Unless I am using the wrong tool to play the sounds. Currently I am trying to play the sounds with Foobar2000 with drag and drop.