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!

[Release] WinPCK for PWI Series Games

I are an engineer
Joined
Feb 28, 2009
Messages
498
Reaction score
398
WinPCK handles and auto-detects PCK files for the following games:
  • Perfect World
  • Jade Dynasty
  • Forsaken World
  • Ether Saga
  • Saint Seiya
  • Hot Dance Party
  • Legend of Martial Arts

Features include:
  • Adding files
  • Deleting files
  • Extracting files
  • Creating PCKs
  • Viewing files within PCK
    • Attempt at auto-detect txt files (ANSI/UTF)
    • Misc files displayed as raw text
  • View images within PCK
    • JPG
    • DDS
    • BMP
    • PNG
    • TGA
    • TIFF
    • GIF
  • Rebuilding PCKs
  • Searching within PCKs
  • Handles PKX extended PCKs
  • Multi-threaded
  • Drag & Drop
    • Drag PCK onto program to open
    • Drag files/folders into program to add to PCK
    • Drag files/folders from PCK to extract into folder
  • Logging of actions/errors
  • Install/uninstall to registry for
    right-click opening of PCKs

You do not need .NET to run WinPCK as it is written in C, C++ and assembly.
It is fast and more functional than other PCK tools out there and handles
multiple games with one program. There is a separate version available that
handles Swordsman as the PCK version is different than those listed above.
In the future, it may be integrated in this particular version. Also, other
features may be included in the future such as viewing SKI files, playing
audio files, etc. This tool is still in development so make sure to backup
before modifying any files. Hey, it's just common sense!

~Bey

Known bugs:
Does not always display Chinese text correctly.
Fix:
Using AppLocale, or better, the open-source corrects this.

Updated:
View attachment 159299
Mirror (4shared):
Mirror (Mega):
Added a few optimizations.
 
Last edited:
Initiate Mage
Joined
Nov 19, 2004
Messages
57
Reaction score
4
thx for making and sharing, with this tool now looking forward to check the model/gfx from Saint Seiya and Hot Dance Party.
 
Junior Spellweaver
Joined
Jan 17, 2016
Messages
158
Reaction score
129
There is one problem,chinese is showed wrong.
 
Junior Spellweaver
Joined
Jan 17, 2016
Messages
158
Reaction score
129
Yes,but can't it be fixed?Why not change files name reading to GBK
 
Junior Spellweaver
Joined
Jan 17, 2016
Messages
158
Reaction score
129
I have seen chinese winpck ~one year ago,do you use it's sources?
 
Junior Spellweaver
Joined
Jan 17, 2016
Messages
158
Reaction score
129
It also breaks splited files like models.pck and litmodels.pck(
 
I are an engineer
Joined
Feb 28, 2009
Messages
498
Reaction score
398
It also breaks splited files like models.pck and litmodels.pck(

Thanks for the bug report. I'll look into it and get it fixed as time permits.



It doesn't seem to be breaking extended PCKs for me (pck/pkx). The problem you may be encountering is, most likely, due to locale issues. I used the open-source Locale Emulator referred to in the first post and it handle the extended PCKs just fine.
 
Joined
Apr 2, 2009
Messages
1,055
Reaction score
209
WinPCK handles and auto-detects PCK files for the following games:
  • Perfect World
  • Jade Dynasty
  • Forsaken World
  • Ether Saga
  • Saint Seiya
  • Hot Dance Party
  • Legend of Martial Arts

Features include:
  • Adding files
  • Deleting files
  • Extracting files
  • Creating PCKs
  • Viewing files within PCK
    • Attempt at auto-detect txt files (ANSI/UTF)
    • Misc files displayed as raw text
  • View images within PCK
    • JPG
    • DDS
    • BMP
    • PNG
    • TGA
    • TIFF
    • GIF
  • Rebuilding PCKs
  • Searching within PCKs
  • Handles PKX extended PCKs
  • Multi-threaded
  • Drag & Drop
    • Drag PCK onto program to open
    • Drag files/folders into program to add to PCK
    • Drag files/folders from PCK to extract into folder
  • Logging of actions/errors
  • Install/uninstall to registry for
    right-click opening of PCKs

You do not need .NET to run WinPCK as it is written in C, C++ and assembly.
It is fast and more functional than other PCK tools out there and handles
multiple games with one program. There is a separate version available that
handles Swordsman as the PCK version is different than those listed above.
In the future, it may be integrated in this particular version. Also, other
features may be included in the future such as viewing SKI files, playing
audio files, etc. This tool is still in development so make sure to backup
before modifying any files. Hey, it's just common sense!

~Bey

Known bugs:
Does not always display Chinese text correctly.
Fix:
Using AppLocale, or better, the open-source corrects this.

Updated:
View attachment 159299
Mirror:
Added a few optimizations.

thanks good job, keep it up
 
Back
Top