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
  #91  
Old 27-01-2018, 08:25
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
Quote:
Originally Posted by 78372 View Post
Various errors can be there, doesn't seem to be a cls error. Try with original cls unpacking from profrager, if the error persists, then it's not my cls error.
yes in inno setup i have error with your cls but not in cmd
but profager's cls works great
Reply With Quote
Sponsored Links
  #92  
Old 27-01-2018, 09:17
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
Same error? Will see
__________________
NOT AVAILABLE
Reply With Quote
  #93  
Old 03-02-2018, 21:28
Webster17's Avatar
Webster17 Webster17 is offline
Registered User
 
Join Date: Jan 2015
Location: Goa, India, Asia, Planet Earth
Posts: 55
Thanks: 14
Thanked 34 Times in 13 Posts
Webster17 is on a distinguished road
bpkv0.2.6 is not compressing .bk2 files from GRID 2
Its not showing percentage, also the output is 0 byte size, any idea whats d issue here?
i tried with .bik files and it proved successful
Reply With Quote
  #94  
Old 07-02-2018, 12:38
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
I have a question about DLZ.

srep before or after DLZ processing?
__________________
Haters gonna hate
Reply With Quote
  #95  
Old 07-02-2018, 12:43
doofoo24 doofoo24 is offline
Registered User
 
Join Date: Nov 2016
Location: canada
Posts: 408
Thanks: 138
Thanked 474 Times in 227 Posts
doofoo24 is on a distinguished road
before...
Reply With Quote
  #96  
Old 07-02-2018, 12:50
doofoo24 doofoo24 is offline
Registered User
 
Join Date: Nov 2016
Location: canada
Posts: 408
Thanks: 138
Thanked 474 Times in 227 Posts
doofoo24 is on a distinguished road
try dlz:cc2222:cm43:cu1:em1:d64m
Reply With Quote
  #97  
Old 07-02-2018, 12:58
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
Thanks.

Unfortunatelly there are no infos about switches

Code:
valid options: -slp -d[X] -lc[X] -lp[X] -fb[X] -mc[X] -ep[X] -dc[X] -em[X]
               -cu[X] -pc[X] -pl[X]   -nd -i=[INF_FILE]
For what are those switches?
__________________
Haters gonna hate
Reply With Quote
  #98  
Old 07-02-2018, 13:04
doofoo24 doofoo24 is offline
Registered User
 
Join Date: Nov 2016
Location: canada
Posts: 408
Thanks: 138
Thanked 474 Times in 227 Posts
doofoo24 is on a distinguished road
there is in russian using google translate to english :
General options:
-slp - includes an attempt to allocate large pages of memory to increase the speed of packaging.
Options that affect any data:
-d - specifies the dictionary for the package. Example: -d128m. The default is -d64m;
-fb - sets the maximum match size for fast parsing in the parser. Similar to the corresponding option in lzma, but with the maximum possible value of 337. Default is -fb128;
-mc - specifies the maximum number of search cycles. Similar to the corresponding option in lzma. The default is -mc1024.
-ep - includes contextual modeling for the entire range of coincidence distances. In my tests for dds gives a permanent win. The default is -ep1.
Options that affect all data except dds:
-lc - sets the size of the context of the previous character to encode literals. It affects only normal data (all except dds and dds raw). Similar to the corresponding option in lzma. The default is -lc8.
-lp - sets the size of the context of the current position for encoding literals. It affects only normal data (all except dds and dds raw). Similar to the corresponding option in lzma. The pb parameter is always set to -lp. The default is -lp4.
Options that affect only dxt dds:
-dc - sets the size of the context of the previous character to encode a literal that was not accepted by the parser as a "dxt literal". It only affects the encoding of dxt dds. Possible values: 0..8. The default is -dc8.
-em - Enable or disable the encoding of special literals immediately after the repetition. It only affects the encoding of dds. Possible values: 0..1. The default is -em1.
-cu - Specifies the type of update of the literals statistics. It only affects the encoding of dxt dds. The possible values ​​are: 0..3. Which compression mode packs more efficiently depends on the data. The unpacking time increases with increasing value -cu (At -cu0, the unpacking time is approximately equal to the time lzma, at -cu3 - 2 times longer). The default is -cu0.
Options that affect only raw dds:
-pl - sets the model for the raw image. The possible values ​​are: 0..3. 0 - disables detection of dds raw. 2 - the data is preprocessed, which consists in the usual subtraction of the current pixel value and the previous one, 3 is also preprocessing, but the value calculated by the MED predictor is subtracted from the value of the current pixel. By default -pl1;
-pc - Specifies the size of the context for encoding the literal. It only affects raw dds coding. The possible values ​​are: 0..8. The default is -pc8.

CREDIT TO EDISON007...

Last edited by doofoo24; 07-02-2018 at 13:10.
Reply With Quote
The Following 2 Users Say Thank You to doofoo24 For This Useful Post:
elit (28-03-2018), KaktoR (07-02-2018)
  #99  
