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

Reply
 
Thread Tools Display Modes
  #1  
Old 14-05-2020, 01:34
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 668
Thanks: 471
Thanked 2,374 Times in 542 Posts
BLACKFIRE69 is on a distinguished road
Talking Precomp Accelerator - PrecompX

Precomp Accelerator - PrecompX 2.0.0.1


A tool for Accelerate the Precomp. (Tested with Precomp 0.4.3 - 0.4.8).

What's new
  • Added detection mode.
  • Users can select either PrecompX for decompression, or the CLS Library.
  • Some improvements.

Commands:
a = Compress
x = Decompress


Options:
-c# = Chunk Size [Compression Only]
-t# = Threads (as a number or as a percentage)
-method = Detection Method [Compression Only]


Detection Methods:
Code:
 -intense0  (sensitive) (default)
 -intense2  (more sensitive)
 -brute     (most sensitive)
Usage:
PrecompX.exe a -c# -t# -method - - <stdin> <stdout>
PrecompX.exe x -t# - - <stdin> <stdout>


Arc.ini:
Code:
[External compressor:precompx]
header = 0
packcmd   = PrecompX.exe a -c128m -t100p -brute - - <stdin> <stdout>
unpackcmd = PrecompX.exe x -t4 - - <stdin> <stdout>

For Compression:
arc.ini
PrecompX.exe
precomp32.exe
precomp64.exe


For Decompression:
arc.ini
PrecompX.exe
precomp32.exe
precomp64.exe


or the CLS library for decompress

cls.ini
cls-precompx.dll
cls-precomp_x64.exe
cls-precomp_x86.exe




------------------------------------------------------------------------------------------------------------------------
Attached Images
File Type: png 1.png (16.4 KB, 1222 views)
File Type: png 2.png (21.1 KB, 1214 views)
Attached Files
File Type: rar PrecompX v2.0.0.1 and Example.rar (8.79 MB, 1090 views)

Last edited by BLACKFIRE69; 25-07-2020 at 07:46. Reason: Added PrecompX v2.0.0.1
Reply With Quote
The Following 30 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (14-05-2020), Balaji007 (02-10-2020), Carldric Clement (05-08-2020), COPyCAT (23-08-2020), dixen (14-05-2020), Gehrman (09-09-2020), giothothan (29-07-2020), Harsh ojha (04-06-2020), Jiva newstone (14-05-2020), KaktoR (22-06-2020), kenzo34 (15-05-2020), L0v3craft (20-06-2020), mdaak001 (25-07-2022), MMR (20-05-2021), MrGamerAI (09-06-2020), newfolder (28-06-2020), oo7 (07-12-2020), pratikpatel8982 (20-05-2021), PsYcHo_RaGE (05-06-2020), sanekbest1 (14-03-2021), sbalykov (15-05-2020), ScOOt3r (05-06-2020), shazzla (14-05-2020), ShiyaVivala (14-05-2020), st0rm (15-05-2020), vint56 (14-05-2020), Vladislav989 (09-08-2022), vLaDv (28-08-2020), XxAZAxX (14-05-2020), ZAZA4EVER (14-05-2020)
Sponsored Links
  #2  
Old 14-05-2020, 02:37
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Smile Info

Hi my friend, how should I apply this change? do I just copy and paste the files into the FreeArc folder? or is it just a test?
Reply With Quote
  #3  
Old 14-05-2020, 07:24
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Smile :d

Quote:
Originally Posted by BLACKFIRE69 View Post
copy both "precomp.exe" and "PrecompX.exe" to the folder and

add this into the arc.ini.
Code:
[External compressor:PrecompX]
header = 0
packcmd   = PrecompX.exe -e - - <stdin> <stdout>
unpackcmd = PrecompX.exe -d - - <stdin> <stdout>
It works perfectly! Thank's my friend =)
Reply With Quote
The Following 2 Users Say Thank You to XxAZAxX For This Useful Post:
BLACKFIRE69 (14-05-2020), ScOOt3r (13-06-2021)
  #4  
Old 14-05-2020, 11:16
ShiyaVivala ShiyaVivala is offline
Registered User
 
Join Date: Apr 2020
Location: Planet Earth
Posts: 6
Thanks: 5
Thanked 42 Times in 6 Posts
ShiyaVivala is on a distinguished road
Need more info about that

Does PrecompX:intense work?

Also i've found a bug. It can't compress when there are lot of small files (10.000 .epub files each ~200kb) (Default precomp was able to compress)

Now I'm working on some games. I'll edit the result

Edit: It's ultra fast while compressing comparing to default precomp but decompressing seems same(maybe I'm wrong). anyways thank you for such an amazing tool

Last edited by ShiyaVivala; 14-05-2020 at 11:36.
Reply With Quote
  #5  
Old 14-05-2020, 12:18
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
hmmm i must test
__________________
Ideas are bulletproof...
Reply With Quote
The Following User Says Thank You to darkwolves For This Useful Post:
BLACKFIRE69 (14-05-2020)
  #6  
Old 14-05-2020, 13:52
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 668
Thanks: 471
Thanked 2,374 Times in 542 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Does PrecompX:intense work?
no but, PrecompX contains intense mode.

Quote:
Also i've found a bug. It can't compress when there are lot of small files (10.000 .epub files each ~200kb) (Default precomp was able to compress)
what's the purpose of precompressing small files (~200kb)?

