FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   XTool 2020 (Main Project) (https://fileforums.com/showthread.php?t=102832)

Gamer2023 28-06-2021 19:46

Best compression my pc can handle .
 
My pc details Below.
Quote:

Originally Posted by Gamer2023 (Post 493040)
I-How to use it ?
My pc
1.Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz 2.90 GHz
2.8gb ram
II-What is the best compression my computer can handle?
III-Can I use some type of virtual ram to do better compression ?
IV-Can to decompress using inno compiler ?
After compression How could I repack The games?

Sorry for long Questions.:(:(:(:(:(

If I have a game say "Grand Theft Auto San Andreas". How could I repack it ?
Can Anyone tell the process to repack the game to under 1.5 gb ?

L33THAK0R 28-06-2021 20:48

Quote:

Originally Posted by Gamer2023 (Post 493045)
My pc details Below.

If I have a game say "Grand Theft Auto San Andreas". How could I repack it ?
Can Anyone tell the process to repack the game to under 1.5 gb ?

I dunno if 1.5gb is possible for san andreas, at least not for the most current PC release (v1.0.0.22). I was able to get it down to 2.87gb from 4.58gb, with xtool you'll want to use the zlib codec for that title.

Gamer2023 28-06-2021 20:54

How ?
 
Quote:

Originally Posted by L33THAK0R (Post 493046)
I dunno if 1.5gb is possible for san andreas, at least not for the most current PC release (v1.0.0.22). I was able to get it down to 2.87gb from 4.58gb, with xtool you'll want to use the zlib codec for that title.

How ?
Can u tell the complete process ?

Masquerade 29-06-2021 09:02

@Razor12911
Here is another unity sample, it should decompress to 254MB however xtool can only get it to 122MB.

I have tried many liblz4s (including the one you gave me last time). The most recent dll gives the highest size.

https://1fichier.com/?06vig7zj102jjv5l07hz

Gamer2023 29-06-2021 19:45

Complete process to repack games ?
 
How to repack a game highly compressed ?
You Tell step by step.(Please provide files used for compression ) I don't know much about repacking.
For example a game alien shooter.
Attachment Removed by Grumpy
Create a repack and provide me. Can you repack it to less than 10 mb.
Please provide the steps.
Setup may be like Fitgirl or normal installation ?

Grumpy 30-06-2021 08:32

Quote:

Originally Posted by Gamer2023 (Post 493055)
How to repack a game highly compressed ?
You Tell step by step.(Please provide files used for compression ) I don't know much about repacking.
For example a game alien shooter.
Attachment Removed by Grumpy
Create a repack and provide me. Can you repack it to less than 10 mb.
Please provide the steps.
Setup may be like Fitgirl or normal installation ?

Do not post full game links.

You need to read/search the forums for the answers you are after, all the information can be found on the forums, you can not expect to come onto a forum and have members take there time to just answer your questions without doing some of your own research first.

Game Repacker 02-07-2021 19:39

Soory. I read the chm file and understood it nicely.but need still help ?
 
I got how to use the xtool. But I want to know the best compression of an 8 GB, 6 GB, 4 GB ram pc can repack ?

Harsh ojha 02-07-2021 19:57

Quote:

Originally Posted by game repacker (Post 493093)
i got how to use the xtool. But i want to know the best compression of an 8 gb, 6 gb, 4 gb ram pc can repack ?

dm 😅

sajmon83 03-07-2021 05:48

I have been trying for a long time to use the latest version of xTool for LZ4 compression. Unfortunately, no results. I did a short test with a sample. Only the older xTool can handle it. My question is, am I doing something wrong? Bad syntax, parameter? I've tried multiple versions of liblz4.dll and unfortunately no result. In the test, I used the latest version of the liblz4.dll v1.9.3 library on all xTool versions. And only one brings results (v0.12). The question is what am I doing wrong?
I enclose a link to the sample and test

And the contents of the test script
Code:

xtool_0.3.03_hotfix\xtool.exe precomp -mlz4 -c1024mb -t100p "sniperescape.ff" xtool_0.3.03sniperescape.ff.unlz4
xtool_0.3.03_hotfix\xtool.exe precomp -mlz4hc -c1024mb -t100p "sniperescape.ff" xtool_0.3.03sniperescape.ff.unlz4hc

xtool_0.3.21\xtool.exe precomp -mlz4 -c1024mb -t100p "sniperescape.ff" xtool_0.3.21sniperescape.ff.unlz4
xtool_0.3.21\xtool.exe precomp -mlz4hc -c1024mb -t100p "sniperescape.ff" xtool_0.3.21sniperescape.ff.unlz4hc

xTool_0.12\xtool.exe e:precomp:c1024mb,t100p:lz4 "sniperescape.ff" xTool_0.12sniperescape.ff.unlz4
xTool_0.12\xtool.exe e:precomp:c1024mb,t100p:lz4hc "sniperescape.ff" xTool_0.12sniperescape.ff.unlz4hc

xtool_2010_R5\xtool.exe precomp -mlz4 -c1024mb -t100p "sniperescape.ff" xtool_2010_R5sniperescape.ff.unlz4
xtool_2010_R5\xtool.exe precomp -mlz4hc -c1024mb -t100p "sniperescape.ff" xtool_2010_R5sniperescape.ff.unlz4hc

xtool_2012_R2\xtool.exe precomp -mlz4 -c1024mb  -t100p "sniperescape.ff" xtool_2012_R2sniperescape.ff.unlz4
xtool_2012_R2\xtool.exe precomp -mlz4hc -c1024mb -t100p "sniperescape.ff" xtool_2012_R2sniperescape.ff.unlz4hc

pause


Game Repacker 04-07-2021 23:33

Best one ?
 
Do you know the best compression method ?

sajmon83 05-07-2021 14:08

Game Repacker One way to find the best compressor is to try it out (or possibly knowledge of the engine and its compression method). One of the more important methods is the precompressor (if there is one). Let me give you a simple example on the CoD 4 MW Remaster. All * .ff files 10870.08Mb I passed through precompressor (most files are already compressed precomporsssor such as xTool can extract these files) xTool_lz4 which gave me a result of 24633.98 Mb Then I used srep (the tool finds the same files and duplicates) which gave me 9113.11 Mb. And for all this I use the LOLZ compressor (currently one of the best compressors for graphics files) which gives me 2,766.74 Mb which gives an amazing 25.45% result. But not every file type gives the best result for LOLZ compression. For some it is a razor compressor for others LZMA and different for audio files. There is simply no one method.

There's a great FitGirl post on the web about compression. I recommend you to find it and read it there is probably everything you need to know about compression these days ^^ And I think that as simply as it was explained there, it cannot be easier ^^ And above all, beautifully written

Game Repacker 05-07-2021 19:05

How ?
 
Quote:

Originally Posted by sajmon83 (Post 493113)
Game Repacker One way to find the best compressor is to try it out (or possibly knowledge of the engine and its compression method). One of the more important methods is the precompressor (if there is one). Let me give you a simple example on the CoD 4 MW Remaster. All * .ff files 10870.08Mb I passed through precompressor (most files are already compressed precomporsssor such as xTool can extract these files) xTool_lz4 which gave me a result of 24633.98 Mb Then I used srep (the tool finds the same files and duplicates) which gave me 9113.11 Mb. And for all this I use the LOLZ compressor (currently one of the best compressors for graphics files) which gives me 2,766.74 Mb which gives an amazing 25.45% result. But not every file type gives the best result for LOLZ compression. For some, it is a razor compressor for others LZMA and different for audio files. There is simply no one method.

There's a great FitGirl post on the web about compression. I recommend you to find it and read it there is probably everything you need to know about compression these days ^^ And I think that as simple as it was explained there, it cannot be easier ^^ And above all, beautifully written

What code used for xtool?

sajmon83 06-07-2021 08:45

Run xTool in cmd xtool precomp and xtool decode
You will see all the information about the xtool or run xtool.chm which also contains most of the information

Game Repacker 06-07-2021 22:01

Ok
 
I used free arc to compress GTA San Andreas. from 4.5Gb to 3.3 Gb.
Can I use precomp+srep+freearc for a better one?
Which one would be the best process?
Please tell me.
:p:p:p:p

Game Repacker 07-07-2021 21:01

I found.
 
1 Attachment(s)
I got the files used by fit girl repacks. I providing files but don't know how to use these files.
These files I found in the temp folder during the installation of a game from the official website.
Files below.


All times are GMT -7. The time now is 00:51.

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