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
  #16  
Old 28-12-2019, 09:25
DiCaPrIo DiCaPrIo is offline
Registered User
 
Join Date: Apr 2017
Location: Don't Know
Posts: 48
Thanks: 90
Thanked 49 Times in 30 Posts
DiCaPrIo is on a distinguished road
put it in PMT.ini
[packet]
Encode = packetx64.exe a -v -r -mx -b512 -h4 packedfile.pct datafile
Decode = packetx64.exe x -v datafile packedfile.pct
Infile = datafile
Outfile = packedfile.pct

in arc.ini
[External compressoracket]
header = 0
packcmd = PMT.exe e {compressor} -b32m -t75p - - <stdin> <stdout>
unpackcmd = PMT.exe d {compressor} -t75p - - <stdin> <stdout>
Reply With Quote
The Following User Says Thank You to DiCaPrIo For This Useful Post:
Entai44 (28-12-2019)
Sponsored Links
  #17  
Old 28-12-2019, 09:59
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:
[packet]
Encode = packetx64.exe a -v -r -mx -b512 -h4 packedfile.pct datafile
Decode = packetx64.exe x -v datafile packedfile.pct
Infile = datafile
Outfile = packedfile.pct
PMT save my life, but I must change it like this:

Quote:
[packet2]
Encode = packetx64.exe a -v -r -mx -b512 -h4 packedfile.pct datafile
Decode = packetx64.exe x -v packedfile.pct datafile
Infile = datafile
Outfile = packedfile.pct
And this is the fix, but the temp files still there after decompressing I thought I must try it again

And BOOM!! After some changes the PMT temp is gone, my loved packet compressor is useful right know thanks anyway @DiCaPrIo

Last edited by Entai44; 28-12-2019 at 10:06.
Reply With Quote
  #18  
Old 28-12-2019, 15:13
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,687
Thanks: 1,106
Thanked 7,333 Times in 2,836 Posts
KaktoR is on a distinguished road
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?
__________________
Haters gonna hate
Reply With Quote
  #19  
Old 28-12-2019, 17:38
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 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
__________________
NOT AVAILABLE
Reply With Quote
  #20  
Old 28-12-2019, 18:12
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,687
Thanks: 1,106
Thanked 7,333 Times in 2,836 Posts
KaktoR is on a distinguished road
I just used the example settings (it was my first test run).
__________________
Haters gonna hate
Reply With Quote
  #21  
Old 28-12-2019, 19:11
FitGirl FitGirl is offline
Registered User
 
Join Date: Dec 2014
Location: Riga
Posts: 209
Thanks: 21
Thanked 244 Times in 132 Posts
FitGirl is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
I just used the example settings (it was my first test run).
Did you run the sample bat packer as is or modified it?
Because default one works.
Reply With Quote
  #22  
Old 28-12-2019, 19:18
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,687
Thanks: 1,106
Thanked 7,333 Times in 2,836 Posts
KaktoR is on a distinguished road
Nah, I just deleted test2.arc and test3.arc lines and changed test1.arc to -mrazor method.

That's all I changed.
__________________
Haters gonna hate
Reply With Quote
  #23  
Old 28-12-2019, 22:40
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
Try to include srep first
Reply With Quote
  #24  
Old 29-12-2019, 05:42
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
@KaktoR, Can you give me a sample?
Also, try using other compressors, if that works, then probably it's a bug from razor itself
__________________
NOT AVAILABLE

Last edited by 78372; 29-12-2019 at 08:26.
Reply With Quote
  #25  
Old 29-12-2019, 07:38
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
@KaktoR
test t2 for decode!
Reply With Quote
The Following 2 Users Say Thank You to Simorq For This Useful Post:
78372 (30-12-2019), KaktoR (30-12-2019)
  #26  
Old 30-12-2019, 09:36
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,687
Thanks: 1,106
Thanked 7,333 Times in 2,836 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Simorq View Post
@KaktoR
test t2 for decode!
Thanks, this works!

Code:
Tested 1 file, 112,742,899 => 288,981,192 bytes. Ratio 39.01%
Testing time: cpu 0.20 sec/real 5.82 sec = 3%. Speed 49.69 mB/s
All OK
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
78372 (30-12-2019)
  #27  
Old 10-01-2020, 23:05
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
Source released on github

Check first post for source link.
__________________
NOT AVAILABLE

Last edited by 78372; 13-01-2020 at 22:48.
Reply With Quote
The Following User Says Thank You to 78372 For This Useful Post:
PsYcHo_RaGE (12-01-2020)
  #28  
Old 15-01-2020, 04:14
Sergey3695 Sergey3695 is offline
Registered User
 
Join Date: Mar 2013
Location: Russia
Posts: 86
Thanks: 43
Thanked 76 Times in 42 Posts
Sergey3695 is on a distinguished road
Quote:
Originally Posted by 78372 View Post
Source released on github
how to compile it?

if use ITask and compile, then the problem with "-mzlib" (write error etc.)
is correct source?
Reply With Quote
  #29  
Old 15-01-2020, 04:33
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
If you had downloaded before yesterday, download it again, I have updated that yesterday.
__________________
NOT AVAILABLE
Reply With Quote
  #30  
Old 15-01-2020, 04:46
Sergey3695 Sergey3695 is offline
Registered User
 
Join Date: Mar 2013
Location: Russia
Posts: 86
Thanks: 43
Thanked 76 Times in 42 Posts
Sergey3695 is on a distinguished road
Quote:
Originally Posted by 78372 View Post
If you had downloaded before yesterday, download it again, I have updated that yesterday.
Utilities.pas Add files via upload 4 days ago

ok)
---
upload pls source for PMT32 (1040 kb) . because i have problem with "-mzlib" if use PMT32 (1211 kb) (github exe) (general dec error).

Last edited by Sergey3695; 15-01-2020 at 05:08.
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 22:42.


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