Scripts
All scripts can go here. (qbms, ps1, etc)
511 files
-
Cooking Academy main.pak [.PAK]
By JeanxPereira
Title: paktool – Cooking Academy PAK Unpacker/Repacker (Python)
CLI to unpack/repack Cooking Academy series archives. Auto-detects XOR 0xF7, validates header (MAGIC 0xBAC04AC0 / VERSION 0), preserves entry order and per-entry fields. Shows progress by default and writes export/pack logs. Works on Windows/Linux/macOS (Python 3.9+).
File format (reverse-engineered, little-endian):
• On-disk obfuscation: entire file XOR 0xF7
• Header (8 bytes): u32 magic = 0xBAC04AC0, u32 version = 0
• Directory: repeated entries until 0xFF (terminator)
s8 type (0..127; observed 0 = stored, no compression)
u8 nameLen
name[nameLen] (Latin-1 path)
u32 compSize (stored size)
u32 fieldA (metadata; keep as-is)
u32 fieldB (metadata; constant in observed build)
• Terminator: 0xFF (signed -1)
• Data region: immediately after directory; file blobs concatenated in the same order. For entry i, data offset = base_offset + sum(compSize of entries < i). Observed build uses type=0 (no per-file compression).
Usage:
Unpack: python paktool.py unpack main.pak out_dir --write-plain
Pack: python paktool.py pack out_dir out_dir/manifest.json main_custom.pak
Plain: add --no-xor to emit de-XOR’d output
Quiet: add --quiet to suppress progress
Logs: unpack → out_dir/export.log, pack → .log (override with --log)
Notes:
• Keep original names and order for best compatibility.
• fieldA/fieldB are preserved verbatim.
• If a replaced asset crashes in-game, verify format/dimensions of the replacement.
1 download
Updated
-
[PS2/XBOX] Call of Duty: Finest Hour COD.PAK extract
By Edness
A script that extracts COD.PAK files from the PS2 and Xbox versions of Call of Duty: Finest Hour, with mostly complete filename support.
Requires Python 3.9 or newer. Usage: (X to extract, B to rebuild)
python script.py X "/path/to/COD.PAK" -o "/path/to/outfolder" python script.py B "/path/to/outfolder" -o "/path/to/COD.PAK"
All of the filenames are hashed, and this script is the result of about half a year of on and off work on it. In the end I've gathered roughly 10000 valid/known filenames, and only about 30 files left with unresolved hashes. If you're interested in assisting with these, see my spreadsheet below for more details.
https://docs.google.com/spreadsheets/d/1QEDncvs6EH_KhAWjfUEabVK3r2VhDJDIWftD2pYOkho/edit#gid=0
19 downloads
Updated
-
Backyard Wrestling 1 - extract static Mesh
By Henchman800
This BMS script will let you convert the .MESH files extracted from GAMEDATA.WAD to .3ds with UVs. Level .MESH files will be converted to single submesh .3ds files.
This script was made by AlbinoLeopard from PS23DFormat.
4 downloads
Submitted
-
Backyard Wrestling 1/2 - extract Textures
By Henchman800
Use the BMS-Script and target the GAMEDATA.WAD to extract the games .TEX files. The Noesis script will let you view/convert the resulting .TEX files.
This Method works for all PS2-Versions of Backyard Wrestling 1 & 2.
This script was originally made by AlbinoLeopard from PS23DFormat then edited & improved to make the conversion with Noesis easier.
1 download
Updated
-
Backyard Wrestling 1/2 - unpack GAMEDATA.WAD
By Henchman800
This QuickBMS Script unpacks the GAMEDATA.WAD from all versions of Backyard Wrestling 1 & 2 (PS2 & XBOX).
This will result in lots of files without names (numbered chronologically) seperated into .MESH and .DATA files.
This script was made by AlbinoLeopard from PS23DFormat.
1 download
Updated
-
WrathUnleashedPAKTo3dsbeta.bms
By ZenHAX
This is attachment from ZenHAX posted by t1op in topic:
Need help unpacking character files in Wrath Unleashed (PS2/Xbox)
0 downloads
Submitted
-
skate1_psf.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
0 downloads
Submitted
-
skate1_psf_nodecompress.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
1 download
Submitted
-
THPSX2_DDX.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
1 download
Submitted
-
pak.xen_Decompressor.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
6 downloads
Submitted
-
Skate3_PSF.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
0 downloads
Submitted
-
skate3_psg_dk2_decompressor.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
0 downloads
Submitted
-
THPSX2_BON.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
0 downloads
Submitted
-
skate1_xsf.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
0 downloads
Submitted
-
skate1_xsf_nodecompress.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
0 downloads
Submitted
-
SSX_Tricky_big.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
0 downloads
Submitted
-
Skate3_PSF_nodecompression.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
0 downloads
Submitted
-
skate3_rx2_dk2_decompressor.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
0 downloads
Submitted
-
skate3_xsf_nodecompress.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
0 downloads
Submitted
-
skate3_xsf.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
0 downloads
Submitted
-
ubisoft_montreal_ps2_int.bms
By ZenHAX
This is attachment from ZenHAX posted by AnonBaiter in topic:
Batman Rise of Sin Tzu (PS2) - *.int files
4 downloads
Submitted
-
skate3_rx2_dk2_compressor.bms
By ZenHAX
This is attachment from ZenHAX posted by GHFear in topic:
My Collection Of Tools And QuickBMS Scripts [GHFear]
0 downloads
Submitted
-
ui_title_1.bms
By ZenHAX
This is attachment from ZenHAX posted by Eldinen in topic:
Help with OFFZIP tool
0 downloads
Submitted
-
LocalizedText.bms
By ZenHAX
This is attachment from ZenHAX posted by fignyafsyakaya in topic:
.core and .corestream files from Until Dawn (PS4)
3 downloads
Submitted
-
cursed_mountain.bms
By ZenHAX
This is attachment from ZenHAX posted by hnnewgames in topic:
[Wii] Cursed Mountain .DAT
1 download
Submitted