Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 17-04-2018, 17:14
elit elit is offline
Registered User
 
Join Date: Jun 2017
Location: sun
Posts: 265
Thanks: 190
Thanked 325 Times in 119 Posts
elit is on a distinguished road
Greetings Razor, I only now discovered this. Its fantastic that you decided to remake ztool. Specifically CRI format is great to see for sure.

If you are interested in adding oodle in future, it is pretty much "8C 06" pattern to look for *always*, with cmd/uncmp sizes preceding it. Even in engines like unreal where offsets to these sizes are to get from initial game header, they are still located just before "8C 06"(xcom 2 wotch), e.g: cmp(long) - uncmp(long) - data(starting with and including "8C 06").
Oodle is in fact rather predictable to detect and extract, I made bms script that was able to extract from xcom 2(over 20gb+ data) unreal files error-free without bothering to use their own format to locate those chunks.
To differentiate from fakes, first byte before "8C 06" must be "00" because chunks should never be bigger than 8mb and whole 4byte set before "8C 06" when translated to integer should not exceed 8mb. Thats all.

Well anyway, I hope for this to become as great tool one day as is ztool now. Thank you.

Last edited by elit; 17-04-2018 at 17:17.
Reply With Quote
Sponsored Links
  #2  
Old 17-04-2018, 17:49
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,185
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by elit View Post
Greetings Razor, I only now discovered this. Its fantastic that you decided to remake ztool. Specifically CRI format is great to see for sure.

If you are interested in adding oodle in future, it is pretty much "8C 06" pattern to look for *always*, with cmd/uncmp sizes preceding it. Even in engines like unreal where offsets to these sizes are to get from initial game header, they are still located just before "8C 06"(xcom 2 wotch), e.g: cmp(long) - uncmp(long) - data(starting with and including "8C 06").
Oodle is in fact rather predictable to detect and extract, I made bms script that was able to extract from xcom 2(over 20gb+ data) unreal files error-free without bothering to use their own format to locate those chunks.
To differentiate from fakes, first byte before "8C 06" must be "00" because chunks should never be bigger than 8mb and whole 4byte set before "8C 06" when translated to integer should not exceed 8mb. Thats all.

Well anyway, I hope for this to become as great tool one day as is ztool now. Thank you.
http://fileforums.com/showpost.php?p...8&postcount=64
Reply With Quote
The Following 3 Users Say Thank You to Razor12911 For This Useful Post:
elit (18-04-2018), EzzEldin16 (20-04-2018), ShivShubh (24-11-2019)
  #3  
Old 17-04-2018, 19:32
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
sonic forces repacked from 16 gigs to 8.6 gigs using xtool with srep and uharcmt with it
will be testing other compressors with it as well
__________________
Ideas are bulletproof...
Reply With Quote
The Following 2 Users Say Thank You to darkwolves For This Useful Post:
EzzEldin16 (19-04-2018), Razor12911 (26-04-2018)
  #4  
Old 18-04-2018, 01:13
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
I;'m having a problem arc.exe crashing when the operation starts and i guess it's related to my settings.
let's say i want to compress a cpk file and load crilayla library how the command in arc.ini would look like?
Thanks.
Reply With Quote
  #5  
Old 18-04-2018, 11:13
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by danswano View Post
I;'m having a problem arc.exe crashing when the operation starts and i guess it's related to my settings.
let's say i want to compress a cpk file and load crilayla library how the command in arc.ini would look like?
Thanks.
[External compressor:xprecomp]
header = 0
packcmd = xtool.exe e:precomp:c32mb,t3 - - <stdin> <stdout>
unpackcmd = xtool.exe d:precomp:t75p - - <stdin> <stdout>

thats the typical command razor gave for it
also don't use x64 at this time something is wrong with it
razor said he would look into it
__________________
Ideas are bulletproof...
Reply With Quote
The Following 2 Users Say Thank You to darkwolves For This Useful Post:
danswano (18-04-2018), EzzEldin16 (05-05-2018)
  #6  
Old 19-04-2018, 06:06
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
When i used $$.tmp instead of stdio i got no disk full error.
Reply With Quote
The Following User Says Thank You to danswano For This Useful Post:
78372 (19-04-2018)
  #7  
Old 19-04-2018, 18:05
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by danswano View Post
When i used $$.tmp instead of stdio i got no disk full error.
it gives me a CRC error when i use that i wonder why every individual computer must be so complicated lol
__________________
Ideas are bulletproof...
Reply With Quote
The Following User Says Thank You to darkwolves For This Useful Post:
danswano (20-04-2018)
  #8  
Old 20-04-2018, 02:16
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,337 Times in 2,839 Posts
KaktoR is on a distinguished road
XTool doesn't work with Diskspan unfortunatelly.

If i use stdin then xtool closes itself with a windows error reporting in task manager (it will be shown just for a second).

I have used also $$.tmp and Input, same
Attached Images
File Type: png Unbenannt.png (24.8 KB, 702 views)
__________________
Haters gonna hate

Last edited by KaktoR; 20-04-2018 at 02:21.
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Razor12911 (26-04-2018)
  #9  
Old 20-04-2018, 04:08
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
XTool doesn't work with Diskspan unfortunatelly.

If i use stdin then xtool closes itself with a windows error reporting in task manager (it will be shown just for a second).

I have used also $$.tmp and Input, same
Need dll
hif2raw_dll.dll
raw2hif_dll.dll
zlibwapi.dll
Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
Razor12911 (26-04-2018)
  #10  
Old 26-04-2018, 21:58
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,185
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
XTool doesn't work with Diskspan unfortunatelly.

If i use stdin then xtool closes itself with a windows error reporting in task manager (it will be shown just for a second).

I have used also $$.tmp and Input, same
Works here
Attached Images
File Type: png Capture15.PNG (1.15 MB, 504 views)
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
ShivShubh (26-04-2018)
  #11  
Old 28-04-2018, 06:05
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,337 Times in 2,839 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
Works here
Yep, with update 2 it works now. Thank you!
__________________
Haters gonna hate
Reply With Quote
  #12  
Old 20-04-2018, 04:12
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,337 Times in 2,839 Posts
KaktoR is on a distinguished road
Files are present
Attached Images
File Type: png Unbenannt.png (26.1 KB, 660 views)
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Razor12911 (26-04-2018)
  #13  
Old 20-04-2018, 04:47
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,337 Times in 2,839 Posts
KaktoR is on a distinguished road
Test.zip
Attached Images
File Type: png 1.png (18.1 KB, 683 views)
File Type: png 2.png (11.0 KB, 663 views)
File Type: png 3.png (11.9 KB, 655 views)
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Razor12911 (26-04-2018)
  #14  
Old 20-04-2018, 07:41
elit elit is offline
Registered User
 
Join Date: Jun 2017
Location: sun
Posts: 265
Thanks: 190
Thanked 325 Times in 119 Posts
elit is on a distinguished road
@KaktoR you have a typo in packcmd: c32mb,t3
Reply With Quote
  #15  
Old 20-04-2018, 08:30
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,337 Times in 2,839 Posts
KaktoR is on a distinguished road
That's the command razor gave us, and it works just fine (except for the above^^)
__________________
Haters gonna hate
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Information about ZTool 78372 Conversion Tutorials 72 10-10-2019 06:27
ztool info doofoo24 Conversion Tutorials 2 24-12-2017 22:08
ZTool (Ultimate Precompressor) Razor12911 Conversion Tutorials 16 20-07-2017 07:56



All times are GMT -7. The time now is 17:48.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com