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
  #31  
Old 16-01-2020, 06:44
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
the only thing i cannot get working is zlib it crashes no matter were in the command line i use it
i am particularly pleased with the multithreaded razor
__________________
Ideas are bulletproof...
Reply With Quote
The Following User Says Thank You to darkwolves For This Useful Post:
Behnam2018 (18-01-2020)
Sponsored Links
  #32  
Old 21-01-2020, 10:45
Snake288 Snake288 is offline
Registered User
 
Join Date: Nov 2018
Location: Paris
Posts: 209
Thanks: 92
Thanked 36 Times in 29 Posts
Snake288 is on a distinguished road
Thumbs down 78372 Hello can I get your help ?

78372 Hello can I get your help ?

Issue : PMT.ini and arc.ini add multiple tools I sent you can you add tools ?
I tried so hard, I failed.
Attached Files
File Type: rar Tools.rar (12.45 MB, 111 views)
Reply With Quote
The Following User Says Thank You to Snake288 For This Useful Post:
Behnam2018 (29-01-2020)
  #33  
Old 24-01-2020, 06:41
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
Quote:
Originally Posted by Snake288 View Post
78372 Hello can I get your help ?

Issue : PMT.ini and arc.ini add multiple tools I sent you can you add tools ?
I tried so hard, I failed.
1.Never combine srep with PMT
2. PMT isn't FA. So {options} is not supported. packcmd and unpackcmd is not available, it should be Encode/Decode.
3. There's a typo in lolz section. Plus using lolz with pmt doesn't make sense as lolz is already multithreaded.
4. Invalid in+out file and parameter in uelr.
__________________
NOT AVAILABLE
Reply With Quote
  #34  
Old 25-01-2020, 18:07
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by 78372 View Post
1.Never combine srep with PMT
2. PMT isn't FA. So {options} is not supported. packcmd and unpackcmd is not available, it should be Encode/Decode.
3. There's a typo in lolz section. Plus using lolz with pmt doesn't make sense as lolz is already multithreaded.
4. Invalid in+out file and parameter in uelr.
hmmm interesting i have used srep with pmt and it actually does work
i repacked a few games with it and had no problems
__________________
Ideas are bulletproof...
Reply With Quote
  #35  
Old 26-01-2020, 01:25
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 410
Thanks: 453
Thanked 444 Times in 204 Posts
dixen is on a distinguished road
Quote:
Originally Posted by 78372 View Post
1.Never combine srep with PMT
Why? SREP+PMT fine works))
What about nanozip with PMT?
Reply With Quote
  #36  
Old 26-01-2020, 02:13
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 292
Thanks: 523
Thanked 102 Times in 78 Posts
shazzla is on a distinguished road
Srep+Pmt ? Why ?
Srep is lightning fast by default.
Reply With Quote
  #37  
Old 26-01-2020, 02:57
Entai44 Entai44 is offline
Registered User
 
Join Date: Nov 2018
Location: Indonesia
Posts: 48
Thanks: 73
Thanked 27 Times in 17 Posts
Entai44 is on a distinguished road
Quote:
Originally Posted by dixen View Post
Why? SREP+PMT fine works))
What about nanozip with PMT?
Nanozip can be multithreaded using -p settings
Reply With Quote
  #38  
Old 26-01-2020, 04:10
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
try mcm or fp8
Reply With Quote
  #39  
Old 15-03-2020, 01:11
hwang4 hwang4 is offline
Registered User
 
Join Date: Sep 2007
Location: Algeria
Posts: 96
Thanks: 51
Thanked 10 Times in 4 Posts
hwang4 is on a distinguished road
When using the default parameters of "razor" in PMT.ini :
[razor]
Encode = rz.exe a -d 32m pmtoutfile.tmp pmtinfile.tmp
Decode = rz.exe e -y pmtoutfile.tmp pmtinfile.tmp

and in ARC.ini :
[External compressorrecomp,mpzapi,zlib,razor]
header = 0
packcmd = PMT.exe e {compressor} -b64M -t4 - - <stdin> <stdout>
unpackcmd = PMT.exe d {compressor} -t100p - - <stdin> <stdout>

when decompressing i got this: "unknown compression method"
the game i want to compress is "black mesa" ( i used "Dixen" Method).

can someone please show me a better parameters to avoid this error in both PMT.ini & ARC.ini , and the parameters of "rz" in ARC.ini.