Old 07-02-2018, 14:04
Mini Mini is offline
Registered User
 
Join Date: Nov 2013
Location: -
Posts: 125
Thanks: 171
Thanked 76 Times in 43 Posts
Mini is on a distinguished road
dlz:d256m:mc1024: pc0: pl1:dc0:em0

optimal settings
Reply With Quote
The Following 2 Users Say Thank You to Mini For This Useful Post:
doofoo24 (07-02-2018), Simorq (12-02-2018)
  #100  
Old 07-02-2018, 22:32
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
Hi all !

Is it possible to use BPK with 4x4 ?
If yes ,how ?
I really dont understant the 4x4 parameters. 4x4:b128mb....
What is b128mb and depends on what ?
TIA....
Reply With Quote
  #101  
Old 08-02-2018, 07:02
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 shazzla View Post
Hi all !

Is it possible to use BPK with 4x4 ?
If yes ,how ?
I really dont understant the 4x4 parameters. 4x4:b128mb....
What is b128mb and depends on what ?
TIA....
You can't.
Reply With Quote
The Following User Says Thank You to FitGirl For This Useful Post:
shazzla (08-02-2018)
  #102  
Old 08-02-2018, 23:34
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 shazzla View Post
Hi all !

Is it possible to use BPK with 4x4 ?
If yes ,how ?
I really dont understant the 4x4 parameters. 4x4:b128mb....
What is b128mb and depends on what ?
TIA....
The size of the block of packed data.
Reply With Quote
The Following User Says Thank You to Sergey3695 For This Useful Post:
shazzla (08-02-2018)
  #103  
Old 09-02-2018, 03:55
ZakirAhmad ZakirAhmad is offline
Registered User
 
Join Date: Sep 2015
Location: Kmr
Posts: 290
Thanks: 56
Thanked 58 Times in 37 Posts
ZakirAhmad is on a distinguished road
is it possible with cls of srep provided by profrager to avoid creating temp files on disk.
i guess no one seems interesting in posting reply.

Last edited by ZakirAhmad; 09-02-2018 at 23:22.
Reply With Quote
  #104  
Old 11-02-2018, 15:22
elit elit is offline
Registered User
 
Join Date: Jun 2017
Location: sun
Posts: 265
Thanks: 190
Thanked 325 Times in 119 Posts
elit is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
oggre not tested yet, have not that much sample data for testing.
I already used it on few games(not wise yet only ogg), it work fine and save up to 10%. I say dont worry and use it everywhere you can.

Quote:
Originally Posted by Webster17 View Post
bpkv0.2.6 is not compressing .bk2 files from GRID 2
Its not showing percentage, also the output is 0 byte size, any idea whats d issue here?
i tried with .bik files and it proved successful
I also tried on bk2 before and it worked fine. Try command tools instead of cls.


Btw regarding dlz and lolz, I recommend using them only on .dds files. Thats where they are specialized. Even in .dds files gain was questionable vs speed, saving ~1gb(or ~10%) with added ~2-3h+ of compression. Meh, internal FA's LZMA with lc8 is often more rational option. We simply hit the wall with LZMA where any more % gain add logarithmic scale of time wasted(and power).
Reply With Quote
The Following 2 Users Say Thank You to elit For This Useful Post:
78372 (11-02-2018), KaktoR (12-02-2018)
  #105  
Old 11-02-2018, 19:49
ZakirAhmad ZakirAhmad is offline
Registered User
 
Join Date: Sep 2015
Location: Kmr
Posts: 290
Thanks: 56
Thanked 58 Times in 37 Posts
ZakirAhmad is on a distinguished road
Quote:
Originally Posted by elit View Post
I already used it on few games(not wise yet only ogg), it work fine and save up to 10%. I say dont worry and use it everywhere you can.


I also tried on bk2 before and it worked fine. Try command tools instead of cls.


Btw regarding dlz and lolz, I recommend using them only on .dds files. Thats where they are specialized. Even in .dds files gain was questionable vs speed, saving ~1gb(or ~10%) with added ~2-3h+ of compression. Meh, internal FA's LZMA with lc8 is often more rational option. We simply hit the wall with LZMA where any more % gain add logarithmic scale of time wasted(and power).
how can we use oggre?
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
Preview: Conversion Tool for Advanced Setup Creator Razor12911 Conversion Tutorials 6 10-05-2017 00:30
New Chinese SecuROM tool EMPiRE PC Games 5 01-11-2005 13:49
Generals Multiplayer miniserver/IP Tool kapteins PC Games 0 21-05-2003 14:35
ISO Tool Kit could be the problem jessroc XBox Games 1 29-10-2002 12:29
Ms Cabinet Tool Maelstorm CD/DVD Copy Protections & Utilities 5 05-09-2002 15:30



All times are GMT -7. The time now is 16:50.


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