as it is right now, only the .dat archive format used in the game is useful with this script in any way
however, since most - if not all - files stored in said format are technically "packed files" by definition, i've set up a "parse_data" variable in which the extraction process is set by the user
the instructions goes like this
Code: Select all
math parse_data = 0 # normal extraction(one file will be extracted without any fingerprints of any kind)
math parse_data = 1 # thorough extraction(as in, one "packed file" will be extracted into several subfiles of its own)