thanks !
Reply With Quote
  #40  
Old 15-03-2020, 03:27
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by hwang4 View Post
When using the default parameters of "razor" in PMT.ini :
[razor]
Encode = rz.exe a -d 32m pmtoutfile.tmp pmtinfile.tmp
Decode = rz.exe e -y pmtoutfile.tmp pmtinfile.tmp

and in ARC.ini :
[External compressorrecomp,mpzapi,zlib,razor]
header = 0
packcmd = PMT.exe e {compressor} -b64M -t4 - - <stdin> <stdout>
unpackcmd = PMT.exe d {compressor} -t100p - - <stdin> <stdout>

when decompressing i got this: "unknown compression method"
the game i want to compress is "black mesa" ( i used "Dixen" Method).

can someone please show me a better parameters to avoid this error in both PMT.ini & ARC.ini , and the parameters of "rz" in ARC.ini.

thanks !
get something,

Last edited by BLACKFIRE69; 15-10-2022 at 16:26.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
hwang4 (15-03-2020), oltjon (15-03-2020)
  #41  
Old 18-03-2020, 01:47
hwang4 hwang4 is offline
Registered User
 
Join Date: Sep 2007
Location: Algeria
Posts: 96
Thanks: 51
Thanked 10 Times in 4 Posts
hwang4 is on a distinguished road
I tried several times , in the end i got always the same error ! i'm using :
"PMT (razor) + srep:m3f " , i have no problem in compression but in decompression , it shows "unsupported compression method srep:m3f+razor"

can someone help me and show me an example for what i should add in :
Ultraarc 2.9.0.0 R6 Final :
config0.txt

ASIS.v7.0.8 :
Compressor.ini
arc.ini
Script.iss

thanks!
Reply With Quote
  #42  
Old 22-03-2020, 10:03
Kitsune1982's Avatar
Kitsune1982 Kitsune1982 is offline
Registered User
 
Join Date: Jun 2011
Location: USA
Posts: 110
Thanks: 5
Thanked 86 Times in 47 Posts
Kitsune1982 is on a distinguished road
Does this work with CIU installer?

Hi guys, havent posted much in awhile so decided i would post a reply.
I saw the info about PMT and it looks great but i have a question.
Will this PMT work with installer scripts like C<ustom>I<nstaller>U<ltimate>
3.0.0.1.b4 by Cesar82 or is CIU's options diskspan and ultraarc only? Would love to be able to use this with CIU. let me know if its possible and if it is, what do I need to do to link the compressed files to my project?

thanks.

-Kitsune
Reply With Quote
  #43  
Old 22-03-2020, 10:34
igrice igrice is offline
Registered User
 
Join Date: Mar 2020
Location: beograd
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
igrice is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Code:
Compressed 1 file, 288,981,192 => 112,742,899 bytes. Ratio 39.01%
Compression time: cpu 0.22 sec/real 136.38 sec = 0%. Speed 2.12 mB/s
All OK

Testing 1 file, 288,981,192 bytes. Processed  92%
ERROR: general (de)compression error in razor
So what I doing wrong here?
Post PMT.ini and arc.ini please.
Reply With Quote
  #44  
Old 22-03-2020, 20:51
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 292
Thanks: 523
Thanked 102 Times in 78 Posts
shazzla is on a distinguished road
In some rare case,it happens with me,too.. (for example,Quantum break ,1xx GB version)
Maybe a bug in Razor ?!

Last edited by shazzla; 23-03-2020 at 00:35.
Reply With Quote
  #45  
Old 23-03-2020, 00:48
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Use t2 for unpack
__________________
Haters gonna hate
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
plzip_modded - parallel 64bit lzma (de)compressor and a direct 4x4:lzma replacement elit Conversion Tutorials 17 26-03-2018 07:08
Driver Parallel Lines cdkiller PC Games - Protection List 0 03-07-2007 04:16
DRIVER Parallel Lines - savegame needed speedfreak General Gaming 0 30-06-2007 19:49
Driver: Parallel Lines (Multi lang to 1 lang) mondragon PC Games - CD/DVD Conversions 0 28-06-2007 10:03
Powerswitch thru USB or Parallel port EMPiRE Hardware 1 29-03-2006 04:38



All times are GMT -7. The time now is 01:26.


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