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

Reply
 
Thread Tools Display Modes
  #2656  
Old 19-11-2021, 09:10
Edison007's Avatar
Edison007 Edison007 is offline
Registered User
 
Join Date: Mar 2014
Location: Solar System - Planet Earth
Posts: 30
Thanks: 0
Thanked 56 Times in 19 Posts
Edison007 is on a distinguished road
Quote:
How is actual memory usage calculated using for multi thread used An X value for dictionary (-d)?
[dictionary*~11 + (mtb*2) + (memory_for_models)] * threads
Reply With Quote
The Following 4 Users Say Thank You to Edison007 For This Useful Post:
Cesar82 (19-11-2021), ffmla (20-11-2021), KaktoR (19-11-2021), kj911 (19-11-2021)
Sponsored Links
  #2657  
Old 19-11-2021, 16:07
frankiedylan frankiedylan is offline
Registered User
 
Join Date: Oct 2021
Location: USA
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
frankiedylan is on a distinguished road
ZLib and LolZ are probably the best. I used them on my old projects back in the day and they performed well.
Reply With Quote
  #2658  
Old 19-11-2021, 18:42
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,035
Thanks: 1,743
Thanked 2,220 Times in 759 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Edison007 View Post
[dictionary*~11 + (mtb*2) + (memory_for_models)] * threads
Thanks for the info.
Don't understand about "memory_for_models"?
You used '"[' and "]", have the same meaning as parentheses for the calculation?
It depends on what parameters?

In these presets below what would the calculation be, give me an example so I can understand.
Code:
LOLZ_FAST   = lolz:d32m:mtt1:mt<thread>:fba4096:mc2;
LOLZ_NORMAL = lolz:d64m:mtt1:mt<thread>:mc1023;
LOLZ_HIGH   = lolz:dtb1:d128m:mtt1:mt<thread>:mc1023;
LOLZ_ULTRA  = lolz:dtb1:d256m:mtt1:mt<thread>:mc1023
Thread is detected by DSG.
Consider as an example on a 24 thead cpu (I think lolz trunc to 16).

-----------------
This calculation is correct (This without adding the use "memory_for_models" which I didn't understand)?
To CPU 5900x (24 threads) lolz trunc to 16 threads
lolz default mtb is 32m
Code:
lolz:dtb1:d256m:mtt1:mt16:mc1023;
calc: (256m*11 + (32m*2) + (?)) * 16
(2816m + 64m + ?) * 16
2880m * 16 = 46080m

Last edited by Cesar82; 19-11-2021 at 18:52.
Reply With Quote
  #2659  
Old 20-11-2021, 06:08
Edison007's Avatar
Edison007 Edison007 is offline
Registered User
 
Join Date: Mar 2014
Location: Solar System - Planet Earth
Posts: 30
Thanks: 0
Thanked 56 Times in 19 Posts
Edison007 is on a distinguished road
Quote:
You used '"[' and "]", have the same meaning as parentheses for the calculation?
Yes, priority of math operations)

Quote:
calc: (256m*11 + (32m*2) + (?)) * 16
(2816m + 64m + ?) * 16
2880m * 16 = 46080m
Yep, but the block size will be - 256 mb.

Quotes translated with Google Translate.
Quote:
-mtb [2..512] - sets the block size in MB. When -mt1 -mtt0 also plays a role, but minimal. And more does not mean better. Usually, for -mtt0, the optimal value is about 32-64MB, so the size of the dictionary should be more than 2 times larger. For mtt1 mode, the dictionary size must be no more than the block size;
Quote:
lolz test19g
- in the -mtt1 mode, when compressing, the block and dictionary sizes are aligned with each other according to the larger of them;
I don’t remember the required memory for the models. But this is a trifle

Last edited by Edison007; 20-11-2021 at 06:14.
Reply With Quote
  #2660  
Old 20-11-2021, 08:13
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,035
Thanks: 1,743
Thanked 2,220 Times in 759 Posts
Cesar82 is on a distinguished road
Thank you very much Edison007.
Quote:
Originally Posted by Edison007 View Post
-mtb [2..512] - sets the block size in MB. When -mt1 -mtt0 also plays a role, but minimal. And more does not mean better. Usually, for -mtt0, the optimal value is about 32-64MB, so the size of the dictionary should be more than 2 times larger. For mtt1 mode, the dictionary size must be no more than the block size;
I think the problem was this. I was using default value for block size and was using value greater than 512 for dictionary using mtt1.

PS: I noticed that if you compress as small as 300MB the value set for dictionary in console output during compression is smaller than if you compress as much as 30GB. Dictionary appears to be input size dependent.

I will run some tests and see the results.
Thanks!
Reply With Quote
  #2661  
Old 20-11-2021, 08:50
Edison007's Avatar
Edison007 Edison007 is offline
Registered User
 
Join Date: Mar 2014
Location: Solar System - Planet Earth
Posts: 30
Thanks: 0
Thanked 56 Times in 19 Posts
Edison007 is on a distinguished road
Quote:
PS: I noticed that if you compress as small as 300MB the value set for dictionary in console output during compression is smaller than if you compress as much as 30GB. Dictionary appears to be input size dependent.
Another quote from changelog:
Quote:
lolz test19c
- added reduction of the dictionary and the block to an acceptable size if the input file is smaller than the sizes of these parameters;
Reply With Quote
The Following User Says Thank You to Edison007 For This Useful Post:
Cesar82 (20-11-2021)
  #2662  
