Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 18-01-2018, 04:22
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 714 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
Game File Sorter

It sorts files on deflate streams and entropy(compression) and writes filenames on logs.
Code:
Log_deflate.log : files containing deflate streams
Log_c80.log  : files having projected compression ratio above 80
Log_c50a.log : files having projected compression ratio above 50 below 80
Log_c50b.log : files having projected compression ratio below 50
you can then use arc.exe on the file. f.e
arc a -di -i2 -s; -ep1 -ed -n@Log_deflate.log -wtemp\ -mpzlib+srep+lzma "%output%" "%Input%"
arc a -di -i2 -s; -ep1 -ed -n@Log_c80.log -wtemp\ -mlz4 "%output%" "%Input%"
arc a -di -i2 -s; -ep1 -ed -n@Log_c50a.log -wtemp\ -msrep+4x4:lzma "%output%" "%Input%"
arc a -di -i2 -s; -ep1 -ed -n@Log_c50b.log -wtemp\ -msrep+lzma "%output%" "%Input%"

scanning is also very fast, but it only scans the first 64mb of file

uses Bulat Ziganshin's Data Smoke
Attached Files
File Type: 7z gsorter.7z (242.8 KB, 149 views)

Last edited by Gupta; 18-01-2018 at 06:34.
Reply With Quote
The Following 18 Users Say Thank You to Gupta For This Useful Post:
1234567890123 (18-01-2018), 78372 (18-01-2018), Andu21 (18-01-2018), DiCaPrIo (18-01-2018), EzzEldin16 (18-01-2018), ffmla (19-01-2018), gozarck (24-01-2018), GTX590 (08-05-2021), KaktoR (18-01-2018), Newbie-repacker (07-05-2021), nickwazhere2012 (19-01-2018), RamiroCruzo (08-03-2018), ravencrow (05-02-2018), Razor12911 (23-02-2018), romulus_ut3 (08-03-2018), ScOOt3r (09-05-2021), shazzla (18-01-2018), Simorq (24-01-2018)
Sponsored Links
  #2  
Old 18-01-2018, 04:37
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 951 Times in 309 Posts
78372 is on a distinguished road
Bhai ek ke baad ek bomb chor raha hain XD

Nice tool, could be useful for everyone
__________________
NOT AVAILABLE
Reply With Quote
The Following User Says Thank You to 78372 For This Useful Post:
Gupta (18-01-2018)
  #3  
Old 18-01-2018, 04:44
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 714 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
bhai bor ho gya calculus XD, nalayk khatm hi nhi hota
Reply With Quote
The Following User Says Thank You to Gupta For This Useful Post:
78372 (18-01-2018)
  #4  
Old 18-01-2018, 05:42
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 951 Times in 309 Posts
78372 is on a distinguished road
Calculas, maths keya hota hain, wo to ek accounting student hi janey bhaiya(like me XD)

Oops, sorry, english language forum, will delete this reply soon.
__________________
NOT AVAILABLE

Last edited by 78372; 18-01-2018 at 05:56.
Reply With Quote
The Following User Says Thank You to 78372 For This Useful Post:
Gupta (18-01-2018)
  #5  
Old 18-01-2018, 06:19
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 714 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
bhai science walo ka dard kya smjo tum XD

Meanwhile Minor Update:
Fix a bug in entropy checker
relative path are printed now

Last edited by Gupta; 18-01-2018 at 06:34.
Reply With Quote
The Following 3 Users Say Thank You to Gupta For This Useful Post:
78372 (18-01-2018), shazzla (25-01-2018), Simorq (18-01-2018)
  #6  
Old 24-01-2018, 16:41
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 494 Times in 114 Posts
gozarck is on a distinguished road
Excellent this save a lot of time compressing unnecesary files with high entropy!.
__________________
-the science of the useless-
Reply With Quote
The Following User Says Thank You to gozarck For This Useful Post:
EzzEldin16 (25-01-2018)
  #7  
