Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
deerlybeloved
Posts: 3 Joined: Tue Apr 27, 2021 2:42 pm
Post
by deerlybeloved » Tue Apr 27, 2021 2:51 pm
I'd like to extract the model data from Gregory Horror Show on the PS2. The disc contains the following files;
FILE.STM (69.5mb) IOPRP254.IMG (259kb) MODULE.STM (544kb) MOVIENT.BIN (1.37gb) MOVIEPL.BIN (1.37gb) NGYSND.BIN (14mb) NGYSTM_U.BIN (306mb) SLES_519.33 (3.3mb) SYSTEM.CNF (1kb) I believe
NGYSTM_U.BIN contains the data I'm looking for. I'd really appreciate any sort of help.
The file in question can be found here:
https://drive.google.com/file/d/1maUQuzQRv2mNMVyhlZVpfHSKqBLRgymu/view?usp=sharing
aluigi
Site Admin
Posts: 12984 Joined: Wed Jul 30, 2014 9:32 pm
Post
by aluigi » Wed May 12, 2021 8:57 am
It's just data without index, therefore can't dump anything. The index may be anywhere, maybe in the executable (bad) or in FILE.STM or who know where.
deerlybeloved
Posts: 3 Joined: Tue Apr 27, 2021 2:42 pm
Post
by deerlybeloved » Fri May 21, 2021 4:14 pm
I've tried the script on those four files, and they all worked out. Thank you! However, a majority of the extracted files are .dat files. I'm unfamiliar with working on .dat files, so what would you suggest I do next?
aluigi
Site Admin
Posts: 12984 Joined: Wed Jul 30, 2014 9:32 pm
Post
by aluigi » Thu Aug 26, 2021 10:22 am
Unfortunately some games don't store the original filenames in the archives and also use custom formats.
ThatVideoGameFanatic
Posts: 6 Joined: Sat Nov 06, 2021 12:11 am
Post
by ThatVideoGameFanatic » Thu Aug 11, 2022 3:06 pm
I have the same problem DX I really want to extract the images and textures from this game but I just can't