UZ.- Posted March 26 Posted March 26 (edited) Hello everyone, does anyone have experience with or know of a QuickBMS script for files with the .paxx extension? I’m able to view the internal files using Dragon UnPACKer, but they are extracted in a corrupted state. I would greatly appreciate any help in advance. ins_pak.paxx.rar Edited March 26 by UZ.- Mayus
Members jmancoder Posted March 27 Members Posted March 27 Try the attached QuickBMS script. From what I can see though, the resulting files have added strange structures starting with 0x69 everywhere, so the files are not really readable as-is. paxx_nrm.zip
UZ.- Posted March 27 Author Posted March 27 Hello @jmancoder, thank you very much for the script—it worked perfectly. However, the extracted images in BMP format still cannot be viewed. I tried changing their file extension, but I didn’t have any success. :C If you know anything else, please let me know. Thank you!
Members Solution jmancoder Posted March 28 Members Solution Posted March 28 After disassembling the game executable, it looks like it is just a basic RLE algorithm. I've attached a Python script that can properly decompress the .paxx.nrm files. Just pass in a path to the game folder and a path to an output folder as command line arguments. Note that it may take a minute or two to decompress everything. nrm_paxx_exporter.zip
UZ.- Posted March 28 Author Posted March 28 Hi @jmancoder, thank you so much!!!!!!!!!!! You’re truly a genius — it extracted all the BMPs with the correct size and colors. You’re the GOAT!!! thanks!!!!!!!!!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now