Yesterday at 04:32 PM1 day Localization I'm looking for existing tools to unpack data from Armored Fist 2 with filenames. RES files have filename encryption/compression and share the same format as Comanche 3.https://drive.google.com/file/d/1LL8B4M3pOnNovmjdINmxmaWWkC_r_-5f/view?usp=sharing
Yesterday at 07:56 PM1 day Localization added supporthttps://github.com/smiRaphi/UniPyX/commit/bad6b54205b415fcc33faae336138e26c11e21eb
Yesterday at 07:57 PM1 day Solution Hey,These appear to be NovaLogic RESOURCE1 archives and quite some research has been invested into them already. The filenames are XOR'd with repeating bytes: 0xAD, 0xDE, 0xED, and 0xAC.Attached you will find two files:AF2_RES_Unpacker.py | This script will extract .RES filesPlace AF2_RES_Unpacker.py inside the same directory where the .RES files are and let it rip.AF2_LZP1_PNG.py | This script decompresses LZP1 and convert PCX to PNG.Place AF2_LZP1_PNG.py inside the same directory where the .PCX files are and let it rip.Below you will find the research / projects I briefly mentioned before.Source 1: Comanche 3 and Armored Fist 2 NotesSource 2: LZP1 Decompressor + PCX To PNG ConverterAF2_RES_Unpacker.py AF2_LZP1_PNG.py Edited yesterday at 08:08 PM1 day by Falkrian Spelling
Create an account or sign in to comment