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 25-06-2018, 16:21
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 357
Thanked 1,158 Times in 390 Posts
felice2011 is on a distinguished road
Quote:
Originally Posted by doofoo24 View Post
@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 !!!!
__________________
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈
« I Mediocri Imitano, I Geni Copiano, Dio Crea & Distrugge » (Io Ridefinisco & Perfeziono le Loro Opere Rendendole Uniche)
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈
« Mediocrities Imitate, Genius Copy, God Creates & Destroys » (I Reconsider & Improve Their Works, Rending Them One And Only)
Reply With Quote
Sponsored Links
  #2  
Old 26-06-2018, 15:54
mikey26 mikey26 is offline
Registered User
 
Join Date: Dec 2008
Location: south africa
Posts: 276
Thanks: 124
Thanked 110 Times in 61 Posts
mikey26 is on a distinguished road
Send a message via AIM to mikey26 Send a message via Yahoo to mikey26
Quote:
Originally Posted by doofoo24 View Post
@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.
Reply With Quote
  #3  
Old 21-06-2018, 16:51
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,754
Thanks: 2,191
Thanked 11,223 Times in 2,312 Posts
Razor12911 is on a distinguished road
Development will resume after the first week of July
Reply With Quote
The Following 7 Users Say Thank You to Razor12911 For This Useful Post:
COPyCAT (15-07-2018), JRD! (22-06-2018), KaktoR (22-06-2018), kassane (22-06-2018), saeid (17-07-2018), shazzla (21-06-2018), ShivShubh (21-06-2018)
  #4  
Old 25-06-2018, 14:31
alfredd31 alfredd31 is offline
Registered User
 
Join Date: Jul 2017
Location: Paris
Posts: 16
Thanks: 1
Thanked 0 Times in 0 Posts
alfredd31 is on a distinguished road
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.

Reply With Quote
  #5  
Old 17-07-2018, 16:11
saeid saeid is offline
Registered User
 
Join Date: Aug 2015
Location: Tehran, Iran
Posts: 16
Thanks: 10
Thanked 0 Times in 0 Posts
saeid is on a distinguished road
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!


Last edited by saeid; 17-07-2018 at 23:19.
Reply With Quote
  #6  
Old 17-07-2018, 18:57
ZakirAhmad ZakirAhmad is offline
Registered User
 
Join Date: Sep 2015
Location: Kmr
Posts: 290
Thanks: 56
Thanked 58 Times in 37 Posts
ZakirAhmad is on a distinguished road
what is pack.ini?

write pack.bat instead of ini
Reply With Quote
  #7  
Old 17-07-2018, 23:22
saeid saeid is offline
Registered User
 
Join Date: Aug 2015
Location: Tehran, Iran
Posts: 16
Thanks: 10
Thanked 0 Times in 0 Posts
saeid is on a distinguished road
Quote:
Originally Posted by ZakirAhmad View Post
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

Last edited by saeid; 18-07-2018 at 05:30.
Reply With Quote
  #8  
Old 18-07-2018, 07:38
ZakirAhmad ZakirAhmad is offline
Registered User
 
Join Date: Sep 2015
Location: Kmr
Posts: 290
Thanks: 56
Thanked 58 Times in 37 Posts
ZakirAhmad is on a distinguished road
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
Reply With Quote
  #9  
Old 18-07-2018, 09:20
saeid saeid is offline
Registered User
 
Join Date: Aug 2015
Location: Tehran, Iran
Posts: 16
Thanks: 10
Thanked 0 Times in 0 Posts
saeid is on a distinguished road
Post

Quote:
Originally Posted by ZakirAhmad View Post
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!!!

Last edited by saeid; 18-07-2018 at 12:32.
Reply With Quote
  #10  
Old 18-07-2018, 10:16
ZakirAhmad ZakirAhmad is offline
Registered User
 
Join Date: Sep 2015
Location: Kmr
Posts: 290
Thanks: 56
Thanked 58 Times in 37 Posts
ZakirAhmad is on a distinguished road
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.
Reply With Quote
The Following User Says Thank You to ZakirAhmad For This Useful Post:
saeid (18-07-2018)
  #11  
Old 18-07-2018, 22:25
saeid saeid is offline
Registered User
 
Join Date: Aug 2015
Location: Tehran, Iran
Posts: 16
Thanks: 10
Thanked 0 Times in 0 Posts
saeid is on a distinguished road
Post

Quote:
Originally Posted by ZakirAhmad View Post
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%.
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

Last edited by saeid; 19-07-2018 at 00:53.
Reply With Quote
  #12  
Old 21-07-2018, 04:59
saeid saeid is offline
Registered User
 
Join Date: Aug 2015
Location: Tehran, Iran
Posts: 16
Thanks: 10
Thanked 0 Times in 0 Posts
saeid is on a distinguished road
edite ...
Reply With Quote
  #13  
Old 19-07-2018, 01:29
ZakirAhmad ZakirAhmad is offline
Registered User
 
Join Date: Sep 2015
Location: Kmr
Posts: 290
Thanks: 56
Thanked 58 Times in 37 Posts
ZakirAhmad is on a distinguished road
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
Reply With Quote
  #14  
Old 20-07-2018, 01:16
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,705
Thanks: 1,106
Thanked 7,358 Times in 2,849 Posts
KaktoR is on a distinguished road
t4:zlib

Precompressing over 45GB data in one go

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

Anyone else?
__________________
Haters gonna hate
Reply With Quote
  #15  
Old 13-09-2018, 14:28
hasandgn34 hasandgn34 is offline
Registered User
 
Join Date: Apr 2013
Location: Turkey
Posts: 50
Thanks: 19
Thanked 35 Times in 21 Posts
hasandgn34 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
t4:zlib

Precompressing over 45GB data in one go

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

Anyone else?
i have the same problem on t4:lzo algoritm
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 10:22.


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