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

Reply
 
Thread Tools Display Modes
  #61  
Old 12-03-2017, 09:01
ZakirAhmad ZakirAhmad is offline
Registered User
 
Join Date: Sep 2015
Location: Kmr
Posts: 290
Thanks: 56
Thanked 56 Times in 37 Posts
ZakirAhmad is on a distinguished road
@L0v3craft
precompmt doesnt required arc.ini
include in compressor precomp64.exe precomp.exe cls-precompmt.dll cls-precompmt.ini
in precompmt.ini edit Temp=./ and
writr command for compression as -mprecompmt+srep+lzma...
also if source file is below 64mb only 1 thread will be used. if above64mb 2 and so on...
Reply With Quote
The Following User Says Thank You to ZakirAhmad For This Useful Post:
shazzla (13-03-2017)
Sponsored Links
  #62  
Old 12-03-2017, 11:06
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 694 Times in 190 Posts
rinaldo is on a distinguished road
Quote:
L0v3craft
pmt
Attached Files
File Type: 7z Pmt.7z (4.15 MB, 352 views)
Reply With Quote
The Following User Says Thank You to rinaldo For This Useful Post:
shazzla (13-03-2017)
  #63  
Old 12-03-2017, 11:42
L0v3craft's Avatar
L0v3craft L0v3craft is offline
Registered User
 
Join Date: Dec 2015
Location: Rome
Posts: 90
Thanks: 393
Thanked 24 Times in 15 Posts
L0v3craft is on a distinguished road
Quote:
Originally Posted by ZakirAhmad View Post
@L0v3craft
precompmt doesnt required arc.ini
include in compressor precomp64.exe precomp.exe cls-precompmt.dll cls-precompmt.ini
in precompmt.ini edit Temp=./ and
writr command for compression as -mprecompmt+srep+lzma...
also if source file is below 64mb only 1 thread will be used. if above64mb 2 and so on...
Thanks but doesn't work with the compressor that I'm using. Probably something is wrong in the arc.ini file.

Quote:
Originally Posted by rinaldo View Post
pmt
Your compressor works but I want use my compressor.

I'm using this:

Code:
cut
can you make it working for me ? Thanks in advance.

Last edited by L0v3craft; 03-04-2017 at 23:11.
Reply With Quote
  #64  
Old 12-03-2017, 11:48
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 694 Times in 190 Posts
rinaldo is on a distinguished road
the mask has nothing to do with precompmt, just not to go out of the question


to use mask with pmt, you just have to adapt the files for compression
metodo1,2,3,4,5 etc., then you have to adapt to your anthem scrip is simple but takes time for tests
Attached Files
File Type: 7z Masked Data Compressor 2.5 PrecompMt.7z (3.98 MB, 284 views)

Last edited by rinaldo; 12-03-2017 at 13:29.
Reply With Quote
The Following 3 Users Say Thank You to rinaldo For This Useful Post:
ADMIRAL (23-05-2020), COPyCAT (05-09-2020), L0v3craft (12-03-2017)
  #65  
Old 12-03-2017, 14:17
L0v3craft's Avatar
L0v3craft L0v3craft is offline
Registered User
 
Join Date: Dec 2015
Location: Rome
Posts: 90
Thanks: 393
Thanked 24 Times in 15 Posts
L0v3craft is on a distinguished road
Quote:
Originally Posted by rinaldo View Post
the mask has nothing to do with precompmt, just not to go out of the question


to use mask with pmt, you just have to adapt the files for compression
metodo1,2,3,4,5 etc., then you have to adapt to your anthem scrip is simple but takes time for tests
Thanks but I solved my problem in a simple way:

I edited my arc.ini:

- I removed this part of the code:

Code:
[External compressor:precomp]
header = 0
packcmd = precomp64 -intense -v -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp64 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
- And changed this:

Code:
ultral24x4	  = msc_frog+srep+delta+4x4:lzma:max/$void=srep+zstd/$deflate=precomp+srep+delta+4x4:lzma:max
with this

Code:
ultral24x4	  = msc_frog+srep+delta+4x4:lzma:max/$void=srep+zstd/$deflate=precompmt+srep+delta+4x4:lzma:max
And all is working now But I don't understand the difference from "-mprecompmt" and "-precompmt". Is there some difference ?

Last edited by L0v3craft; 03-02-2021 at 13:19.
Reply With Quote
  #66  
