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

Jewel Legends - Tree of Life .pak files

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
amdl
n00b
Posts: 16
Joined: Mon Apr 16, 2012 1:38 pm
Has thanked: 2 times

Jewel Legends - Tree of Life .pak files

Post by amdl »

Hi all, sorry my English is not very good.
I followed all the steps to pack a. Pak and the process ends well, but does not modify the xml that I changed.

- unpack .pak with bms idstring "gfcpk"
- Modified framework.xml, line 45 and 46 EN by ES
- Deleted all other files
- Pack - 1 files reimported in 1 seconds
- Copy in the game xml.pak

but the game still in english, I unpack the. pak and is EN and not ES

What am I doing wrong? I send the. pak

NO LINKS TO GAME FILES ALLOWED!

Thank you very much for your work.

Regards :)
amdl
n00b
Posts: 16
Joined: Mon Apr 16, 2012 1:38 pm
Has thanked: 2 times

Re: Jewel Legends - Tree of Life .pak files

Post by amdl »

up :)
Mr.Mouse
Site Admin
Posts: 4073
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 450 times
Been thanked: 682 times
Contact:

Re: Jewel Legends - Tree of Life .pak files

Post by Mr.Mouse »

Did you not read the rules? NO GAME FILES !
amdl
n00b
Posts: 16
Joined: Mon Apr 16, 2012 1:38 pm
Has thanked: 2 times

Re: Jewel Legends - Tree of Life .pak files

Post by amdl »

Sorry, I thought it was the full game.
chenshanhuai
ultra-n00b
Posts: 2
Joined: Sun Jul 01, 2012 5:17 am

Re: Jewel Legends - Tree of Life .pak files

Post by chenshanhuai »

amdl wrote:Sorry, I thought it was the full game.

The game name is DarkMysteries TheSoulKeeper

Follow is the game link:


http://forums.bigfishgames.com/forums/show/3135.page
chenshanhuai
ultra-n00b
Posts: 2
Joined: Sun Jul 01, 2012 5:17 am

Re: Jewel Legends - Tree of Life .pak files

Post by chenshanhuai »

amdl wrote:Hi all, sorry my English is not very good.
I followed all the steps to pack a. Pak and the process ends well, but does not modify the xml that I changed.

- unpack .pak with bms idstring "gfcpk"
- Modified framework.xml, line 45 and 46 EN by ES
- Deleted all other files
- Pack - 1 files reimported in 1 seconds
- Copy in the game xml.pak

but the game still in english, I unpack the. pak and is EN and not ES

What am I doing wrong? I send the. pak

NO LINKS TO GAME FILES ALLOWED!

Thank you very much for your work.

Regards :)


# Mystery Stories: Mountains of Madness
# script for QuickBMS http://quickbms.aluigi.org

idstring "gfcpk"
get VER byte
getdstring KEY 4
get DUMMY long

get SIZE asize
log MEMORY_FILE 0 SIZE

print "wait some seconds/minutes for the decryption..."
savepos OFFSET
for i = OFFSET < SIZE
getvarchr T MEMORY_FILE i
math C = i
math X = i
math X &= 3
getvarchr X KEY X
math C ^= X
math T ^= C
putvarchr MEMORY_FILE i T
next i

print "extraction..."
goto OFFSET MEMORY_FILE
get FILES long MEMORY_FILE
for i = 0 < FILES
get NAMESZ long MEMORY_FILE
getdstring NAME NAMESZ MEMORY_FILE
get ZIP long MEMORY_FILE
get SIZE long MEMORY_FILE
get OFFSET long MEMORY_FILE
get ZSIZE long MEMORY_FILE
if ZIP == 0
log NAME OFFSET SIZE MEMORY_FILE
else
clog NAME OFFSET ZSIZE SIZE MEMORY_FILE
endif
next i
amdl
n00b
Posts: 16
Joined: Mon Apr 16, 2012 1:38 pm
Has thanked: 2 times

Re: Jewel Legends - Tree of Life repack .pak files

Post by amdl »

at the time the game was Jewel Legends - Tree of Life, and now the same thing happens with Dark Mysteries: The Soul Keeper.
The bms I had it, I need to repack the file.
I do all the steps to repack, but the file is not modified.

thanks
Post Reply