Prisoner Of War (Xbox) SGT & SPT Unknown Format
Prisoner Of War (Xbox) SGT & SPT Unknown Format
Hi, Can anyone on here help with these unknown audio formats SGT & SPT for the video game, "Prisoner Of War"? I can't seem to find ways to get the audio to play in any audio players due to the unknown audio formats the music in this game are in. There isn't much information about this format around and I was wondering if anyone else has encountered this format before and has/willing to help with a solution/answer? All console and PC versions of Prisoner Of War use these two audio formats. Files to look at provided below. Would be very much appreciated.
GUI.sgt
https://www16.zippyshare.com/v/vktCftUJ/file.html
GUI.spt
https://www16.zippyshare.com/v/segXUnNi/file.html
GUI.sgt
https://www16.zippyshare.com/v/vktCftUJ/file.html
GUI.spt
https://www16.zippyshare.com/v/segXUnNi/file.html
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Prisoner Of War (Xbox) SGT & SPT Unknown Format
It's a RIFF container so you can use this script to dump all the data:
http://aluigi.org/bms/riff_parser.bms
That's the script 0.1.2 because it contains a nested RIFF, it's the first time I see it and so I decided to make the script compatible
http://aluigi.org/bms/riff_parser.bms
That's the script 0.1.2 because it contains a nested RIFF, it's the first time I see it and so I decided to make the script compatible
Re: Prisoner Of War (Xbox) SGT & SPT Unknown Format
aluigi wrote:It's a RIFF container so you can use this script to dump all the data:
http://aluigi.org/bms/riff_parser.bms
That's the script 0.1.2 because it contains a nested RIFF, it's the first time I see it and so I decided to make the script compatible
Thanks but what would you do with the said data when dumped? Sorry but I'm a noob at this stuff.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Prisoner Of War (Xbox) SGT & SPT Unknown Format
It's just data. don't expect easy readable formats.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Prisoner Of War (Xbox) SGT & SPT Unknown Format
In the meantime I have updated the script because there was a bug, now you will get more data but still useless if you can't examine every single file and understanding its content
Re: Prisoner Of War (Xbox) SGT & SPT Unknown Format
aluigi wrote:In the meantime I have updated the script because there was a bug, now you will get more data but still useless if you can't examine every single file and understanding its content
How would you find embedded audio in the data?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Prisoner Of War (Xbox) SGT & SPT Unknown Format
There is no audio data in the files you provided. Mainly unicode text
Re: Prisoner Of War (Xbox) SGT & SPT Unknown Format
aluigi wrote:There is no audio data in the files you provided. Mainly unicode text
The following is a music file out of the games folder. This will have audio inside.
Day1.sgt
https://www69.zippyshare.com/v/RonGn7Bi/file.html
Re: Prisoner Of War (Xbox) SGT & SPT Unknown Format
DirectMusic Producer plays SGT files. Tested it on these. problem is extracting them.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Prisoner Of War (Xbox) SGT & SPT Unknown Format
Right, now it has sense.
sgt is a sort of midi-like probably, a reference for loading the instruments from the dls files.
viewtopic.php?t=6993
I tried the "archive" approach.
Anyway that link is the only information I have about this stuff.
sgt is a sort of midi-like probably, a reference for loading the instruments from the dls files.
viewtopic.php?t=6993
I tried the "archive" approach.
Anyway that link is the only information I have about this stuff.
Re: Prisoner Of War (Xbox) SGT & SPT Unknown Format
aluigi wrote:Right, now it has sense.
sgt is a sort of midi-like probably, a reference for loading the instruments from the dls files.
viewtopic.php?t=6993
I tried the "archive" approach.
Anyway that link is the only information I have about this stuff.
I found an old plugin for WinAmp named, "Ficedula Direct Music v1.10" which plays SGT files in WinAmp. No errors or nothing.