Ghost in the Shell: First Assault Encrypted *.fsb
-
- Posts: 10
- Joined: Sat Aug 22, 2015 9:37 pm
Ghost in the Shell: First Assault Encrypted *.fsb
Hi there, I'm trying to extract SFX/music from *.fsb from the GitS: First Assault online beta. I tried fsbext, but I cannot find the password to the FSB files in the audio folder. Can someone find a way to open these FSB files?
Here's the link to the data files:
https://mega.nz/#F!hos3hbgA!osg5PEdocR4ytQqjcupVhg
The SFX/Music folder is in data/audio/FMOD_build
Thanks
Here's the link to the data files:
https://mega.nz/#F!hos3hbgA!osg5PEdocR4ytQqjcupVhg
The SFX/Music folder is in data/audio/FMOD_build
Thanks
-
- Posts: 144
- Joined: Fri Aug 08, 2014 11:25 am
Re: Ghost in the Shell: First Assault Encrypted *.fsb
Is there an .fdp file anywhere? the password could be in that file.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Ghost in the Shell: First Assault Encrypted *.fsb
I think the password is the following:
While the dat archives are a job for the great zip.bms
Code: Select all
%lAn2{Pi*Lhw3T}@7*!kV=?qS$@iNlJ
While the dat archives are a job for the great zip.bms
-
- Posts: 10
- Joined: Sat Aug 22, 2015 9:37 pm
Re: Ghost in the Shell: First Assault Encrypted *.fsb
aluigi wrote:I think the password is the following:Code: Select all
%lAn2{Pi*Lhw3T}@7*!kV=?qS$@iNlJ
While the dat archives are a job for the great zip.bms
Thanks, the password works!
-
- Posts: 14
- Joined: Mon Sep 18, 2017 5:25 am
Re: Ghost in the Shell: First Assault Encrypted *.fsb
the 2.0 files seem to not have the same password it uses encryption type 1 for them
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Ghost in the Shell: First Assault Encrypted *.fsb
Can you provide the fsb archive?
If it's big use the filecutter http://aluigi.org/bms/filecutter.bms
If it's big use the filecutter http://aluigi.org/bms/filecutter.bms
-
- Posts: 14
- Joined: Mon Sep 18, 2017 5:25 am
Re: Ghost in the Shell: First Assault Encrypted *.fsb
here you are happy hunting http://depositfiles.com/files/h75rlc8t3
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Ghost in the Shell: First Assault Encrypted *.fsb
Luckily I checked the files before wasting one hours for downloading 900Mb of useless data at 200kb/s (one fsb was enough not the whole collection).
The password I provided is perfect so I don't know what you did.
The password I provided is perfect so I don't know what you did.
-
- Posts: 14
- Joined: Mon Sep 18, 2017 5:25 am
Re: Ghost in the Shell: First Assault Encrypted *.fsb
I ran fsbext picked the file put in the password and it said it failed and exited might be doing it wrong.
http://prntscr.com/gnqts2
http://prntscr.com/gnqts2
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: Ghost in the Shell: First Assault Encrypted *.fsb
in the password you had typed this
but it should be this
replace the two "1" with two lower case "L"
Code: Select all
%1An2{Pi*Lhw3T}@7*!kV=?qS$@iN1J
but it should be this
Code: Select all
%lAn2{Pi*Lhw3T}@7*!kV=?qS$@iNlJ
replace the two "1" with two lower case "L"
-
- Posts: 104
- Joined: Fri Jan 20, 2017 10:25 am
Re: Ghost in the Shell: First Assault Encrypted *.fsb
I actually have a tutorial on how to extract the sounds since I pretty much got all of them.
Ok so the tools you will need are
Luigi's FSBEXT and KT_FSB_EXTRACTOR
I will be using Ghost in the Shell as an Example:
The first thing you are going to do is create a batch file for FSBEXT
here is an example of what I used for GIT's "fsbext -e %%lAn2{Pi*Lhw3T}@7*!kV=?qS$@iNlJ %1
pause" once that is created you will want to take your newly created "Crypt" file and
and take it to where you have the extracted contents of "KT_FSB_Extractor" Once there you select
the "FMOD FSB Extractor" and let it do its thing. Once done you should end up with a lot of playable WAV's.
Ok so the tools you will need are
Luigi's FSBEXT and KT_FSB_EXTRACTOR
I will be using Ghost in the Shell as an Example:
The first thing you are going to do is create a batch file for FSBEXT
here is an example of what I used for GIT's "fsbext -e %%lAn2{Pi*Lhw3T}@7*!kV=?qS$@iNlJ %1
pause" once that is created you will want to take your newly created "Crypt" file and
and take it to where you have the extracted contents of "KT_FSB_Extractor" Once there you select
the "FMOD FSB Extractor" and let it do its thing. Once done you should end up with a lot of playable WAV's.
-
- Posts: 14
- Joined: Mon Sep 18, 2017 5:25 am
Re: Ghost in the Shell: First Assault Encrypted *.fsb
as I am a total noob were dose one make this batch file extractor? its it just code you type into the extractor window? and the as for the password you put that after the -e command is it a command? I just ran luigi's FSBext on a file and got this I don't know if this is all correct or not but end results, http://prntscr.com/go1dfn
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Ghost in the Shell: First Assault Encrypted *.fsb
@lyrikwritr
I don't understand why don't you simply copy&paste the password I provided and continue to insert wrong passwords by hand (oh no I will not tell you the error)...
I don't understand why don't you simply copy&paste the password I provided and continue to insert wrong passwords by hand (oh no I will not tell you the error)...
-
- Posts: 14
- Joined: Mon Sep 18, 2017 5:25 am
Re: Ghost in the Shell: First Assault Encrypted *.fsb
I am copy pasting it in
-
- Posts: 104
- Joined: Fri Jan 20, 2017 10:25 am
Re: Ghost in the Shell: First Assault Encrypted *.fsb
lyrikwritr wrote:as I am a total noob were dose one make this batch file extractor? its it just code you type into the extractor window? and the as for the password you put that after the -e command is it a command? I just ran luigi's FSBext on a file and got this I don't know if this is all correct or not but end results, http://prntscr.com/go1dfn
You open notepad and paste in the info I gave exactly how it is. After you save the document rename the .txt portion to .bat and then run it by double clicking it.
-
- Posts: 2
- Joined: Wed Oct 18, 2017 2:19 am
Re: Ghost in the Shell: First Assault Encrypted *.fsb
GoodConduct wrote:I actually have a tutorial on how to extract the sounds since I pretty much got all of them.
Ok so the tools you will need are
Luigi's FSBEXT and KT_FSB_EXTRACTOR
I will be using Ghost in the Shell as an Example:
The first thing you are going to do is create a batch file for FSBEXT
here is an example of what I used for GIT's "fsbext -e %%lAn2{Pi*Lhw3T}@7*!kV=?qS$@iNlJ %1
pause" once that is created you will want to take your newly created "Crypt" file and
and take it to where you have the extracted contents of "KT_FSB_Extractor" Once there you select
the "FMOD FSB Extractor" and let it do its thing. Once done you should end up with a lot of playable WAV's.
I may be a total retard so whenever I run the .bat file even with copypasted contents fsbxest gives me an "invalid argument" error. Can't seem to create that encryption file you've mentioned to use with the FSB Extractor. Would you mind uploading it somewhere or telling me what am I doing wrong?
EDIT: inputting the password manually into fsbext returns a different error: (Error: the file contains unexpected data or is smaller than expected.)
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Ghost in the Shell: First Assault Encrypted *.fsb
fsbext_2017-10-18_06-43-21.png
Have you copy&pasted the password?
Do NOT type it by hand because you are going to do it wrong like the other user.
notepad_2017-10-18_06-23-23.png
Have you copy&pasted the password?
Do NOT type it by hand because you are going to do it wrong like the other user.
notepad_2017-10-18_06-23-23.png
Code: Select all
fsbext.exe -p "%lAn2{Pi*Lhw3T}@7*!kV=?qS$@iNlJ" FILE.FSB
-
- Posts: 2
- Joined: Wed Oct 18, 2017 2:19 am
Re: Ghost in the Shell: First Assault Encrypted *.fsb
aluigi wrote:fsbext_2017-10-18_06-43-21.png
Have you copy&pasted the password?
Do NOT type it by hand because you are going to do it wrong like the other user.
notepad_2017-10-18_06-23-23.pngCode: Select all
fsbext.exe -p "%lAn2{Pi*Lhw3T}@7*!kV=?qS$@iNlJ" FILE.FSB
I opened up cmd and navigated to fsbext's folder, renamed the sound bank to something simple and copypasted the code you provided. It worked out extracting 2189 files.
Thanks for the help.