View Single Post
  #4  
Old 05-06-2023, 10:02
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 138
Thanked 117 Times in 70 Posts
L33THAK0R is on a distinguished road
Quote:
Originally Posted by Dragonis40 View Post
Good morning! Is there any guide to use this tool?
If I have a generic videogame with generic .xxx files, how can i use this tool on videogame?
Starting from an installed videogame, which are the needed steps to compress videogame using SFK?
What does "sfk partcopy re_chunk_000.ok -fromto 991941787 1309235054 1.dat -yes" and all other instructions mean?
Unfortunately, these tools are almost never clear
In layman's terms this command is copying all the data from the offset (in decimal) 991941787 to the offset 1309235054, and saving the output into a new file named 1.dat

This tool is only useful if you're trying to rip specific chunks of data to either re-encode or to pack separately. An example of the latter would be if you find say some audio data or a Bink video file that can have their applicable compressor applied. The reason we do this is simply adding an additional and specific compressor to an existing chain can introduce instability and possible corruption as well as potentially resulting in a worse final compression ratio.

From the brief scenario you've outlined I don't believe your project would benefit from this method, however if you provide more detail I could very much be wrong.
Reply With Quote