|
#11
|
||||
|
||||
|
Update available
Changes - added IO functions (find, extract, patch) - generate database feature and IO functions now can search for streams larger than chunk size Notes More IO functions introduced. Find simply helps you track positions of extracted files from a given input, while extract uses a generated decode file data input to extract streams in case if you wanted another person to extract their very own streams using your own findings and patch, well patch compares two inputs and generates a diff file which can allow you to patch an input to make it similar to the new data. Find Code:
xtool find [parameters] extracted_streams original_data [decode_data] An example where I wanted to make a guide of how to separate english, german, italian, russian and spanish languages from the game would be something like: Code:
xtool find "extracted\en\*" "game\*" en.xtl xtool find "extracted\de\*" "game\*" de.xtl xtool find "extracted\it\*" "game\*" it.xtl xtool find "extracted\es\*" "game\*" es.xtl xtool find "extracted\ru\*" "game\*" ru.xtl Extract Code:
xtool extract decode_data original_data extracted_streams A use case for it would be similar to the find example but from another user's perspective, so if someone uploaded decode data to use to extract my very own streams from their investigations, rather than them giving me position ranges for languages or the tools to use, we can just use their uploaded decode data to do it ourselves Code:
xtool extract en.xtl "game\*" "extracted\en\*" xtool extract de.xtl "game\*" "extracted\de\*" xtool extract it.xtl "game\*" "extracted\it\*" xtool extract es.xtl "game\*" "extracted\es\*" xtool extract ru.xtl "game\*" "extracted\ru\*" Code:
xtool erase "extracted\*" "game\*" languages.xtl Code:
xtool decode languages.xtl "extracted\*" "game\*" Code:
xtool patch [parameters] old_data new_data patch_data xtool decode patch_data old_data Code:
xtool patch "Sims4\*" "Sims4_updated\*" sims4_wedding_stories.patch Code:
xtool decode sims4_wedding_stories.patch "Sims4\*"
Last edited by Razor12911; 13-05-2022 at 02:32. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Dev]XTool | Razor12911 | Conversion Tutorials | 180 | 23-10-2020 06:26 |
| Project Cars Digital Edition (3xDVD5) (srep+lzma) | GTX590 | PC Games - CD/DVD Conversions | 10 | 28-08-2017 08:34 |
| Project IGI Anthology 1xCD700 CIUV2 2039 | mausschieber | PC Games - CD/DVD Conversions | 0 | 24-07-2017 15:12 |
| Space Channel 5 Part 2 Translation Project | Christuserloeser | DC Games | 0 | 21-06-2004 18:16 |