Page 1 of 7 123 ... LastLast
Results 1 to 10 of 69
  1. #1
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10

    [Tool] Forsaken World PCK extraction/compression tool

    Special tool for unpacking/packing (compress files and add files) the Forsaken World Angelica file packages


    Extract
    Extracting all files from file "example.pck" to directory "example.pck.files"
    • command line usage: fwPCK.exe -x "example.pck"
    • -x is the switch for extraction
    • example.pck is the path to the input file that should be extracted
    • the input file must always ends with ".pck"
    • the extracted files are placed in "example.pck.files" root directory
    • the root directory is placed in the same folder as the input file
    • supported are perfect world angelica file packages v2008


    Compress
    Compressing all files from directory "example.pck.files" to file "example.pck"
    • command line usage: fwPCK.exe -c "example.pck.files"
    • -c is the switch for compression
    • example.pck.files is the root directory containing the files to be compressed
    • the root directory must always ends with ".pck.files"
    • the output file will be named "example.pck" without the tailing ".files"
    • the output file will be placed in the same folder as the root directory
    • the output file is perfect world angelica file packages v2008 compatible


    Add / Replace
    Adding/Replacing all files from directory "example.pck.files" into file "example.pck"
    • command line usage: fwPCK.exe -a "example.pck.files"
    • -a is the switch for adding files to an exisiting pck package
    • example.pck.files is the root directory containing the files to be added
    • the root directory must always ends with ".pck.files"
    • the exisiting package must be named "example.pck" without the tailing ".files"
    • the exisitng package must be placed in the same folder as the root directory
    • the existing package must be perfect world angelica file packages v2008 compatible


    Note: When replacing files, the data blocks of the old files stays inside the pck, this means replacing over and over again a lot of files will raise the pck' size
    when replacing a lot of files it's strongly recommend to repack the package (this will also remove existing dead data blocks) instead of replacing a large amount of files...


    Add / Replace Base64 encoded Files
    Adding/Replacing all files from directory "example.pck.b64.files" with base64 encoded names into file "example.pck" (the base64 names are decoded while slipstreaming). This option was designed for sPatch to support OS without chinese character encoding support...
    • command line usage: fwPCK.exe -ap "example.pck.b64.files"
    • -ap is the switch for adding files with base64 naming to an exisiting pck package
    • example.pck.b64.files is the root directory containing the files to be added
    • the root directory must always ends with ".pck.b64.files"
    • the exisiting package must be named "example.pck" without the tailing ".files"
    • the exisitng package must be placed in the same folder as the root directory
    • the existing package must be perfect world angelica file packages v2008 compatible


    Create XUP Patch for sPatch
    This is a special renaming and compressing option added to create XUP patches for sPatch.
    • fwPCK.exe -cp "ec_patch"
    • -cp is the switch for creating a 7z compressed patch with base64 naming of pck.files
    • ec_patch is the root directory containing the element folder


    Example of .bat for unpacking


    List of pck files for Foesaken World



    Virustotal result: 0%
    tool by Ronny (pwtools.codeplex.com)

    Please register or login to download attachments.

    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  2. The Following 11 Users Say Thank You to Dwar For This Useful Post:


  3. #2
    boba06
    boba06 is offline
    New member
    Join Date
    2010 Nov
    Posts
    9
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    Hi all, I have a problem

    I have a message "Invalid Amount of arguments press enter to exit"

  4. #3
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    Quote Originally Posted by boba06 View Post
    I have a message "Invalid Amount of arguments press enter to exit"
    Just use a correct commands. E.g. "fwPCK -x building.pck"
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  5. #4
    dkaitos
    dkaitos is offline
    New member dkaitos's Avatar
    Join Date
    2011 Mar
    Posts
    35
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    I'm sorry for my unknowledge but i have to ask something: Is this helpful in the hackin/botting programming process? If yes, how?
    Thanks in advice =)

  6. #5
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    not exactly in bots creation. You could unpack and modify game files: images, scripts etc. You can get images for spells Just check manually all paks

    For bots you should check:
    - maps folder for map data (useful for bot movements, e.g. collision check)
    - elements.data, gshop.data, task_npc.data etc for additional data, such as: spell parameters, quests data an so on
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  7. #6
    dkaitos
    dkaitos is offline
    New member dkaitos's Avatar
    Join Date
    2011 Mar
    Posts
    35
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    thank you i'm gonna start asap.

  8. #7
    dragonz300
    dragonz300 is offline
    Guest
    Join Date
    2011 Apr
    Posts
    1
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Can you make it easier like a video and upload it on youtube ? sorry iam very noob with the cmd stuff and cant get it working

  9. #8
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10

    Bat for extracting files from pck

    This is a bat file for extracting all files from Forsaken World pck. Bat converted to executable file and has "exe" extension
    How to: copy fwPCK.exe and sPCK_decompress.exe to the "Forsaken World\resources" folder, run sPCK_decompress.exe

    Virustotal result: 5%

    Please register or login to download attachments.

    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  10. #9
    DraGzon
    DraGzon is offline
    Guest
    Join Date
    2011 Apr
    Posts
    1
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Assassin's Creed Brotherhood

    Dear Dwar

    The sound files of the game "Assassin's Creed Brotherhood" has ths same extension (.PCK)

    could this command line extract it ???

    if so , please give some hints for how it done

    Thnx alot

    ---------- Post added at 03:17 PM ---------- Previous post was at 02:59 PM ----------

    I Tried to do a command file contains the following:
    Code:
    echo off
    
    fwPCK -x sounds_sfx.pck
    and save it as .bat file and put it into the sound folder of the game , also put fwPCK.exe in the same folder

    the problem is when i try to open .bat file the cmd appers with this words :


    Operation Mode : Extract Files

    sounds_sfx.pck


    then don't send errors windows appear

    any idea ????

  11. #10
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    Quote Originally Posted by DraGzon View Post
    The sound files of the game "Assassin's Creed Brotherhood" has ths same extension (.PCK)
    .pck - just extension, it means that the pck file from one app in 99% will be differ from pck of another app. Differences are inside file, in file structure. So, you can't use pck extractor from FW for Assassin's Creed.
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  12. The Following User Says Thank You to Dwar For This Useful Post:


Page 1 of 7 123 ... LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •