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.

MACROSS_PSP

Featured Replies

  • Author
  • Localization

Chthonic, posted Tue Mar 08, 2016 2:42 pm (11846)


I was hoping someone can help me with a Game ARCHIVE Extraction for a PSP and PS3 game. I checked the coding and it's PIDX0 which I haven't seen before

Here's the Link to the PSP game Archive - Macross Ultimate Frontier
https://www.dropbox.com/s/ik4nkw08ny3w6 ... s.rar?dl=0

Here's the Link to The PS3 Game Archive- Macross 30
https://www.dropbox.com/s/m0o7ns8uqogwc ... 2.rar?dl=0
  • Author
  • Localization

Chthonic, posted Wed Mar 09, 2016 9:25 am (11860)


I really appreciate your help aluigi. You're Awesome. I attempted to run the new script and I'm running into an error

78 clog MEMORY_FILE OFFSET ZSIZE SIZE
Error: the uncompressed date (-1) is bigger than the allocated buffer (65536)
Error: The compressed zlib/deflate input is wrong or incomplete (-3)
  • Author
  • Localization

aluigi, posted Wed Mar 09, 2016 9:31 am (11862)


I used the script with both the files you provided but there are no errors.
If it's a different file then you have to upload it.
  • Author
  • Localization

aluigi, posted Wed Mar 09, 2016 2:58 pm (11872)


Script 0.1.1.
The GIM files that will be placed in the "unknown" folder starting with the magics " 3;0" or " 3;1" can't be decompressed, they are probably obfuscated or use some unknown string compression algorithm.
  • Author
  • Localization

Chthonic, posted Wed Mar 09, 2016 5:40 pm (11876)


Is there a new link for the Script 0.1.1?
  • Author
  • Localization

Chthonic, posted Wed Mar 09, 2016 5:47 pm (11877)


My apologies I saw the update-
  • Author
  • Localization

steinrock, posted Fri Dec 18, 2020 7:29 pm (61181)


Hello there.
Sorry for necropost.
I did a small investigation and found that bms script working normally only with Macross Ultimate Frontier macross.dat. With Macross Triangle Frontier macross.dat it's working partially (i have a suspicion that script does not extract all files). With PS3 versions of macross that script is not working. And I found that macross.dat only contains resourses like icons, voices, backgrounds and load screens, not text files. And this script not working with fileset.dat, this file use another structure. In MTF this script extract from fileset.dat some files seems backgrounds and maps but no more.
P.S. Files on MUF macross.dat is not encrypted
I hope this small information may be useful
  • Author
  • Localization

aluigi, posted Thu May 13, 2021 4:31 pm (64018)


Feel free to provide some sample files.
  • Author
  • Localization

gmproxy, posted Wed Aug 18, 2021 7:03 pm (65783)


Greetings. I am currently trying to work on Macross 30 too, and this is what it said after trying that pidx script:

Image

Couldn't find more info about it, sorry.
  • Author
  • Localization

aluigi, posted Fri Aug 27, 2021 12:39 pm (65915)


We still need sample files understanding what's wrong.

Considering that the files of this topic were DAT (like "macross.dat"), I suppose yours is a completely different format, for example some pack.idx files can be parsed by this script http://aluigi.org/bms/dragon_ball_z_boz.bms (I doubt your file is this one)
  • Author
  • Localization

alanm, posted Sat Dec 04, 2021 1:08 pm (67901)


aluigi wrote:
We still need sample files understanding what's wrong.

Considering that the files of this topic were DAT (like "macross.dat"), I suppose yours is a completely different format, for example some pack.idx files can be parsed by this script http://aluigi.org/bms/dragon_ball_z_boz.bms (I doubt your file is this one)


Here are the sample files for Macross 30: pack.idx and fileset0.dat.
https://www.mediafire.com/file/a6rkr7gxukgcdr3/pack.7z/file
Thank you for providing the macross_pidx.bms script which works well for the data.dat archive.
  • Author
  • Localization

aluigi, posted Sat Dec 04, 2021 3:07 pm (67910)


So, as far as I understand, there is a pack.idx and a pack.dat, correct?
Because pack.idx doesn't contain any data, it's only the table.

fileset0.dat has a bit different format, still PIDX but the struct is different (names offsets are in sequence, table is not the same struct).
  • Author
  • Localization

alanm, posted Sat Dec 04, 2021 10:34 pm (67934)


There are only a few files in game disc pack directory as below. Does not seems to have a pack.dat file.
Image
  • Author
  • Localization

aluigi, posted Sun Dec 05, 2021 8:44 am (67939)


I guess I finally figured everything :D
Script 0.2
http://aluigi.org/bms/macross_pidx.bms

The script also works if you select pack.idx and one or more dat files are missing, in which case it will just continue.
  • Author
  • Localization

alanm, posted Sun Dec 05, 2021 4:11 pm (67953)


