Deep Freeze .SAF

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
FantasyNik
Posts: 2
Joined: Wed Sep 21, 2016 1:44 am

Deep Freeze .SAF

Post by FantasyNik »

Hi, everybody. Interested in one game for PS1 Deep Freeze. Most of the resources are in open format. But there is also compressed data. Help me get them out and pack them back in.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Deep Freeze .SAF

Post by aluigi »

Weird names, I guess the first character is a jolly used for using less data, and probably the data is encrypted:

Code: Select all

# Deep Freeze .SAF
get FILES long
for i = 0 < FILES
    getdstring NAME 12
    get OFFSET threebyte
    get DUMMY byte
    get SIZE threebyte
    get DUMMY byte
    math OFFSET * 0x800
    log NAME OFFSET SIZE
next i