Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Failed Extraction PCK (Perfect World - Jade Dynasty)

Initiate Mage
Joined
Jan 6, 2013
Messages
3
Reaction score
0
hello, it's redpillar here. hope you can help me!

i already made a research around this forum and i found the following threads:

http://forum.ragezone.com/f693/spck-simple-pck-utility-675051/ - links not working
http://forum.ragezone.com/f615/cant-extract-models-pck-985009/
http://forum.ragezone.com/f755/edit-interfaces-pck-792233/
http://forum.ragezone.com/f615/extract-files-pck-797671/
http://forum.ragezone.com/f755/spck-773957/

i'm trying to unpack "models.pck" by using 3-4 different types of extractors, but nothing happens. i also tried some QuickBMS scripts, and obviously they don't work.

somewhere i read something about the limit of the extractor (sPCK) to manage files bigger than 2gb. is there any way to split&merge PCK files? if yes, how?

i totally ignore how to parse codes, formats and such things. that's why i ask your assistance.

thanks ahead time for your dealing and attention.
-redpillar
 
Joined
Jun 10, 2012
Messages
557
Reaction score
131
Download the PCK TOOL

for merging the files you have to put this code
Code:
@echo off
title PKX TO PCK MERGER
color 0A
echo WORKING.....
copy /b litmodels.pck+litmodels.pkx litmergedmodels.pck
 [USER=404281]GoTo[/USER] :NEXT
:next
ECHO Done!
 [USER=404281]GoTo[/USER] :EXIT
:EXIT
pause
in a text file then save it as merg.bat or whatever you want but with extension .bat
Put the .bat file at your gamedir and double click on .bat file, a few minutes later your files will be combined in one!
 
Upvote 0
Newbie Spellweaver
Joined
Jan 20, 2010
Messages
48
Reaction score
5
into CMD:
open the file folder in data with cd ****** / cd.. / C:/
copy /b models.pck + models.pkx models.pck
Open the file, and edit it, then with a totalcommander you can cut into more pieces again. (.pck and .pcx).
 
Upvote 0
Newbie Spellweaver
Joined
Jun 19, 2012
Messages
27
Reaction score
4
hello, it's redpillar here. hope you can help me!

i already made a research around this forum and i found the following threads:

http://forum.ragezone.com/f693/spck-simple-pck-utility-675051/ - links not working
http://forum.ragezone.com/f615/cant-extract-models-pck-985009/
http://forum.ragezone.com/f755/edit-interfaces-pck-792233/
http://forum.ragezone.com/f615/extract-files-pck-797671/
http://forum.ragezone.com/f755/spck-773957/

i'm trying to unpack "models.pck" by using 3-4 different types of extractors, but nothing happens. i also tried some QuickBMS scripts, and obviously they don't work.

somewhere i read something about the limit of the extractor (sPCK) to manage files bigger than 2gb. is there any way to split&merge PCK files? if yes, how?

i totally ignore how to parse codes, formats and such things. that's why i ask your assistance.

thanks ahead time for your dealing and attention.
-redpillar

Hello, I don't know if you still need more, I'll post it anyway, I have this pck Extractor, simply place the file models.pck in the folder of the puller, start the extrair.bat and then if you want to compress use the compactar.bat
sorry I don't know English

Download:

pass:news
 
Last edited:
Upvote 0
Back
Top