Old 23-02-2018, 10:02
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 714 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
ok here is the beta test
basic idea is mask not works everywhere
i am going to sleep, is awake from last 24 hours
side note: now you can add ur own precompressors see "precompress.ini"
new gui(i am new to qt)
gui can compress on its own, but arc.exe and all other pre-compressor.ini should be in the same directory as gui.exe, will make path var available test
all opinions are welcome

GSC.PNG
Attached Files
File Type: 7z gsc_beta1.7z (7.80 MB, 179 views)

Last edited by Gupta; 23-02-2018 at 10:09.
Reply With Quote
The Following 9 Users Say Thank You to Gupta For This Useful Post:
78372 (08-03-2018), doofoo24 (23-02-2018), felice2011 (23-02-2018), kassane (28-02-2018), oltjon (23-02-2018), Razor12911 (23-02-2018), shazzla (28-02-2018), Simorq (23-02-2018), vint56 (24-02-2018)
  #8  
Old 08-03-2018, 06:00
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 714 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
in the mean time, here is a console program

Code:
USAGE:

   gsc  [-t <integer>] [-p <integer>] [-m <integer>] [-l <integer>] [-c
        <string>] [-b <directory>] [-e <string>] -d <directory> ...  [--]
        [--version] [-h]


Where:

   -t <integer>,  --inflation-threshold <integer>
     minimum percent of inflation

   -p <integer>,  --scan-percent <integer>
     percentage of the file to process(<100)

   -m <integer>,  --max-scan-size <integer>
     maximum file portion to process(mb)

   -l <integer>,  --min-scan-size <integer>
     minimum file portion to process(mb)

   -c <string>,  --disable <string>
     precompressors to disable,separated by ','

   -b <directory>,  --base-dir <directory>
     base directory,all paths printed will be relative to this path

   -e <string>,  --exclude <string>
     files to ignore(accepts masks),separated by ','

   -d <directory>,  --directory <directory>  (accepted multiple times)
     (required)  directory to process

   --,  --ignore_rest
     Ignores the rest of the labeled arguments following this flag.

   --version
     Displays version information and exits.

   -h,  --help
     Displays usage information and exits.


   Gupta's Game Scanner

   This will scan given directories and create file-list in lists\
   directory
   e80  : files with entropy above 80
   e50a : files with entropy above 50 and below 80
   e50b : files with entropy below 50
   {precompressor}.list: files which inflates using the {compressor}
Code:
   This will scan given directories and create file-list in lists\
   directory
   e80  : files with entropy above 80
   e50a : files with entropy above 50 and below 80
   e50b : files with entropy below 50
   {precompressor}.list: files which inflates using the {compressor}
Attached Files
File Type: rar GSC.rar (369.1 KB, 46 views)

Last edited by Gupta; 08-03-2018 at 06:27.
Reply With Quote
The Following 4 Users Say Thank You to Gupta For This Useful Post:
78372 (08-03-2018), Andu21 (08-03-2018), RamiroCruzo (08-03-2018), shazzla (09-03-2018)
  #9  
Old 07-05-2021, 02:28
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 193
Thanks: 142
Thanked 68 Times in 48 Posts
kj911 is on a distinguished road
Quote:
Originally Posted by Gupta View Post
....scanning is also very fast, but it only scans the first 64mb of file

uses Bulat Ziganshin's Data Smoke
How to read and analyze the Data Smoke tools results?? (Gsorter and gsc tools not running from WinXP)

Sample: https://i.kek.sh/hehpHdctWeU.jpg
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Unable to Backup "Oz" Season 2 Disc 2 soulvids DVD Backup Forum 1 25-08-2007 12:57
Biathlon 2006 Problems... Please help! RamGuy General Gaming 1 10-04-2006 03:23
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48
Having a nightmare with Iomega USB ZipCD - Help! Tranced CD/DVD-Writers 2 03-04-2005 06:00
Have Problems With Burning Please Help!!!!!!!!!!!!!!!! dblue CD/DVD Software & Utilities 1 15-09-2004 17:08



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


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