Minecraft xbox360 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: 1917
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 650 times
Contact:

Minecraft xbox360 PCK

Post by aluigi » Wed Aug 15, 2012 7:51 pm

tested with Minecraft skins1.pck of the DLC:

Code: Select all

# Minecraft xbox360 PCK
#   tested with skins1.pck
# script for QuickBMS http://quickbms.aluigi.org

endian big
get DUMMY long
get NAMES long
for i = 0 < NAMES
    get DUMMY long
    get NAMESZ long
    math NAMESZ *= 2
    getdstring NAME NAMESZ
    set NAME unicode NAME
    get DUMMY long
next i

savepos INFO_OFF
for EXTRACT = 0 < 2
    goto INFO_OFF
    get FILES long
    for i = 0 < FILES
        get SIZE long
        get DUMMY long
        get NAMESZ long
        math NAMESZ *= 2
        getdstring NAME NAMESZ
        set NAME unicode NAME
        get DUMMY long
        if EXTRACT != 0
            set FNAME string NAME

            savepos TMP
            goto OFFSET
            get ENTRIES long
            for j = 0 < ENTRIES
                get DUMMY long
                get NAMESZ long
                math NAMESZ *= 2
                getdstring NAME NAMESZ
                set NAME unicode NAME
                get DUMMY long
            next j
            savepos OFFSET
            goto TMP

            log FNAME OFFSET SIZE
            math OFFSET += SIZE
        endif
    next i
    savepos OFFSET
next EXTRACT

lllccc
mega-veteran
mega-veteran
Posts: 216
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Re: Minecraft xbox360 PCK

Post by lllccc » Wed Aug 15, 2012 9:22 pm

hey do you know of any pck repackers ?

User avatar
aluigi
VVIP member
VVIP member
Posts: 1917
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 650 times
Contact:

Re: Minecraft xbox360 PCK

Post by aluigi » Wed Aug 15, 2012 9:44 pm

you can use the reimport feature of quickbms if your new file has the same size or smaller than the original one (section 3 of quickbms.txt)

lllccc
mega-veteran
mega-veteran
Posts: 216
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Re: Minecraft xbox360 PCK

Post by lllccc » Wed Aug 15, 2012 11:57 pm

okay that worked thanks you soo much

Friedslick6
advanced
Posts: 61
Joined: Sun Sep 12, 2010 11:11 pm
Has thanked: 34 times
Been thanked: 8 times

Re: Minecraft xbox360 PCK

Post by Friedslick6 » Tue Jun 10, 2014 7:03 pm

This script isn't detecting the end of file names correctly in the latest PCK files released, so they have to be manually corrected. This is only a minor issue, just thought you should know aluigi.
Thanks for the script though, I've archived every DLC skin for use with the PC version. :)

lllccc
mega-veteran
mega-veteran
Posts: 216
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Re: Minecraft xbox360 PCK

Post by lllccc » Mon Jun 23, 2014 2:53 pm

hello aluigi i just wanted to know if you can update the script i will pm you the small rar tonight

just in case anyone eles wants to try i will post it here
https://www.mediafire.com/?rl8dby72s98z8qf

Post Reply