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

Dead Nations sound.pck

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Dead Nations sound.pck

Post by aluigi »

script for quickbms for extracting the files from sound.pck:

Code: Select all

# Dead Nations sound.pck

endian big
idstring AKPK
get INFO_SIZE long
get DUMMY long  # 1
get DUMMY long  # 10
get DUMMY long  # 4c
get DUMMY long  # 3004
get DUMMY long  # 1
get DUMMY long  # c
get DUMMY long  # 0
get NAME string

savepos MYOFF
for MYOFF = MYOFF < INFO_SIZE
    do  # lame but works
        get DUMMY long
    while DUMMY != 1
    get ZERO long
    get SIZE long
    get OFFSET long
    savepos MYOFF
    log "" OFFSET SIZE
next
Barnaby
advanced
Posts: 47
Joined: Mon Dec 14, 2009 5:41 pm

Re: Dead Nations sound.pck

Post by Barnaby »

Thanks mate :) Great work.
Post Reply