Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

[PS3] Kidou Senshi Gundam Extreme VS Full Boost - Ripping Voice Files

Featured Replies

  • Author
  • Localization

RolexWatch, posted Wed Apr 18, 2018 10:48 am (34118)


I've been looking everywhere a way to rip the voice files from this game for a while, however, all i find is VGM ripping tutorials. It's the first time i've been doing audio rips for PS3 games.
Can anyone tell me what do i need to use and where do i need to look for the voice files?
Please, i am in dire need of those voice files for a project. Thank you!
  • Author
  • Localization

RolexWatch, posted Sat Apr 21, 2018 1:48 pm (34184)


I tried extracting stream.psarc, and it extracted lots of .PAC files, however i don't know how to open them or if they contain the audio files. I searched and found out .PAC files contain models and the sort.

sys.psarc only contained some folders which contain, i believe, save file icons only.

However, when i tried extracting EXFB.psarc, it gave me this message

offset filesize filename
--------------------------------------
00000000 10 00000000.dat

Error: offset in PutVarChr (0xb80ff00b) is negative

Last script line before the error or that produced the error:
79 putvarchr MEMORY_FILE UncompressedSize 0

Press ENTER or close the window to quit

And i tested with both, the normal quickbms and the 4gb files one.
  • Author
  • Localization

aluigi, posted Sat Apr 21, 2018 3:09 pm (34190)


So apparently they are not the same format of brink.bms.
Maybe upload their filecutted files anyway, use http://aluigi.org/bms/filecutter.bms on one of these psarc files.
  • Author
  • Localization

RolexWatch, posted Sat Apr 21, 2018 5:47 pm (34202)


Done.
  • Author
  • Localization

aluigi, posted Sat Apr 21, 2018 9:40 pm (34208)


The problem is the 40 bits UncompressedSize field at offset 0x52, the expected value should be 0x58939d while the value there is 0x1b80ff000... no sense
  • Author
  • Localization

RolexWatch, posted Sun Apr 22, 2018 2:24 am (34214)


aluigi wrote:
The problem is the 40 bits UncompressedSize field at offset 0x52, the expected value should be 0x58939d while the value there is 0x1b80ff000... no sense


Then what should i do then? :|
  • Author
  • Localization

aluigi, posted Sun Apr 22, 2018 6:04 am (34216)


*edit* I posted in the wrong topic...
  • Author
  • Localization

RolexWatch, posted Sun Apr 22, 2018 7:40 am (34222)


It gave me this message now.

offset filesize filename
--------------------------------------
- enter in folder C:\Users\PC\Desktop\Gundam
coverage file 0 0% 0 2544754034 . offset 0000000000000000
- open input file C:\Users\PC\Desktop\Gundam\EXFB.IDX

- error in src\file.c line 465: fdnum_open()
Error: No such file or directory

Last script line before the error or that produced the error:
4 open FDDE "IDX"

Press ENTER or close the window to quit

Not sure why the .sparc file is named .IDX
  • Author
  • Localization

aluigi, posted Sun Apr 22, 2018 8:05 am (34226)


Ah sorry, I posted in the wrong topic.
There is still no solution for brink.bms
  • Author
  • Localization

RolexWatch, posted Sun Apr 22, 2018 8:32 am (34231)


Hope a solution comes up soon, though. :/
  • Author
  • Localization

RolexWatch, posted Sun Apr 22, 2018 3:40 pm (34243)


I found a way of extracting the .sparc files using Total Commander. And i found a bunch of file formats, however, i am clueless about which of these are the audio files for the voices.

.dds Textures

Together in folder
.EIDX 1 FILE
.OELA
.NDP3


Together in folder
.VAGL
.unknown


Together in folder
.unknown
.OMO

Together in folder
.NDP3
.VBN

Together in folder
.BSDF
.BABB
.BSFO

Together in folder
.unknown
.VOT
.KPKP

.LMB

.VBN

Those are all the file formats i found. There are like 35k folders with these files. Not sure where and how should i start to look for the voice files.
  • Author
  • Localization

aluigi, posted Sun Apr 22, 2018 3:49 pm (34246)


Regarding the script I guess the problem wasn't that field but just the huge size of the archived file, over 7Gb when decompressed.
I opted for using a temporary_file instead of the RAM and in theory it should work.
It's a very rare case and I don't like to use temporary_files, let me know if it works: script 0.3.5 http://aluigi.org/bms/brink.bms
You need to use quickbms_4gb_files.exe and be patient while it works.
  • Author
  • Localization

RolexWatch, posted Sun Apr 22, 2018 5:49 pm (34255)


- 112659 files found in 903 seconds
coverage file 0 100% 2544754034 2544754034 . offset 000000000000005c
coverage file 1 100% 7383019524 7383019520 . offset 0000000000000004
coverage file -1 340% 34 10 . offset 0000000000000004

Press ENTER or close the window to quit

I got a .PAC file, do i need to open it with a special program or what?
  • Author
  • Localization

aluigi, posted Sun Apr 22, 2018 6:28 pm (34263)


