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

Cabal 2 [PK with pass]

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
pixellegolas
ultra-veteran
ultra-veteran
Posts: 423
Joined: Mon Aug 11, 2008 11:30 pm
Has thanked: 27 times
Been thanked: 15 times

Cabal 2 [PK with pass]

Post by pixellegolas »

Image

As many of you know Cabal2 is based on crytek .cgf files. The .pak files have password and I tried with aluigis crysis 2 bms but pass is wrong. I have been skimming through some exe files and dlls and can't find it. The best bet is probably to run .exe and find it but I am bad at that stuff :)

I found this line in one of the files but did not work:
publicKeyToken="1fc8b3b9a1e18e3b"

Was hoping that was the key :)

Here are some files to check, exe,dll,pak

http://www.2shared.com/file/KculkDzs/CABAL_II.html

There are actually some .pak files in LEVELS folder that works because they are plain PK without pass

Found this site about the file format of .cgf to for future noesis ;)

http://tresed.trescom.org/jpog/x-isle_formats.html
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: Cabal 2 [PK with pass]

Post by finale00 »

What cabal 2 is available for DL???

Or was it out for awhile and I just didn't know the right places to look...
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

Re: Cabal 2 [PK with pass]

Post by Ekey »

Code: Select all

publicKeyToken="1fc8b3b9a1e18e3b"
It's not password :)

upload all dll's or link for download client is better.
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:

Re: Cabal 2 [PK with pass]

Post by aluigi »

Code: Select all

# Cabal 2
# script for QuickBMS http://quickbms.aluigi.org

comtype deflate
set XOR_KEY string "0x16 0x95 0x50 0x54 0x9F 0x75 0x7D 0xAC 0x81 0xA3 0xAA 0x95 0x31 0xB3 0x09 0x54 0xA8 0x8A 0x75 0x32 0x12 0x73 0x14 0xCF 0xC3 0x56 0x7C 0x2E 0xCD 0xDE 0xEE 0xEE 0xEB 0x3C 0xd3 0x85 0x16 0x37 0x30 0x28 0x7c"  # incomplete!

for OFFSET = 0
    goto OFFSET
    filexor XOR_KEY OFFSET
    get SIGN long
    if SIGN != 0x04034b50
        cleanexit
    endif
    get ver             short
    get flag            short
    get method          short
    get modtime         short
    get moddate         short
    get crc             long
    get comp_size       long
    get uncomp_size     long
    get name_len        short
    get extra_len       short
    savepos OFFSET
    filexor XOR_KEY OFFSET
    getdstring name     name_len
    getdstring extra    extra_len
    savepos OFFSET
    filexor ""

    if name_len > 41
        putvarchr name 41 0
    endif

    if method == 0
        log name OFFSET uncomp_size
    else
        clog name OFFSET comp_size uncomp_size
    endif
    math OFFSET += comp_size
next
Last edited by aluigi on Tue Mar 13, 2012 4:29 pm, edited 1 time in total.
pixellegolas
ultra-veteran
ultra-veteran
Posts: 423
Joined: Mon Aug 11, 2008 11:30 pm
Has thanked: 27 times
Been thanked: 15 times

Re: Cabal 2 [PK with pass]

Post by pixellegolas »

Image

Works partially but seems that the file ending is getting screwed in some way.

Yeah this client was from september 2011 and I dont see it now anywhere. The weird thing is that the client seems to update even though it was closed beta in september or november
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:

Re: Cabal 2 [PK with pass]

Post by aluigi »

I don't have the full key or the algorithm that generates it, so this is the max I can do
pixellegolas
ultra-veteran
ultra-veteran
Posts: 423
Joined: Mon Aug 11, 2008 11:30 pm
Has thanked: 27 times
Been thanked: 15 times

Re: Cabal 2 [PK with pass]

Post by pixellegolas »

It is very nice indeed :) Is there anything I can do from here? WHen I run launcher it actually downloads a huge .pak file etc, I tried your C9 tutorial but did not find anything.

PS. the generated .chr can be viewed in noesis :)
iaw
advanced
Posts: 52
Joined: Wed Oct 21, 2009 12:52 pm
Has thanked: 9 times
Been thanked: 10 times

Re: Cabal 2 [PK with pass]

Post by iaw »

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:

Re: Cabal 2 [PK with pass]

Post by aluigi »

I have updated the script so that if the name is longer than 41 chars it gets truncated.
the good thing is that when it will ask about a duplicate filename you must only select the 'r' choice and it will automatically rename all the duplicated names.
pixellegolas
ultra-veteran
ultra-veteran
Posts: 423
Joined: Mon Aug 11, 2008 11:30 pm
Has thanked: 27 times
Been thanked: 15 times

Re: Cabal 2 [PK with pass]

Post by pixellegolas »

Image

Working good. Just need to figure out how to do some animation stuff now :)
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: Cabal 2 [PK with pass]

Post by finale00 »

Someone already wrote the model script when the archives were just unpacked? Lol
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

Re: Cabal 2 [PK with pass]

Post by Ekey »

I think it's plugin for 3DMAX or Maya from CryEngine SDK :)
pixellegolas
ultra-veteran
ultra-veteran
Posts: 423
Joined: Mon Aug 11, 2008 11:30 pm
Has thanked: 27 times
Been thanked: 15 times

Re: Cabal 2 [PK with pass]

Post by pixellegolas »

well it's crytek modified so only needed to do some tweaking. You have crysis, aion and other games already done so this was a small change I guess :)
MrMoonKr
beginner
Posts: 29
Joined: Fri Oct 16, 2009 7:18 am
Has thanked: 24 times
Been thanked: 3 times

Re: Cabal 2 [PK with pass]

Post by MrMoonKr »

Above torrent doesn't work properly.
Could anyone do share the full client of cabal2 ?
I am researching the cryengine3 cgf file format. ^^
iaw
advanced
Posts: 52
Joined: Wed Oct 21, 2009 12:52 pm
Has thanked: 9 times
Been thanked: 10 times

Re: Cabal 2 [PK with pass]

Post by iaw »

MrMoonKr wrote:Above torrent doesn't work properly.
Could anyone do share the full client of cabal2 ?
I am researching the cryengine3 cgf file format. ^^
http://down.cabal2.co.kr/setup/cabal2setup.exe :)
Post Reply