I am having much trouble decrypting and extracting 2 types of files from Mini Ninjas. I am trying to open the TEX and PRM files. I tried to create a script for these, but the tutorials i saw and the scripts it tried just wouldn't work. Can anyone help me in either creating a script or showing me how to make some for these files?
endian big get TEX_SIZE asize get OFFSET long math OFFSET + 0x200 goto OFFSET for get OFFSET long if OFFSET == 0 break endif savepos TMP goto OFFSET get SIZE long math SIZE - 4 math OFFSET + 4 log "" OFFSET SIZE goto TMP next