Here I have access only to the initial 5 Mb of that file and it's clearly a sequence of files, mainly FHM archives but also some other data in the middle.
I guess the index may be at the end of the PAC archive or in other files but I have no access to the original psarc (and I'm not interested in downloading it in case you are thinking about it eh eh eh).

Anyway it looks like you already extracted everything through that plugin for TC so doesn't matter.
Ah, what was the plugin you used?
  • Author
  • Localization

RolexWatch, posted Sun Apr 22, 2018 10:34 pm (34272)


I used this plugin for TC to extract the file (I didn't notice it extracted a .PAC file): https://totalcmd.net/plugring/PSARC.html

Then i used this program from here To extract the files from the .PAC file: http://forum.xentax.com/viewtopic.php?f ... 335#p92335

And these are all the file formats i found so far:
.dds Textures

Together in folder
.EIDX 1 FILE
.OELA
.NDP3


Together in folder
.VAGL
.unknown


Together in folder
.unknown
.OMO

Together in folder
.NDP3
.VBN

Together in folder
.BSDF
.BABB
.BSFO

Together in folder
.unknown
.VOT
.KPKP

.LMB

.VBN
  • Author
  • Localization

aluigi, posted Mon Apr 23, 2018 6:29 am (34276)


The format described on http://forum.xentax.com/viewtopic.php?p=92288#p92288 is the same of http://aluigi.org/bms/kidou_senshi_fhm.bms which is the script I created yesterday based on the raw data I collected here.
Apparently that's all for the extractor, but probably that tool ("xentax.exe"??? As Administrator??? seriously???) prases also the archived NDXR and NDP3 I saw inside or probably not based on the list of extensions you gave in your previous post.
  • Author
  • Localization

RolexWatch, posted Mon Apr 23, 2018 7:11 am (34277)


These are all the file formats i found.

.dds
.unknown
.LMB
.NDP3
.VCL
.LMB
.KPKP
.VOT
.OMO
.NFH
.DNSO
.VAGL
.OELA
.EIDX
.VBN
.BABB
.BSFO
.BSDF
.VSSD
.STPP
.STGP
.NTP3

Any ideas where should i start looking?
  • Author
  • Localization

aluigi, posted Mon Apr 23, 2018 7:23 am (34279)


Proprietary formats are a pain, but in that post the author mentions ttt2 and tr models, whatever they mean.
Anyway that's the max I can do.
  • Author
  • Localization

RolexWatch, posted Mon Apr 23, 2018 7:28 am (34280)


aluigi wrote:
Proprietary formats are a pain, but in that post the author mentions ttt2 and tr models, whatever they mean.
Anyway that's the max I can do.


It's ok. You've been of great help. Thank you so much! :D

Also, TTT2 and TR means Tekken Tag Tournament 2 and Tekken Revolution.
  • Author
  • Localization

RolexWatch, posted Mon Apr 23, 2018 12:24 pm (34283)


I did some more exploring and i found out EXFB.psarc was the file that actually contained the model files.
So i tried extracting the .PAC files from stream.psarc using the http://aluigi.org/bms/kidou_senshi_fhm.bms file, however i can't extract the files, it gives me a message that reads:

offset filesize filename
--------------------------------------

- signature of 4 bytes at offset 0x00000000 doesn't match the one
expected by the script:

this one: "A#y"
41 04 23 79 A.#y

expected: "FHM "
46 48 4d 20 FHM

- 0 files found in 0 seconds
coverage file 0 0% 4 21258240 . offset 00000004
- open input file C:\Users\PC\Downloads\Kidou Senshi Gundam Extreme VS Full Boost (JPN) PS3\Mobile Suit Gundam Extreme Vs. Full Boost BLJS10250\BLJS10250\PS3_GAME\USRDIR\files\STREAM0A71CFD6.PAC
- open script C:\Users\PC\Downloads\kidou_senshi_fhm.bms
- set output folder C:\Users\PC\Desktop

offset filesize filename
--------------------------------------

- signature of 4 bytes at offset 0x00000000 doesn't match the one
expected by the script:

this one: ""
00 02 01 00 ....

expected: "FHM "
46 48 4d 20 FHM

- 0 files found in 0 seconds
coverage file 0 0% 4 9897424 . offset 00000004
- open input file C:\Users\PC\Downloads\Kidou Senshi Gundam Extreme VS Full Boost (JPN) PS3\Mobile Suit Gundam Extreme Vs. Full Boost BLJS10250\BLJS10250\PS3_GAME\USRDIR\files\STREAM0EA1704F.PAC
- open script C:\Users\PC\Downloads\kidou_senshi_fhm.bms
- set output folder C:\Users\PC\Desktop

Press ENTER or close the window to quit

I did a full research and most errors mark those two values. Sorry if we are bothering you with this. It is not our intention. My apologies. :/
  • Author
  • Localization

RolexWatch, posted Mon Apr 23, 2018 5:15 pm (34298)


There are more than 2 pac files, i only shared two of them as all of them showed those two values when extracting. But here they are.

I had to upload it to mediafire since the file is about 35 mb.

http://www.mediafire.com/file/4xnbsdxex ... stream.zip
  • Author
  • Localization

aluigi, posted Mon Apr 23, 2018 5:38 pm (34300)


No, they have no sense.
STREAM0A71CFD6.PAC is completely random data.
STREAM0EA1704F.PAC is a container of files without index (which is probably in another file), without index you can only run a file ripper on it for dumping the RIFF files and possibly other known formats.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.