Really appreciate your help. So it seems both pack.idx and data.dat have overlapping offset table entries point to the same set of files/packs. I have both data[2].dat and fileset[0,1,2].dat in the same directory. I am curious that the log messages below does not mention fileset(n).dat, although fileset.dat path was mentioned inside pack.idx. I got the dialog text files I want from data.dat so I am good. thank you.

quickbms.exe -l backup\macross_pidx.bms pack.idx > pack.lst

QuickBMS generic files extractor and reimporter 0.11.0
by Luigi Auriemma
e-mail: [email protected]
web: aluigi.org
(Apr 5 2021 - 13:56:34)

quickbms.com Homepage
zenhax.com ZenHAX Forum
@zenhax @quickbms Twitter & Scripts

- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\pack.idx
- open script backup\macross_pidx.bms

offset filesize filename
--------------------------------------
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\pack.idx
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 0 2695864 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 4 1395880848 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 3% 35793509 950824960 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 0 1395880848 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 5933555 950824960 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 6534537 1395880848 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 2555777 950824960 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 74% 1042045302 1395880848 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 7183948 950824960 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 1% 16977819 1395880848 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 81% 772772461 950824960 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/lua.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\lua.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 988 786432 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 1% 27193080 1395880848 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/lua.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\lua.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 228 786432 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 4580801 950824960 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/sound.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\sound.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 1% 4141984 371838320 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 0 950824960 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/sound.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\sound.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 0 371838320 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 52 1395880848 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/init.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\init.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 12 8258864 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data2.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 2% 26721512 950824960 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
coverage file 0 0% 32 1395880848 . offset 00000000
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\data/pack/shaders.dat
- enter in folder Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack
- open input file Z:\dev_hdd0\disc\BLJS10184\PS3_GAME\USRDIR\data\pack\shaders.dat

- 59906 files found in 1049 seconds
coverage file 0 0% 105420 87894096 . offset 00000000
coverage file 1 97% 2638708 2695864 . offset 00160f20
coverage file -1 0% 0 174904 . offset 0002ab38
coverage file -2 100%! 1317702 1193340 . offset 0011d5a4
  • Author
  • Localization

aluigi, posted Sun Dec 05, 2021 5:43 pm (67955)


Yeah, it's the same thing I noticed (but I forgot to say).

data\pack\fileset0.dat is available in the list of pack names but is never used, there are no files referenced to it.
Indeed even fileset0.dat itself has 0 files reported:
Code:
00000000 idstr              "PIDX" 4
  50 49 44 58                                       PIDX
00000004 get     PACKS_OFF  0x00000030 4
00000008 get     PACKS      0x00000001 4
0000000c get     INFO_OFF   0x00000050 4
00000010 get     FILES      0x00000000 4
00000014 get     DUMMY      0x00000000 4
00000018 get     OFFSET2    0x00000050 4
0000001c get     OFFSET2_SIZE 0x00000dfc 4
00000020 get     NAMES_OFF  0x00000e4c 4
00000024 get     NAMES_SIZE 0x00000635 4

And there are no files referenced even if you manually set FILES to a greater number or force the table offset to a different position (like 0x2ac)... yeah everything is correct.

So I investigated a bit on it and it looks like it's a sort of slightly different format, FILES is zero but a new FILES field is available later.
I figured out the differences and updated the macross_pidx.bms script to version 0.2.1 for supporting it (obviously pack.idx will still ignore it).

The files it dumps have an FSTS format (even if all the extensions are differents) that is another archive format with segs-compressed files.
I made a script for these files too:
http://aluigi.org/bms/macross_fsts.bms

I hope it's now really 100% covered :)
  • Author
  • Localization

alanm, posted Sun Dec 05, 2021 6:44 pm (67957)


Thank you for getting to the bottom of it. It make sense and I think you have all the archives covered :D .
  • Author
  • Localization

alanm, posted Thu Dec 09, 2021 7:15 am (68064)


Hi, I was looking for gop_scenariotext.gop file which macross_pidx.bms can extracted from data.dat. I changed some Japanese text to English and re-imported it back to data.dat but game did not show my changes. It turns out data.dat has a second file table in offset2. These files are non-compress raw FSTS. I found another copy of gop_scenariotext packed in one of these FSTS file. Don't know why this game pack copies of the same file in serval packs. So I make a copy of macroos_pidx.bms and change it to only export the raw fsts file from offset2. Once i got the fsts, I use macross_fsts.bms to extract the text file. reverse this process to reimport the changes. Now I can see the modified text in game. Here is the pidx offset2 script:

https://www.mediafire.com/file/3tc8z2ut6xa3v9y/macross_pidx_offset2.bms/file
  • Author
  • Localization

kurisunyanyan, posted Thu Mar 10, 2022 8:17 am (70408)


It is awesome, in fact if you use xentax to extract these file you can even get all file by following the correct file path
but I didn't notice before that those GOP texts are dialog text and mission text in the game.
This may be the complete file list of m30, hope it can help you.
https://mega.nz/file/BvR3QAZY#qd0vt6c4d ... b867S5akNc
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.