Old 12-03-2017, 14:30
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 694 Times in 190 Posts
rinaldo is on a distinguished road
o yes code error

Code:
[External compressor:precomp]
header = 0
packcmd = precomp64 -intense -v -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp64 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
correct is
Code:
[External compressor:precomp64]
header = 0
packcmd = precomp64 -intense -v -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp64 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

Last edited by rinaldo; 12-03-2017 at 14:33.
Reply With Quote
The Following 2 Users Say Thank You to rinaldo For This Useful Post:
L0v3craft (12-03-2017), shazzla (13-03-2017)
  #67  
Old 03-04-2017, 08:59
chum chum is offline
Registered User
 
Join Date: Jan 2015
Location: South America
Posts: 64
Thanks: 61
Thanked 10 Times in 8 Posts
chum is on a distinguished road
Does precompmt ignore commands add in arc.ini? Or it only missing the option to disable MP3?

Schnaader say -t-3 disable MP3 compression, when i use it in Precomp045 that works fine but in precompmt it just ignoring this command. I need to disable MP3 compression because it cause error to my files.

Is there some solution Razor?

Last edited by chum; 03-04-2017 at 09:02.
Reply With Quote
  #68  
Old 02-02-2021, 17:19
github github is offline
Registered User
 
Join Date: Jan 2021
Location: Australia
Posts: 23
Thanks: 1
Thanked 3 Times in 3 Posts
github is on a distinguished road
Quote:
Originally Posted by chum View Post
Does precompmt ignore commands add in arc.ini? Or it only missing the option to disable MP3?

Schnaader say -t-3 disable MP3 compression, when i use it in Precomp045 that works fine but in precompmt it just ignoring this command. I need to disable MP3 compression because it cause error to my files.

Is there some solution Razor?
Unfortunately it doesn't take the -t-+ options
Reply With Quote
  #69  
Old 02-02-2021, 18:31
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 77
Thanked 92 Times in 37 Posts
Ele is on a distinguished road
Quote:
Originally Posted by github View Post
Unfortunately it doesn't take the -t-+ options
I guess BLACKFIRE69's cls-precomp.dll has this facility.
You can add your custom options into,

cls-precomp.ini >> [Precomp] >> Options= -cn -brute -t-+ ......
__________________
- All life is an experiment. The more experiments you make the better. -
Reply With Quote
  #70  
Old 02-02-2021, 21:46
github github is offline
Registered User
 
Join Date: Jan 2021
Location: Australia
Posts: 23
Thanks: 1
Thanked 3 Times in 3 Posts
github is on a distinguished road
Thanks, that one's working however it will force creating all the output files to where the .dll or arc.exe is, including the compressed file, the temp file folders as well as the log file.

And it seems when several precomp running in parallel to split the task, it will expose a problem I found:

Some zip, 7z files , when only a few files going to be compressed, they will fail the decompress on CRC checks. When they are included in a larger set of files, they will pass the decompress.
And with a large set of files, precomp running in parallel , they will fail to decompress because of CRC errors. I guess the reason is, when those zip, 7z files mixed with large set of files, they work fine. When precomp running in parallel , the whole file set been splitted into multiple sections, and the section doesn't have enough files to save those kids.

The zip,7z files have problems are when you try to run this command

Quote:
precomp.exe -cn -o1.pcf 121.zip
against them:

Quote:
None of the given compression and memory levels could be used.
There will be no gain compressing the output file.

I'll try -cl or -cb with precomp's builtin compressing;;
Reply With Quote
  #71  
Old 03-02-2021, 02:16
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 77
Thanked 92 Times in 37 Posts
Ele is on a distinguished road
Quote:
Originally Posted by github View Post
Some zip, 7z files , when only a few files going to be compressed, they will fail the decompress on CRC checks.
I also have this experience on xtool with -t100p.
__________________
- All life is an experiment. The more experiments you make the better. -
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
FIFA 09 - DVD9 MULTI 5 to DVD5 MULTI 2 SirArthur PC Games - CD/DVD Conversions 21 25-12-2009 21:00
How To Create Xbox Multi Game Dvd Discs dude XBox Games 8 23-04-2003 21:34
xbox iso tools / multi dvd-r games dude XBox Games 8 26-02-2003 15:38
looking for help with AvP2 multi player noob-boy PC Games 4 16-08-2002 16:49
Copying games without multi session writing Robitaille DC Games 5 19-11-2000 00:47



All times are GMT -7. The time now is 19:45.


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