Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Fieldrunners 2 (*.PAK)

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Fieldrunners 2 (*.PAK)

Post by Ekey »

Code: Select all

filexor 0xf8

ComType deflate

for
    idstring "PK\x03\x04"

    get ver         short
    get flag        short
    get method      short
    get timedate    long
    get crc         long
    get comp_size   long
    get uncomp_size long
    get name_len    short
    get extra_len   short
    getdstring name     name_len
    getdstring extra    extra_len

    savepos offset
    if method == 0
    Log name offset uncomp_size
else
    CLog name offset comp_size uncomp_size
endif
    math offset += comp_size
    goto offset
next i
Elayna
ultra-n00b
Posts: 7
Joined: Tue Oct 07, 2014 11:43 pm
Has thanked: 4 times

Re: Fieldrunners 2 (*.PAK)

Post by Elayna »

Been searhing for this after extracted the file. I am new in this website and i find this website and the people here are SUPER AWESOME!!


Ekey wrote:

Code: Select all

filexor 0xf8

ComType deflate

for
    idstring "PK\x03\x04"

    get ver         short
    get flag        short
    get method      short
    get timedate    long
    get crc         long
    get comp_size   long
    get uncomp_size long
    get name_len    short
    get extra_len   short
    getdstring name     name_len
    getdstring extra    extra_len

    savepos offset
    if method == 0
    Log name offset uncomp_size
else
    CLog name offset comp_size uncomp_size
endif
    math offset += comp_size
    goto offset
next i
Post Reply