Scripts
All scripts can go here. (qbms, ps1, etc)
512 files
-
This is attachment from ZenHAX posted by spiritovod in topic:
Unreal Engine 4 pak-file Unpacker / unreal_tournament_4.bms [UE4 global topic]- 1 Downloads
Submitted -
This is attachment from ZenHAX posted by spiritovod in topic:
Unreal Engine 4 pak-file Unpacker / unreal_tournament_4.bms [UE4 global topic]- 4 Downloads
Submitted -
This is attachment from ZenHAX posted by spiritovod in topic:
Unreal Engine 4 pak-file Unpacker / unreal_tournament_4.bms [UE4 global topic]- 0 Downloads
Submitted -
This is attachment from ZenHAX posted by spiritovod in topic:
Unreal Engine 4 pak-file Unpacker / unreal_tournament_4.bms [UE4 global topic]- 0 Downloads
Submitted -
This is attachment from ZenHAX posted by spiritovod in topic:
Unreal Engine 4 pak-file Unpacker / unreal_tournament_4.bms [UE4 global topic]- 1 Downloads
Submitted -
This is attachment from ZenHAX posted by by-freon in topic:
Unreal Engine 4 pak-file Unpacker / unreal_tournament_4.bms [UE4 global topic]- 36 Downloads
Submitted -
This is attachment from ZenHAX posted by spiritovod in topic:
Unreal Engine 4 pak-file Unpacker / unreal_tournament_4.bms [UE4 global topic]- 2 Downloads
Submitted -
This is attachment from ZenHAX posted by Pokeytax in topic:
Unreal Engine 4 pak-file Unpacker / unreal_tournament_4.bms [UE4 global topic]- 7 Downloads
Submitted -
This is attachment from ZenHAX posted by ssh in topic:
Unreal Engine 4 pak-file Unpacker / unreal_tournament_4.bms [UE4 global topic]- 8 Downloads
Submitted -
This is attachment from ZenHAX posted by ssh in topic:
Unreal Engine 4 pak-file Unpacker / unreal_tournament_4.bms [UE4 global topic]- 84 Downloads
Submitted -
A QuickBMS archive extraction script for NetEase NeoX Engine NXPK (.npk) archives. Originally authored by aluigi (pre-v0.4.0) and modified by me.
Currently Supported Games
Force Extraction (no guarantees) Identity V Onmyoji Changelog
- 816 Downloads
Updated -
QuickBMS unpack scripts for Dragon Raja and Life Makeover. (Use QuickBMS 0.10.1)
Use this for DAT files. (PC and mobile)
- 22 Downloads
Submitted -
QuickBMS unpack scripts for Dragon Raja and Life Makeover. (Use QuickBMS 0.10.1)
Use this for PNG files for the PC versions.
- 13 Downloads
Submitted -
QuickBMS unpack scripts for Dragon Raja and Life Makeover. (Use QuickBMS 0.10.1)
Use this for PNG files for the mobile versions.
- 14 Downloads
Submitted -
A viewer for (to my knowledge) any Xbox 360 Hydro Thunder hurricane textures. Additional steps are needed to obtain the textures in the first place; guide/documentation is available here: https://github.com/pakahenepy/HydroTexture_Hurricane
- 6 Downloads
Submitted -
A quickbms extraction script for the BUNY archive format used by Aspyr's PC port of Star Wars: Bounty Hunter. This will let you extract all the game files inside the data.buny and data_1.buny archives.
- 77 Downloads
Submitted -
- 93 Downloads
Updated -
BMS script to extract the game files. After downloading the game on the Play Store, you need to download extra data to play the game. This data will be in /data/data (you need root access on your phone). The game files are only numbers without extension : "00001360", "00007679". The script can extract these files which contains the raw files of the game.
This script was on zenhax but is uploaded here for sake of preservation.
- 11 Downloads
Submitted -
BMS Script that converts PaRappa The Rapper 2 .spm models to .3ds files. For archival purposes. Originally from http://ps23dformat.wikispaces.com/
The conversion is missing the following:
Sub-mesh positions Every sub-mesh is placed at the root instead of being offset correctly. Every sub-mesh is also merged with the main mesh, making separating them to fix them manually very tedious. Skeleton / Bone data UVs Vertex Colors- 6 Downloads
Submitted -
BMS script that extracts files from CMP.IMG off PaRappa The Rapper (PSP). Written by Yan4ik.
- 7 Downloads
Submitted -
From ZenHax. Since the creation of this scripts, there have been better tools created to deal with these files. I just wanted to upload it for archival purposes.
This BMS script compresses a data block off a "folder" from the .INT archive. Made to be used after separating one from an INT file, decompressing it using parappa2_decompress.bms.txt and modifying it.
- 2 Downloads
Updated -
From ZenHax. Since the creation of this scripts, there have been better tools created to deal with these files. I just wanted to upload it for archival purposes.
This BMS script extracts files off the game's .INT archives.
- 5 Downloads
Submitted -
From ZenHax. Since the creation of this scripts, there have been better tools created to deal with these files. I just wanted to upload it for archival purposes.
This BMS script decompresses the data block off a "folder" from the game's .INT archives.
- 4 Downloads
Submitted -
A script that exports and reimports .STRTBL string table files from many Angel Studios / Rockstar San Diego developed titles from 2000-2010 (technically 2023). I've identified at least 5 different revisions made to the format during that 10 year time frame, all of which are supported.
Requires Python 3.9 or newer. Usage is straight forward to decode to JSON and encode back to STRTBL.
python strtbl.py dec "/path/to/file.strtbl" python strtbl.py enc "/path/to/file.json" The script has been tested with string tables from the following titles:
- 69 Downloads
Updated -
A script that extracts VAGWAD files from Jak 3 and Jak X: Combat Racing, with proper VAGDIR decompression support.
Requires Python 3. The input folder is expected to also have VAGDIR.AYB alongside the target VAGWAD file. The extracted files can be played back with vgmstream.
python script.py "/path/to/VAGWAD.ENG" -o "/path/to/outfolder"- 14 Downloads
Updated