Last edited by BLACKFIRE69; 14-05-2020 at 13:57.
Reply With Quote
  #7  
Old 03-06-2020, 04:45
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 384
Thanks: 445
Thanked 430 Times in 197 Posts
dixen is on a distinguished road
Dishonored: Death of the Outsider

*.resources - 17 gb > 25.1 gb for 23 minutes on 4 threads

For example. ZTool or Xtool (v0.12) - 30% for 4 hours

Thanks BLACKFIRE69

test unpack

Quote:
Tested 6 files, 11,963,172,102 => 19,170,907,834 bytes. Ratio 62.40%
Testing time: cpu 20.61 sec/real 565.87 sec = 4%. Speed 33.88 mB/s
All OK

Last edited by dixen; 03-06-2020 at 08:49.
Reply With Quote
The Following 3 Users Say Thank You to dixen For This Useful Post:
BLACKFIRE69 (03-06-2020), Jiva newstone (18-06-2020), Razor12911 (10-07-2020)
  #8  
Old 04-06-2020, 20:13
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,093 Times in 2,295 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by dixen View Post

For example. ZTool or Xtool (v0.12) - 30% for 4 hours
nice speed
Reply With Quote
  #9  
Old 05-06-2020, 04:05
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 384
Thanks: 445
Thanked 430 Times in 197 Posts
dixen is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
nice speed
Yep.

Do you have cls (or precompinside) for v0.48?
Reply With Quote
  #10  
Old 08-09-2020, 09:50
elit elit is offline
Registered User
 
Join Date: Jun 2017
Location: sun
Posts: 264
Thanks: 190
Thanked 321 Times in 118 Posts
elit is on a distinguished road
Quote:
Originally Posted by dixen View Post
Dishonored: Death of the Outsider
*.resources - 17 gb > 25.1 gb for 23 minutes on 4 threads
For example. ZTool or Xtool (v0.12) - 30% for 4 hours
test unpack

This cant be right, if it takes 4h to recompress 17gb with z/x-tool you must be doing something wrong. Probably invoking some obscure and completely unnecessary brute mode etc. Compare with similar settings, x/z-tool also have its own options and for 99% time all you need is either :m1, or :m2 - aka :high. Thats it. I can get at least around ~20mb/s on m2/high, tool is extremely fast and have no reason to drag like your results show.
Reply With Quote
  #11  
Old 17-06-2020, 16:34
Ahmed1999 Ahmed1999 is offline
Registered User
 
Join Date: May 2020
Location: IRAQ
Posts: 6
Thanks: 0
Thanked 3 Times in 2 Posts
Ahmed1999 is on a distinguished road
Please make a script compatible with the program
Reply With Quote
  #12  
Old 18-06-2020, 04:01
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 668
Thanks: 471
Thanked 2,374 Times in 542 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Ahmed1999 View Post
Please make a script compatible with the program
here is an example,

Last edited by BLACKFIRE69; 15-10-2022 at 16:25.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
kenzo34 (18-06-2020), mdaak001 (25-07-2022)
  #13  
Old 18-06-2020, 09:38
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,155
Thanks: 284
Thanked 1,346 Times in 610 Posts
Masquerade is on a distinguished road
I hope you don't mind a basic question - but what purpose does precomp have? I use XTool etc.. but I've never seen anyone use precomp before. I hope you don't mind explaining which file types / codecs it can help with. Thank you!
Reply With Quote
  #14  
Old 18-06-2020, 10:53
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 668
Thanks: 471
Thanked 2,374 Times in 542 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
I hope you don't mind a basic question - but what purpose does precomp have? I use XTool etc.. but I've never seen anyone use precomp before. I hope you don't mind explaining which file types / codecs it can help with. Thank you!
https://www.fileforums.com/showpost....61&postcount=8
Reply With Quote
  #15  
Old 07-09-2020, 11:03
Balaji007's Avatar
Balaji007 Balaji007 is offline
Registered User
 
Join Date: Nov 2019
Location: Internet 😝
Posts: 34
Thanks: 41
Thanked 6 Times in 6 Posts
Balaji007 is on a distinguished road
Wink

Quote:
Originally Posted by Masquerade View Post
I hope you don't mind a basic question - but what purpose does precomp have? I use XTool etc.. but I've never seen anyone use precomp before. I hope you don't mind explaining which file types / codecs it can help with. Thank you!
Hi friend
Precomp can compress zlib streams like xtools and ztools. Also it can compress the .png or .jpeg files by the help of packjpg.dll file. It can compress zip and gif files. More effective tool 🤗
Reply With Quote
Reply

Thread Tools
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
Ultimate Conversion Compressor (UCC) vollachr Conversion Tutorials 55 26-04-2021 09:27
Universal CLS for Precomp Razor12911 Conversion Tutorials 23 05-02-2021 18:50
Precomp Vs Precomp Test felice2011 Conversion Tutorials 18 28-02-2016 04:10
Precomp 0.44 and NEW packjpg.exe (self optimized) panker1992 Conversion Tutorials 7 14-01-2016 09:23
Information about Precomp Razor12911 Conversion Tutorials 6 02-09-2015 16:10



All times are GMT -7. The time now is 02:13.


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