August 25Aug 25 Localization Hello everyone,I need some help extracting a .pak file from the game Alganon. I’ve tried several methods using WinRAR, ZIP, and different extractors such as Game Extractor/Magic viewer , quickbms with differents unpack scripts but I haven’t had any success so far.Could someone please help me or guide me on how I might be able to extract the remaining files?Thank you very much. I’m leaving the rar with two pak files Assets.rar
August 26Aug 26 15 hours ago, UZ.- said:Hello everyone,I need some help extracting a .pak file from the game Alganon. I’ve tried several methods using WinRAR, ZIP, and different extractors such as Game Extractor/Magic viewer , quickbms with differents unpack scripts but I haven’t had any success so far.Could someone please help me or guide me on how I might be able to extract the remaining files?Thank you very much. I’m leaving the rar with two pak filesAssets.rarDid you try Ravioli Game Tools?
August 26Aug 26 Localization @UZ.- simple .pak unpacker. Extracted data might be compressed i think, need deep analysis, but .png images not compressedunpack.py Edited August 26Aug 26 by MrIkso
August 26Aug 26 Author Localization 2 hours ago, MrIkso said:@UZ.- simple .pak unpacker. Extracted data might be compressed i think, need deep analysis, but .png images not compressedunpack.pyHi @MrIkso , thank you so much for the script! It worked perfectly for the extraction. However, I ran into a small issue: I can only view some of the TGA, DDS, and PNG files, while many other textures seem to come out corrupted.Even so, thank you very much for your time and willingness to help. I truly appreciate it! I will keep looking around for a solution.
August 27Aug 27 Localization Solution I checked the .pak files and found that most use QuickLZ 1.5 level 3 compression. A few are normal ZIP archives under the .pak extension.The technical analysis can be found here.python .\alganon_pak.py "path\to\pak\file" "path\to\extraction\folder"alganon_pak.py Edited August 27Aug 27 by Falkrian
August 27Aug 27 Localization 1 hour ago, Falkrian said:most use QuickLZ 1.5 level 3 compression.Oo, good 👍
August 27Aug 27 Author Localization Hi @Falkrian , thank you so, so much!!!! It worked perfectly, and all the textures are displaying flawlessly. I truly appreciate it from the bottom of my heart! 🙏
Create an account or sign in to comment