So I was trying to get the sounds for Ghost in the shell Online using FSBext and it seems like I ran into problems when trying to play OGG files. The WAV's that were extracted work like a charm. However, the OGG's do not. I was wondering if there was any way to get the OGG's to work by converting them or giving them a header or would I have to wait until a fix is found for OGG's to work? The FSBext works like a charm on extracting them, but WAV's play and OGG's don't. I heard that I can try attaching an -a to the FSBext but I am not fully sure on how to do that and if it would even work.
The FSB that contains the files is encrypted as well, unsure on how to unencrypt them to try extracting with another program.
Update: I tried using another extraction program that was recommended for extracting sound. However, when trying to drag and drop the file it doesn't extract. When doing it with what I believe is non-encrypted FSB files then sound extracts.
Ghost in the Shell
-
- Posts: 144
- Joined: Fri Aug 08, 2014 11:25 am
Re: Ghost in the Shell
FSBExt cannot properly add a header to the OGG files. You'll need to use id-daemon's tool to transcode them to .WAV from the .FSB container.
There is a tool out there that can extract .ogg files with a header from an FSB, but you need to build it yourself I believe.
There is a tool out there that can extract .ogg files with a header from an FSB, but you need to build it yourself I believe.
-
- Posts: 1125
- Joined: Tue Feb 02, 2016 2:35 am
Re: Ghost in the Shell
Google "phyton-fsb5". You need Phyton 3 to run it if you want your OGG headers.
-
- Posts: 104
- Joined: Fri Jan 20, 2017 10:25 am
Re: Ghost in the Shell
It won't allow me to do this since the files are encrypted. With FSBEXT it allows me to extract the files, however with any other tool it just opens and closes, my main guess is due to it being encrypted. FSBext extracts all the wav's and are able to be played, however id-daemons tool doesn't ask for the encryption password which is why it cannot extract the ogg files. That is pretty much the only part that I am stuck on is the encryption check.
-
- Posts: 144
- Joined: Fri Aug 08, 2014 11:25 am
Re: Ghost in the Shell
Can you post a sample FSB?
If this is from GitS: Stand Alone Complex - First Assault currently in open beta, the encryption key for the FSB files is
as aluigi has already identified that.
Unless they've changed it.
If this is from GitS: Stand Alone Complex - First Assault currently in open beta, the encryption key for the FSB files is
Code: Select all
%lAn2{Pi*Lhw3T}@7*!kV=?qS$@iNlJ
Unless they've changed it.
-
- Posts: 104
- Joined: Fri Jan 20, 2017 10:25 am
Re: Ghost in the Shell
brendan19 wrote:Can you post a sample FSB?
If this is from GitS: Stand Alone Complex - First Assault currently in open beta, the encryption key for the FSB files isas aluigi has already identified that.Code: Select all
%lAn2{Pi*Lhw3T}@7*!kV=?qS$@iNlJ
Unless they've changed it.
That works, the tool Aluigi has is able to accept the code and extract the files, however as we know it won't allow for OGG's to be played. Id-Daemons tool works for unencrypted FSB's however when it comes to the GITs FSB it won't extract anything. Which is where I am stuck, id-daemon's tool won't extract the ogg's and convert them because of the encryption. Aluigi's tool will extract them, however it cannot extract the ogg's into a playable media. I was wondering if there was a way to possibly get pass the encryption to allow for daemon's tool to extract the ogg's into a playable format.