Old 21-11-2021, 11:09
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 185
Thanks: 135
Thanked 64 Times in 45 Posts
kj911 is on a distinguished road
MSC Questions: Use frog=9 switches equal to --bestnew or any OFR switches??

Example: chimes.wav file in 216 364 byte

MSC with frog=9 switches: 36 455 byte (internally from ARC archive: 36 233 byte)
Directly packing OFR with use --maximumcompression switches: 35 608 byte
Reply With Quote
  #2663  
Old 21-11-2021, 12:09
Edison007's Avatar
Edison007 Edison007 is offline
Registered User
 
Join Date: Mar 2014
Location: Solar System - Planet Earth
Posts: 30
Thanks: 0
Thanked 56 Times in 19 Posts
Edison007 is on a distinguished road
kj911
MSC version 0064 (ofr 4.910b)
ArrOfFROGParams:array [1..9]of PAnsiChar=('
--mode fast --experimental --seek min --optimize best',
'--mode normal --experimental --seek min --optimize best',
'--mode high --experimental --seek min --optimize best',
'--mode extra --experimental --seek min --optimize best',
'--mode best --experimental --seek min --optimize best',
'--mode highnew --experimental --seek min --optimize best',
'--mode extranew --experimental --seek min --optimize best',
'--mode bestnew --seek min --optimize best',
'--maximumcompression --experimental --seek min --optimize best');

+

https://krinkels.org/threads/msc-med...e-7#post-33503
Reply With Quote
  #2664  
Old 22-11-2021, 06:49
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 396
Thanks: 450
Thanked 438 Times in 200 Posts
dixen is on a distinguished road
What about *.shapes from Farming Sim 2022? Encrypt files?
Reply With Quote
  #2665  
Old 22-11-2021, 11:47
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,172
Thanks: 284
Thanked 1,370 Times in 618 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by dixen View Post
What about *.shapes from Farming Sim 2022? Encrypt files?
Likely: https://zenhax.com/viewtopic.php?t=4030
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
dixen (22-11-2021)
  #2666  
Old 27-11-2021, 12:45
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 396
Thanks: 450
Thanked 438 Times in 200 Posts
dixen is on a distinguished road
Hi, my friends)
What about decrypt/decompress *.FF from CoD BO 2?)
Reply With Quote
  #2667  
Old 04-12-2021, 03:09
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,418
Thanks: 1,078
Thanked 7,033 Times in 2,662 Posts
KaktoR is on a distinguished road
Chorus
Do not use binkpack on video files. Again bpk fails because of 4k resolution, used codec or something else. RIP
__________________
Haters gonna hate

Last edited by KaktoR; 04-12-2021 at 03:22.
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
mausschieber (04-12-2021), Prettyboy099 (04-12-2021)
  #2668  
Old 04-12-2021, 09:48
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,172
Thanks: 284
Thanked 1,370 Times in 618 Posts
Masquerade is on a distinguished road
Grand Theft Auto III Definitive Edition

Grab oo2core from game files and rename from oo2core_8_win64.dll to oo2core_7_win64.dll.

Code:
oo2reck+srep+lolz
4.2GB ----> 2.9GB
Reply With Quote
The Following 3 Users Say Thank You to Masquerade For This Useful Post:
JustFun (20-12-2021), macut18 (04-12-2021), ScOOt3r (05-12-2021)
  #2669  
Old 05-12-2021, 02:03
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,172
Thanks: 284
Thanked 1,370 Times in 618 Posts
Masquerade is on a distinguished road
Grand Theft Auto Vice City Definitive Edition

Grab oo2core from game files and rename from oo2core_8_win64.dll to oo2core_7_win64.dll.

Code:
oo2reck+srep+lolz/$mp4=srep
8.7GB ----> 6.2GB (no credits video) / 6.3GB (with credits video)
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
JustFun (20-12-2021)
  #2670  
Old 05-12-2021, 13:46
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,172
Thanks: 284
Thanked 1,370 Times in 618 Posts
Masquerade is on a distinguished road
Grand Theft Auto San Andreas Definitive Edition

Grab oo2core from game files and rename from oo2core_8_win64.dll to oo2core_7_win64.dll.

Code:
oo2reck+srep+lolz/$mp4=srep
17.8GB ----> 13GB (no credits video) / 13.1GB (with credits video)
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
JustFun (20-12-2021)
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
Games Are For Kids JoyBoy Chit Chat 83 16-11-2021 15:28
CorePack Compression methods ? Help ramazan19833 Conversion Tutorials 34 09-08-2018 07:51
i got the email in the mail about copying ps2 games EVOEvo PS2 Games 7 21-11-2003 08:56
Self-booting games on an older Japanese DC? Named DC Games 1 26-09-2003 18:48
Having Problems Burning Numerous *Recent* Games....Help is Appreciated Protosstic PSX Games 2 15-01-2002 22:27



All times are GMT -7. The time now is 11:55.


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