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

Reply
 
Thread Tools Search this Thread Display Modes
  #286  
Old 26-01-2016, 01:11
1234567890123 1234567890123 is offline
Registered User
 
Join Date: Aug 2014
Location: ankara
Posts: 92
Thanks: 124
Thanked 36 Times in 19 Posts
1234567890123 is on a distinguished road
I like new precomp speed and panker how can remove msc size filter
Reply With Quote
Sponsored Links
  #287  
Old 26-01-2016, 01:34
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 546
Thanks: 113
Thanked 806 Times in 304 Posts
panker1992 is on a distinguished road
you can remove it in arc.ini here it is

[External compressor:msc]
header = 0
packcmd = MSC c -v -f -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

i will warn you tho, this can become unstable if you force it with -f switch

@amsal i used -moptimal for assassin creed its pretty straight technique

add these lines in arc.ini and replace lzt

[External compressor:lzt]
;x64 version ;fast: -32 ;max:-p1 -49 -b200
packcmd = lzt -p2 -49 -b200 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzt -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.

Last edited by panker1992; 26-01-2016 at 01:36.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
Amsal (26-01-2016)
  #288  
Old 26-01-2016, 01:38
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
you can remove it in arc.ini here it is

[External compressor:msc]
header = 0
packcmd = MSC c -v -f -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

i will warn you tho, this can become unstable if you force it with -f switch

@amsal i used -moptimal for assassin creed its pretty straight technique

add these lines in arc.ini and replace lzt

[External compressor:lzt]
;x64 version ;fast: -32 ;max:-p1 -49 -b200
packcmd = lzt -p2 -49 -b200 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzt -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp
Thanks for that, Is bink is also needed to get that size?
Reply With Quote
  #289  
Old 26-01-2016, 01:47
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 546
Thanks: 113
Thanked 806 Times in 304 Posts
panker1992 is on a distinguished road
yes, but with Bink make sure you keep back up of the original files ...

not all .bk2 files are supported

assassin creed can only scale percentage, you cannot downscale to 720p for example

you need to remove the /i5 parameter from bk2_enc.bat and use only the percentage parameter else it doesnt work
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
  #290  
Old 26-01-2016, 01:49
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Bro, the fix of lzt is not working! I am still getting 1 freearc1432543.tmp folder in the installation

Last edited by Amsal; 26-01-2016 at 01:53.
Reply With Quote
  #291  
Old 26-01-2016, 02:06
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 546
Thanks: 113
Thanked 806 Times in 304 Posts
panker1992 is on a distinguished road
you need to apply it to arc.ini on compression and on decompression "Resources folder"

this has to be applied on 2 different ini files ; forgot to tell you that :/
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
Amsal (26-01-2016)
  #292  
Old 26-01-2016, 02:15
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
you need to apply it to arc.ini on compression and on decompression "Resources folder"

this has to be applied on 2 different ini files ; forgot to tell you that :/
Still I am getting!
Reply With Quote
  #293  
Old 26-01-2016, 02:18
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 546
Thanks: 113
Thanked 806 Times in 304 Posts
panker1992 is on a distinguished road
lzt lacks stdout, is this the first time you get this freearc temp file ??

[External compressor:lzt]
packcmd = lzt -p1 -49 -b200 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzt -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp

use this line instead

it will only use 1 CPU Core, same one i provided with mask v2.1
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
Amsal (26-01-2016)
  #294  
Old 26-01-2016, 02:26
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
lzt lacks stdout, is this the first time you get this freearc temp file ??

[External compressor:lzt]
packcmd = lzt -p1 -49 -b200 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzt -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp

use this line instead

it will only use 1 CPU Core, same one i provided with mask v2.1
It also didn't helped, but I also got this problem earlier but that time you fixed it by removing nz by something other, but here there is no nz
Reply With Quote
  #295  
Old 26-01-2016, 02:35
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 546
Thanks: 113
Thanked 806 Times in 304 Posts
panker1992 is on a distinguished road
devastate method is there

i didnt remove anything, also i only rewrote masks, i didnt rewrite structure of compression in arc.ini

this freearc "temp" only happens in v2.3 or in v2.1 too ??
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
Amsal (26-01-2016)
  #296  
Old 26-01-2016, 02:48
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
devastate method is there

i didnt remove anything, also i only rewrote masks, i didnt rewrite structure of compression in arc.ini

this freearc "temp" only happens in v2.3 or in v2.1 too ??
in v2.3 only!
Reply With Quote
  #297  
Old 26-01-2016, 03:00
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
And bro, how can I run Advanced_Data_Comp_Linux.bat in the Ubuntu 14.10

Last edited by Amsal; 26-01-2016 at 03:03.
Reply With Quote
  #298  
Old 26-01-2016, 03:06
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 546
Thanks: 113
Thanked 806 Times in 304 Posts
panker1992 is on a distinguished road
I dont know what is going on :/ i need to test lzt.

use my legacy v2.1 until i post on this, lzt and nanozip are reported to leave a trash folder

i dont know why tho ?? they are both closed source how random can this be ??
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
Amsal (26-01-2016)
  #299  
Old 26-01-2016, 05:09
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
I dont know what is going on :/ i need to test lzt.

use my legacy v2.1 until i post on this, lzt and nanozip are reported to leave a trash folder

i dont know why tho ?? they are both closed source how random can this be ??
I hope it will be fixed soon!
Reply With Quote
  #300  
Old 26-01-2016, 05:25
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 546
Thanks: 113
Thanked 806 Times in 304 Posts
panker1992 is on a distinguished road
Amsal do you want to try lzham ?? it rolls with same criteria

nice ratio, very fast decompression similar to a classic lz77
if you want i will post it
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Best Compression Format DRAGoN.X Chit Chat 11 07-09-2017 23:13
Dragon Age: Origins Ultimate Edition 3xDVD5 [CIU 2.0.2] NamelessOne PC Games - CD/DVD Conversions 16 03-03-2017 11:38
compression -msrep+rep+delta+nzip Danik1B9 Conversion Tutorials 11 21-12-2014 08:13
Borderlands 2: Ultimate Vault Hunter Edition - 3xDVD5 [ALL DLCs + CIU V2] REV0 PC Games - CD/DVD Conversions 7 06-07-2013 03:14
Fallout New Vegas Ultimate Edition 3xDVD9 to 2xDVD5 1LANGUAGE senseman PC Games - CD/DVD Conversions 29 04-06-2013 10:36



All times are GMT -7. The time now is 22:06.


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