Jump to content

Recommended Posts

Posted (edited)

Game client: filelist

 

Console utility for packing/unpacking resources for Tree Of Savior.

 

Unpacker:
java -cp tos_resource.jar ru.rage.tos.resource.Unpacker -out OUTPUT -in INPUT

OUTPUT - output folder like: "./unpack"
INPUT - input folder or file ipf format like: "./pack" or "./file.ipf"

Packer:
java -cp tos_resource.jar ru.rage.resource.Packer -in INPUT

INPUT - input folder; folder must have file struct like unpacker result, ex:


- input - archive.ipf -|- dir1

                       |- dir2

                       |- ...

                       |- file1

                       |- file2

                       |- ...

----------------
@Author: Pointer*Rage
@Thanks: luna9966, Deazer
----------------

 

 

Download: mediafire

Edited by Pointer*Rage
Posted (edited)

Version 2.0 avaliable!
Now utility support packing/unpacking IES files :)

Simplify readme:

Unpacker:

java -cp tos_resource_v2.jar ru.rage.tos.resource.IesWorker -file INPUT -handler HANDLER



INPUT - input folder or file

HANDLER - path to class with implements IIesHandler (ex: ru.rage.tos.resource.test.IesTestHandler)



Packer:

java -cp tos_resource_v2.jar ru.rage.tos.resource.IesWorker -file INPUT -pack -handler HANDLER



INPUT - input folder or file

HANDLER - path to class with implements IIesHandler (ex: ru.rage.tos.resource.test.IesTestHandler)

And i shared source code for this tool on github, project name: "tos-resource" (github)

 

 

Download:

version2

ies simple handler

Edited by Pointer*Rage

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...