Game Archive
The Original Forum. Game archives, full of resources. How to open them? Get help here.
466 topics in this forum
-
Hello, i'm here to ask if anyone can help me solve this .spd audio archive format? It's a format used by Honey ∞ Parade Games in games such as Senran Kagura: New Link and Dolphin Wave to store audio files (in the case of DW, it stores a bunch of .ogg files from what i have seen so far from digging the PC version's files). At first i check if my foobar2000 with the vgmstream component can extract the content but failed. I then tried to see if this format have been solved before but all i could find was another format with similar name for some GameCube games. Since i'm a complete noob at reverse engineering, i can only explain things in the header section: From what i have…
-
-
- 8 replies
- 4.7k views
- 1 follower
-
-
TextData_eng.zipAnyone know how to decrypt this game/provide a tutorial on how so I can read the game files? Or another program I can use? I can view some files in AssetStudio by inputting Unity version as 2021.3.57f2 but there's a lot of bundle files that come up with random walls of text if I try read them. TextData_eng.zip TextData_eng.zip
-
- 2 replies
- 570 views
-
-
Are there ways to restore hashed filenames from Need for Speed: Hot Pursuit 2 (PS2) ZZDATA.BIN and ZDIR.BIN? The filenames are already included in Ekey's unpacker and NFS-Disculator Link: https://github.com/Ekey/NFS.BIN.Tool ZZDATA.BIN: https://mega.nz/file/VeAnSKpT#DMTtk7S1N4eWbNrLDdX6hEN31ltxjgjMqdcRHaWA-RQ ZDIR.BIN: https://mega.nz/file/UGp20ZQb#IzX9dWh97QKxy6LwftLTJ4WFi6FfUBxUglkuL-bOrfE
-
- 2 replies
- 499 views
-
-
Does anyone have an idea to write a tutorial to restore filenames from Yeti.big and unpack data from GLBs (not to be confused with the open standard 3D model file format by Khronos Group)? The GLBs have data compression/encryption/obfuscation. I tried all Aluigi's QuickBMS script but they failed. Yeti.big: https://mega.nz/file/sSRkFTCY#9N-2CMFeRyzTDshGhqnBZf6tpq4BrifLchIG2L7u7fU .glb: https://mega.nz/file/NaRjQIpD#Mvs83RV9HtZMiYzHQn0-TSMwsn-0_dcRGOxu2pM_GVQ Here are the Xbox 360 executables to analyze if you want to log filenames from Yeti.big and decrypt GLBs graw2xbox360executables.rar
-
-
- 11 replies
- 617 views
-
-
Is there any tool that can unpack data MotoGP: Ultimate Racing Technology 3 ARKs? These files have LZSS compression and they have no filenames, only hashes. ARKs from MotoGP URT 3 share the same format as MotoGP URT 1 and 2. PC: https://drive.google.com/file/d/13RPNmvGmU-q8dfomTeIQHKeIH4cncXdY/view?usp=sharing Xbox: https://drive.google.com/file/d/1ODUAlQpowlhEMGxZIz0f481Zoum7Z5fR/view?usp=sharing
-
-
- 3 replies
- 399 views
- 1 follower
-
-
Hi. Any tools or scripts available for PAK file from "RTL Ski Jumping 2002" (PC)? Sample file --> https://drive.google.com/file/d/1BKKgEBWTSye_9ayMGSggAeZ6uBg27AeW/view?usp=sharing Compression method is currently unknown. File format should look like this: // PAK file format // directory number_of_files * { 4 bytes (uint32) - compressed file size 4 bytes (uint32) - file ID? 4 bytes (uint32) - unknown 4 bytes (uint32) - unknown 64 bytes (char) - file path // e.g. "SOUND\TEXTPL\10_001A.WAV" } x bytes - padding (nulls) // data number_of_files * { 8 bytes (uint64) - uncompressed file size?? x bytes - compressed file data x bytes -…
-
-
- 19 replies
- 7.6k views
-
-
New-World-Pak-Extractor-main.zip A Python tool for extracting game resources from the .pak files of New World: Aeternum. This project was tested on the Steam version with BuildID 22469132, and all game resources in the tested packages were successfully extracted. https://github.com/PeterZhenhh/New-World-Pak-Extractor
-
- 5 replies
- 499 views
- 1 follower
-
-
Hi. Does anyone have a script or tool to unpack pcfile.dat and commentcount.dat from RTL Ski Jumping 2004? My scrpit doesn't work: import os import struct def extract_packfile(pack_path, output_dir): if not os.path.exists(output_dir): os.makedirs(output_dir) print(f"Opening file: {pack_path}") with open(pack_path, 'rb') as f: # Read "PACK" magic header magic = f.read(4) if magic != b'PACK': print(f"ERROR: Not a valid PACK file! Header found: {magic}") return # Read version and file count (32-bit integers, Little-Endian) …
-
- 6 replies
- 501 views
-
-
Hi. Does anyone have a script or tool to unpack pack files from RTL Ski Jumping 2001? Packfile : https://www.dropbox.com/scl/fi/lfv3y335tbol01zny9csg/packfile.zip?rlkey=k3ytkblsd28erp7kdhyy2qby5&st=w5kacn7r&dl=0
-
- 5 replies
- 428 views
-
-
Can anyone make a script or a tool for this container. https://www.mediafire.com/file/lejui1c5q1ctzck/datapack.kpd/file
-
-
- 7 replies
- 2.1k views
- 1 follower
-
-
Is there any program the can unpack MPQs from Warcraft III: Reign of Chaos? The MPQs have data compression/encryption/obfuscation and share the same format as other Blizzard games like Diablo II and StarCraft. Here are the executable if you want to analyze for compression or encryption code https://mega.nz/folder/wPgXRYoQ#XY0Sa3_MOXlBA60-ih4S0Q
-
-
- 2 replies
- 423 views
-
-
Hello, I need please, an export and import tool for the game Call of Duty: Black Ops Cold War. I have tried many searches online, but I couldn’t find any tool for exporting and importing for this game. I would really appreciate it if you could share a tool, if one exists. I have only shared a small file here as an example. Thank you in advance. File.rar
-
- 1 reply
- 369 views
- 1 follower
-
-
Are there fixed alternative tools that can unpack archive.ar from Street Racing Syndicate? I tried Technyx but it failed: C:\Users\asd\Downloads\Compressed\Technyx-v1.10.4-win64>echo off Extract CDFILES archive v1.10.2, Copyright (C) 2023-2025 Lukas Cone Simply drag'n'drop files/folders onto application or use as technyx_toolset cdfiles_extract [options] path1 path2 ... Tool can detect and scan folders and uncompressed zip archives. Loading config: technyx_toolset.config [0x00000950] Processing: cdfiles.dat [0x00000950] Generating cache. Press any key to continue . . . 0 files. Total: ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿ 36% The fi…
-
-
- 10 replies
- 715 views
-
-
I tried this QuickBMS script but I got no filenames, it only has hashes. Are there ways to restored hashed filenames from Data1.AIF? https://mega.nz/file/dfJglLpZ#it3I-688eGS8NGB61aaT0bQV-ZdN1fiIkgxzmFgTtiQ
-
- 8 replies
- 5.5k views
-
-
Tried to rip assets (sounds, models, textures, and sprites) from .urf files, yet i fail got a zip file containing compressed game archives from Victorious Hollywood Arts Debut DS so please help me on this (for behaviour interactive, and could potentially have support for pre-behaviour interactive, aka A2M/Artificial Mind & Movement .bin files) Victorious Hollywood Arts Debut DS (.urf File Examples).zip
-
- 2 replies
- 343 views
-
-
note: the zip file contains multiple Megascene.xpf files Im trying to extract sprites from this game (i think the sprite data is in the .xpf file?) but i tried to do a script, it always fails on me 😞 so if anyone can, please do it Many thanks Multiple Samples of Different Megascene xpf files (Various).zip
-
- 5 replies
- 394 views
-
-
Is there any tool that can unpack data from the PS2 and GameCube versions of Conflict: Desert Storm and does LAYER1_A.DAT have data compression/encryption/obfuscation? I tried Ekey's CE.DAT.Tool and QuickBMS script but it failed (but still works for PC and Xbox versions): C:\Users\asd\Desktop\Release>CE.Unpacker.exe mission1_gamecube.dat mission1_gamecube Conflict Engine DAT Unpacker (c) 2021 Ekey (h4x0r) / v0.0.1.34051 [INFO]: Project File Loaded: 29197 [UNPACKING]: __Unknown\2FFFD88A Unhandled Exception: System.IO.IOException: I/O error occurred. at CE.Unpacker.Helpers.ReadBytes(Stream stream, Int32 count) at CE.Unpacker.DatHelpers.ReadWriteFile(St…
-
- 3 replies
- 309 views
-
-
Hi. I opened this topic to find people who could help me unpack game assets from a game made using the rather unpopular Torus engine from Torus Games. Digging through various forums, I managed to find some tools and scripts for QuickBMS that unpack .hnk files. However, this doesn't provide much of a result, as the archive contents are either formatless or in unprocessed .dat format. I used the Aluigi script from this topic: https://zenhax.com/viewtopic.php@t=173.html I would be grateful if someone could check this file and find a working way to unpack its contents: https://drive.google.com/file/d/14froq_u6DMcZd43PLGma6jA0NVZ_tryQ/view?usp=sharing
-
-
- 7 replies
- 1.2k views
-
-
What is *.zap from Infernal and are there program that can unpack data? Sample: https://mega.nz/file/1DQAgSqR#2jhRAW2E4FpIJ4lb0ZoOlyD7LHLaOFZ07ZNxlLauxW0
-
-
- 6 replies
- 1.5k views
- 1 follower
-
-
Are there existing tools that can unpack data from .dta .pdo .pdw? stcc2_dta.rar stcc2_pdo.rar stcc2_pdw.rar
-
-
- 6 replies
- 416 views
-
-
Trying to rip the sprites from the Game Rasetsu Alternative and the a files are seperate and labeled as a, b, and c they have no extension here are the files! https://drive.google.com/file/d/1-N5_jV4ct_kJNmBjsa-nhTemRdXmpZos/view?usp=sharing
-
-
- 3 replies
- 384 views
-
-
Are there existing tools that can unpack XPKs from WWE Raw (2002)? The filenames and offsets from XPKs are included in BINs. https://mega.nz/file/oewCjD7Y#Wrmnc-J4Re7LdvhiTz3UAwxKGB6jHj8cG0z53-CkElg https://mega.nz/file/UW4igCbR#OOA8PYRvAYqNB7B0d-gRIlfeDhschzqSIfgd5fg_KTQ
-
-
- 1 reply
- 298 views
-
-
Hi! after looking around on old Xentax posts I have found nothing would dump the .BIN files. I have never seen a LF header before I'm pretty sure its an archive header, also tried every importer I could find, Any help? Thanks! Michigan Report from Hell BIN.7z
-
-
- 12 replies
- 1.7k views
- 1 follower
-
-
Hello! I would love to get some help extracting the files and models from this game. There's some .jpkg files and inside seems to have more stuff I found one tool that while it does extract some files, it also gave me an error and doesn't seem the files have the right names? Files inside are .skel, .jtex, .mesh and more Tool mentioned: https://github.com/WistfulHopes/JPKGReader Sample files extracted with the tool: <link removed by Moderator> Game is free on Steam: https://store.steampowered.com/app/2072560/DRAGON_BALL_GEKISHIN_SQUADRA/
-
-
- 4 replies
- 3.9k views
- 2 followers
-
-
What is .img from Pro Evolution Soccer 2008 and are there program that can unpack data with filenames? I see a AFS header but I got no filenames from IMGs. https://mega.nz/file/8PoSlBgK#mugEw1I70jrm2mymlAGVZmtZ8ig3eS7yZmfFsfu9IFE
-
- 3 replies
- 358 views
-