March 26Mar 26 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 26Mar 26 by UZ.- Mayus
March 27Mar 27 Localization 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
March 27Mar 27 Author 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!
March 28Mar 28 Localization Solution 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
March 28Mar 28 Author 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!!!!!!!!!!
Create an account or sign in to comment