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 04-02-2016, 09:33
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
test please__

I am creating a workbench in order to test various compressions ... you can test whether you work as a me..non is a convertore but only a simple bechtest thanks
is version DEMO only test
precomp0.44
arc.ini
Code:
[External compressor:reflate]
packcmd   = reflate -process $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
packcmd   = srep {options} -m5f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:precomp]
header = 0
packcmd   = precomp -intense0 -cn {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp

[External compressor:zpaq]
header = 1
datafile   = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.zpaq
packcmd   = zpaq a $$arcpackedfile$$.zpaq $$arcdatafile$$.tmp -method 6 -threads 2 {options}

;panker1992 reedit
[External compressor:msc]
header = 0
packcmd = MSC c -v -wav=1 -raw=1 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=1 -lzma=hc4,lc8,lp2,pb2,fb273,mc1000 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:nz]
packcmd   = nz a -r -v -cc -m1g -br128m -bw128m -t0 -nm $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp   
datafile   = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.nz

[External compressor:uharc]
header = 0
packcmd = uharc a {-moption } -b32768 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:fp8]
packcmd   =  {compressor} {-option} $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.fp8

[External compressor:paq8pf]
packcmd   =  {compressor} {-option} $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.paq8pf
Attached Files
File Type: 7z Test.7z (6.94 MB, 215 views)
__________________
if you understand read more

Last edited by rinaldo; 04-02-2016 at 11:26.
Reply With Quote
The Following 8 Users Say Thank You to rinaldo For This Useful Post:
arkantos7 (05-02-2016), felice2011 (04-02-2016), kenzo34 (04-02-2016), kj911 (19-10-2023), punchao (05-02-2016), Razor12911 (04-02-2016), Simorq (04-02-2016), Stor31 (04-02-2016)
Sponsored Links
  #2  
Old 04-02-2016, 10:09
kenzo34's Avatar
kenzo34 kenzo34 is offline
Registered User
 
Join Date: Oct 2014
Location: france
Posts: 92
Thanks: 425
Thanked 59 Times in 37 Posts
kenzo34 is on a distinguished road
Nice Rinaldo work perfect on win 10 x64
Reply With Quote
The Following User Says Thank You to kenzo34 For This Useful Post:
rinaldo (04-02-2016)
  #3  
Old 04-02-2016, 12:03
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
Great Bench...I'm thinking that it might enter sensitive data of a game to check the level of the various algorithms and methods of compression, then add an option to load files to test and compress...
Add the ability to test a data folder with all options of compressions, in a single multi-bench...
Following a choice option of all the precomp versions, since all the versions are different, with general errors on some files during compression, in this way you can choose the most appropriate precomp version to compression of a file without getting errors.
__________________
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈
« 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)

Last edited by Joe Forster/STA; 13-02-2016 at 05:37.
Reply With Quote
The Following User Says Thank You to felice2011 For This Useful Post:
Mini (05-02-2016)
  #4  
Old 04-02-2016, 14:34
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
Quote:
felice2011
is for newbies ... even if it is of great help to many people, because they are tested on multiplatform and hassle.
I do not want to add options which then would require a user with relevant ability .. add only other options but always about compressors and add its decompression system.
__________________
if you understand read more

Last edited by Joe Forster/STA; 13-02-2016 at 05:37.
Reply With Quote
  #5  
Old 04-02-2016, 23:19
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,210 Times in 2,309 Posts
Razor12911 is on a distinguished road
Great job mate, works for me on Win 10 x64. Tried all methods.
Reply With Quote
  #6  
Old 05-02-2016, 03:02
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
Great job mate, works for me on Win 10 x64. Tried all methods.
thanks bro
__________________
if you understand read more
Reply With Quote
  #7  
Old 28-02-2016, 04:04
nasir ahmad nasir ahmad is offline
Registered User
 
Join Date: Oct 2015
Location: afghanistan
Posts: 60
Thanks: 90
Thanked 7 Times in 5 Posts
nasir ahmad is on a distinguished road
this is good my friend very good.
thanks.
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
Reflate test Razor12911 Conversion Tutorials 8 09-09-2015 00:35
Test Drive Unlimited 2 Beta Dopefish PC Games - Protection List 5 06-02-2011 04:46
Nero DVD Speed Test using an A04 HANS_COBBO CD/DVD-Writers 0 25-01-2003 07:22



All times are GMT -7. The time now is 04:39.


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