FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   XTool - Successor of ZTool (https://fileforums.com/showthread.php?t=101729)

Razor12911 23-06-2018 21:23

Quote:

Originally Posted by doofoo24 (Post 472078)
@Razor12911 i tested xtool 0.10 on mass effect 2 type8 files when i use t100p seems like prime95 THE TEMP are very hot around 90c ?
because when i use t100p with zlib or lz4 it uses all cpu threads but the temp around 70c with lzo around 90c...
i am using i7 8700k with NH-D15...

shows that it's a shitty algorithm causing me headaches for no reason whatsoever

alfredd31 25-06-2018 14:31

it seems you were right, it wasn't xtool 0.10 which is crashing but srep. I tested srep 3.91, it's the same thing. You can test my latest version of The Evil Within 2, available on nomaher.com.
Note that I'm still very bearish on the s&p500.

https://image.ibb.co/hkbZC8/bb3.jpg

felice2011 25-06-2018 16:21

Quote:

Originally Posted by doofoo24 (Post 472078)
@Razor12911 i tested xtool 0.10 on mass effect 2 type8 files when i use t100p seems like prime95 THE TEMP are very hot around 90c ?
because when i use t100p with zlib or lz4 it uses all cpu threads but the temp around 70c with lzo around 90c...
i am using i7 8700k with NH-D15...

Ha Ha ... it seems that xtool 0.10 is great for testing CPU stability in Rock Solid. What the hell with questions !!!!

doofoo24 25-06-2018 20:34

Quote:

Originally Posted by felice2011 (Post 472097)
What the hell with questions !!!!

chill out fratello :D

mikey26 26-06-2018 15:54

Quote:

Originally Posted by doofoo24 (Post 472078)
@Razor12911 i tested xtool 0.10 on mass effect 2 type8 files when i use t100p seems like prime95 THE TEMP are very hot around 90c ?
because when i use t100p with zlib or lz4 it uses all cpu threads but the temp around 70c with lzo around 90c...
i am using i7 8700k with NH-D15...

the 8700k has alot of issues with heat,only way to bring those temps down is to delid the cpu.i have mine delidded at 5.2GHZ @ 1.39v with liquid metal it does not go over 65-70 degress under full load.

oh i do have a full custom water loop. :D

saeid 17-07-2018 16:11

I want to encode far cry 5 with xtool

arc.ini:

Code:

[External compressor:xprecomp]
header    = 0
packcmd  = xtool.exe e:precomp:c32mb,t4:lz4,lzo - - <stdin> <stdout>
unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout>


pack.bat

Code:

del /q data.arc
arc.exe a -ep1 -r -ed -s; -w.\temp -mxprecomp data.arc "pack\*"
pause

but ratio: 100%, please help me!

https://fileforums.com/attachment.ph...1&d=1531869409

ZakirAhmad 17-07-2018 18:57

what is pack.ini?

write pack.bat instead of ini

saeid 17-07-2018 23:22

Quote:

Originally Posted by ZakirAhmad (Post 472606)
what is pack.ini?

write pack.bat instead of ini

I've brought pack.bat file above.
pack.ini is not!!!!!!!
Please refer to the original subject and please provide guidance.

pack.bat

Code:

del /q data.arc
arc.exe a -ep1 -r -ed -s; -w.\temp -mxprecomp data.arc "pack\*"
pause


ZakirAhmad 18-07-2018 07:38

their r two types of files in farcry 5 .dat and .fat

in xtool.ini (provided by razor)
write locations of all .fat files in xtool.ini

saeid 18-07-2018 09:20

Quote:

Originally Posted by ZakirAhmad (Post 472619)
their r two types of files in farcry 5 .dat and .fat

in xtool.ini (provided by razor)
write locations of all .fat files in xtool.ini

Exactly I just want to compress these two file types (.dat and .fat), that this output is obtained!!! :confused::confused:

ZakirAhmad 18-07-2018 10:16

suppose u want to compress data.fat and data.dat located in c:/games folder.

just put in xtool.ini
c:/games/data.fat
and hit pack.bat, xtool will prexompress it.

saeid 18-07-2018 22:25

Quote:

Originally Posted by ZakirAhmad (Post 472631)
suppose u want to compress data.fat and data.dat located in c:/games folder.

just put in xtool.ini
c:/games/data.fat
and hit pack.bat, xtool will prexompress it.

Thank you brother, I put all of the following in xtool.ini, but none of them gave the correct result. Ratio is still 100%. :confused:
I also tried other scenarios not mentioned here, But the result was all ratio 100%.

Code:

pack\common.fat
pack\patch.fat
pack\patch_brazilian.fat

Code:

File1=pack\common.fat
File2=pack\patch.fat
File3=pack\patch_brazilian.fat

Code:

File1=C:\Share\Far Cry 5\xtool_v010\FA_example\pack\common.fat
File2=C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch.fat
File3=C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch_brazilian.fat

Code:

[Dunia2]
File1=C:\Share\Far Cry 5\xtool_v010\FA_example\pack\common.fat
File2=C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch.fat
File3=C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch_brazilian.fat

Code:

C:\Share\Far Cry 5\xtool_v010\FA_example\pack\common.fat
C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch.fat
C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch_brazilian.fat

Code:

[Dunia2]
C:\Share\Far Cry 5\xtool_v010\FA_example\pack\common.fat
C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch.fat
C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch_brazilian.fat

Code:

[Dunia2]
File1=C:\Share\Far Cry 5\xtool_v010\FA_example\pack\common.fat
File2=C:\Share\Far Cry 5\xtool_v010\FA_example\pack\common.dat
File3=C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch.fat
File4=C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch.dat
File5=C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch_brazilian.fat
File6=C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch.dat

Code:

[Dunia2]
C:\Share\Far Cry 5\xtool_v010\FA_example\pack\common.fat
C:\Share\Far Cry 5\xtool_v010\FA_example\pack\common.dat
C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch.fat
C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch.dat
C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch_brazilian.fat
C:\Share\Far Cry 5\xtool_v010\FA_example\pack\patch.dat


kiuske 19-07-2018 01:00

How to use this Program i have very hard time with Ztool also and this Xtool seems complicated too anybody.. here to explain me plz

ZakirAhmad 19-07-2018 01:29

just go here, Razor has explained everything.

https://fileforums.com/showpost.php?...&postcount=306

BTW in xtool.ini u have to set .dat file not fat

KaktoR 20-07-2018 01:16

t4:zlib

Precompressing over 45GB data in one go

Write error (disk full). I have over 400GB free

Anyone else?


All times are GMT -7. The time now is 19:30.

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