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

Reply
 
Thread Tools Display Modes
  #16  
Old 21-09-2016, 12:59
~MAK~'s Avatar
~MAK~ ~MAK~ is offline
Registered User
 
Join Date: Sep 2016
Location: Moon
Posts: 44
Thanks: 25
Thanked 43 Times in 13 Posts
~MAK~ is on a distinguished road
Quote:
Originally Posted by ChronoCross View Post
Welcome MAK and thanks for made this thread!.
i have a question.
Some files in games have 98% or 99% of entropy like media or compressed data.
sometimes this data are packed and impossible to extract and rebuild without any errors.
So just for save time, there is any way to sort those files with 98% or 99% of entropy in a list to use a store method of compression.
I mean like a entropy detector or something like that?
i ask you this because we can easy detect media files by extension (ogg, bik, mp3) but in some cases this files are already packed, so extension doesnŽt work here.
thanks
hmmm, whenever I get that type of files, then I firstly try Offzip by Luigi to see if their is any raw files or not on that specific files, if their is, then I try reflate with them or you can you precomp also after knowing the offzip location of streams , and compress them, if not and you don't even get any rebuilder or extractor, then you could even give a try to zstd, sometime, its worth on these type files
__________________
"The possession of knowledge does not kill the sense of wonder and mystery. There is always more mystery."
Reply With Quote
The Following User Says Thank You to ~MAK~ For This Useful Post:
ChronoCross (21-09-2016)
Sponsored Links
  #17  
Old 21-09-2016, 13:13
ChronoCross's Avatar
ChronoCross ChronoCross is offline
Registered User
 
Join Date: Sep 2014
Location: Acacia Dragons
Posts: 254
Thanks: 145
Thanked 203 Times in 115 Posts
ChronoCross is on a distinguished road
Thank you!. IŽll try
Reply With Quote
  #18  
Old 22-09-2016, 19:40
ChronoCross's Avatar
ChronoCross ChronoCross is offline
Registered User
 
Join Date: Sep 2014
Location: Acacia Dragons
Posts: 254
Thanks: 145
Thanked 203 Times in 115 Posts
ChronoCross is on a distinguished road
I was download smoke.exe by bulat. This tool can calculate the entropy and also have the source in c .
I need a script in batch to sort the files with 95% and 100% of entropy to txt file list.
This list of files is to using in arc.exe to storing.
So any ideas?
Reply With Quote
  #19  
Old 22-09-2016, 20:16
minivj minivj is offline
Registered User
 
Join Date: Jan 2016
Location: india
Posts: 7
Thanks: 22
Thanked 5 Times in 2 Posts
minivj is on a distinguished road
I have my game compressed with
Quote:
-mpzlib+srep+lzma:max data.arc
and i want to implement the compression with asc template. Please help me, what to do next??
Reply With Quote
  #20  
Old 22-09-2016, 20:23
~MAK~'s Avatar
~MAK~ ~MAK~ is offline
Registered User
 
Join Date: Sep 2016
Location: Moon
Posts: 44
Thanks: 25
Thanked 43 Times in 13 Posts
~MAK~ is on a distinguished road
Quote:
Originally Posted by ChronoCross View Post
I was download smoke.exe by bulat. This tool can calculate the entropy and also have the source in c .
I need a script in batch to sort the files with 95% and 100% of entropy to txt file list.
This list of files is to using in arc.exe to storing.
So any ideas?
Ahh matey, that is nice, but its old too, anyways, am not much good in writing batch files, but I will try to write one, currently having exams also

Quote:
Originally Posted by minivj View Post
I have my game compressed with
and i want to implement the compression with asc template. Please help me, what to do next??
Go to deployment>>Setup Resources and then click on add pzlib.exe and pzlib64.exe

and add your arc.ini also which you used for compression
__________________
"The possession of knowledge does not kill the sense of wonder and mystery. There is always more mystery."
Reply With Quote
The Following User Says Thank You to ~MAK~ For This Useful Post:
minivj (23-09-2016)
  #21  
Old 22-09-2016, 20:30
~MAK~'s Avatar
~MAK~ ~MAK~ is offline
Registered User
 
Join Date: Sep 2016
Location: Moon
Posts: 44
Thanks: 25
Thanked 43 Times in 13 Posts
~MAK~ is on a distinguished road
Quote:
Originally Posted by ChronoCross View Post
I was download smoke.exe by bulat. This tool can calculate the entropy and also have the source in c .
I need a script in batch to sort the files with 95% and 100% of entropy to txt file list.
This list of files is to using in arc.exe to storing.
So any ideas?
Btw, why not you use mask with arc?? Just make a new mask in arc.groups and add that file extension, and add that mask in your command line, and then add a no compression method? :P
__________________
"The possession of knowledge does not kill the sense of wonder and mystery. There is always more mystery."
Reply With Quote
  #22  
Old 23-09-2016, 01:11
aswadd's Avatar
aswadd aswadd is offline
Registered User
 
Join Date: Aug 2016
Location: Egypt
Posts: 316
Thanks: 84
Thanked 162 Times in 98 Posts
aswadd is on a distinguished road
Mak I want to ask you what's ur opinion or ur experience of / about
lzma & xz (Lzma2) & 4x4:lzma which do you prefer to use for a good ratio & also good decompression speed
I also see most of the repackers doesn't use huge dictionary / lzma max settings !! However in most of the cases it won't help u much the difference will be couple of megabytes
can you explain more about lzma
Reply With Quote
  #23  
Old 23-09-2016, 01:23
aswadd's Avatar
aswadd aswadd is offline
Registered User
 
Join Date: Aug 2016
Location: Egypt
Posts: 316
Thanks: 84
Thanked 162 Times in 98 Posts
aswadd is on a distinguished road
Quote:
Originally Posted by ChronoCross View Post
I was download smoke.exe by bulat. This tool can calculate the entropy and also have the source in c .
I need a script in batch to sort the files with 95% and 100% of entropy to txt file list.
This list of files is to using in arc.exe to storing.
So any ideas?
you will need a huge batch file to handle this , however i'm not sure about bat , i don't think it can be done with batch
Reply With Quote
  #24  
Old 23-09-2016, 02:51
~MAK~'s Avatar
~MAK~ ~MAK~ is offline
Registered User
 
Join Date: Sep 2016
Location: Moon
Posts: 44
Thanks: 25
Thanked 43 Times in 13 Posts
~MAK~ is on a distinguished road
Quote:
Originally Posted by aswadd View Post
Mak I want to ask you what's ur opinion or ur experience of / about
lzma & xz (Lzma2) & 4x4:lzma which do you prefer to use for a good ratio & also good decompression speed
I also see most of the repackers doesn't use huge dictionary / lzma max settings !! However in most of the cases it won't help u much the difference will be couple of megabytes
can you explain more about lzma
Aswadd if you ask my opinion, I mostly prefer xz, the reason is, if its offers a very fast decompression speed and it even gives much better ratio sometimes, and normally it could be bigger by 1-2mb in comparison to lzma, but for 1-2mb, I could go for xz because it has faster installation time.... Books are calling me... Talk to you later
__________________
"The possession of knowledge does not kill the sense of wonder and mystery. There is always more mystery."
Reply With Quote
  #25  
Old 23-09-2016, 03:15
aswadd's Avatar
aswadd aswadd is offline
Registered User
 
Join Date: Aug 2016
Location: Egypt
Posts: 316
Thanks: 84
Thanked 162 Times in 98 Posts
aswadd is on a distinguished road
Quote:
Originally Posted by ~MAK~ View Post
Aswadd if you ask my opinion, I mostly prefer xz, the reason is, if its offers a very fast decompression speed and it even gives much better ratio sometimes, and normally it could be bigger by 1-2mb in comparison to lzma, but for 1-2mb, I could go for xz because it has faster installation time.... Books are calling me... Talk to you later
yes i know that but what if we edited the comparison to be like this
4x4:lzma vs xz
I think 4x4:lzma will be faster & better but in the end it costs more ram & cpu
Reply With Quote
  #26  
Old 23-09-2016, 03:42
~MAK~'s Avatar
~MAK~ ~MAK~ is offline
Registered User
 
Join Date: Sep 2016
Location: Moon
Posts: 44
Thanks: 25
Thanked 43 Times in 13 Posts
~MAK~ is on a distinguished road
Quote:
Originally Posted by aswadd View Post
yes i know that but what if we edited the comparison to be like this
4x4:lzma vs xz
I think 4x4:lzma will be faster & better but in the end it costs more ram & cpu
Matey, there are varieties in every thing, look you could get better speed also, but in the cost of high CPU usuage, but I normally prefer xz, I don't say lzma is bad, but just I'll like xz speed and ratio with its normal CPU usage, am on mobile and couldn't tell you everything now.
__________________
"The possession of knowledge does not kill the sense of wonder and mystery. There is always more mystery."
Reply With Quote
The Following User Says Thank You to ~MAK~ For This Useful Post:
aswadd (23-09-2016)
  #27  
Old 23-09-2016, 07:26
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 714 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
Quote:
Originally Posted by aswadd View Post
yes i know that but what if we edited the comparison to be like this
4x4:lzma vs xz
I think 4x4:lzma will be faster & better but in the end it costs more ram & cpu
IMOH, if u r planning to use things with freearc then go with fazip
this will give u better compression speed and u don't even need fazip.exe to decompress and even better compression speed many times

Quote:
[External compressor:rep,lzma,4x4,delta,exe]
header = 0
mem = 730
packcmd = fazip -i0 compress:{compressor}{ption} <stdin> <stdout>
unpackcmd = fazip -i0 decompress:{compressor}{ption} <stdin> <stdout>
Reply With Quote
  #28  
Old 23-09-2016, 07:34
~MAK~'s Avatar
~MAK~ ~MAK~ is offline
Registered User
 
Join Date: Sep 2016
Location: Moon
Posts: 44
Thanks: 25
Thanked 43 Times in 13 Posts
~MAK~ is on a distinguished road
Quote:
Originally Posted by PrinceGupta2000 View Post
IMOH, if u r planning to use things with freearc then go with fazip
this will give u better compression speed and u don't even need fazip.exe to decompress and even better compression speed many times
Yeah that is princegupta, but he actually asked me the difference, and I was on mobile and still on mobile, BTW thanks for contributing, this thread is made for sharing of knowledge only I am good to see that people are stepping forward to make the forum clean
__________________
"The possession of knowledge does not kill the sense of wonder and mystery. There is always more mystery."
Reply With Quote
  #29  
Old 23-09-2016, 08:52
lolaya lolaya is offline
Banned
 
Join Date: Jul 2011
Location: still life
Posts: 138
Thanks: 156
Thanked 38 Times in 29 Posts
lolaya is on a distinguished road
~MAK~@ you welcome
Reply With Quote
The Following User Says Thank You to lolaya For This Useful Post:
~MAK~ (23-09-2016)
  #30  
Old 23-09-2016, 11:21
Blade2239 Blade2239 is offline
Banned
 
Join Date: Sep 2016
Location: somewhere in universe
Posts: 70
Thanks: 47
Thanked 8 Times in 8 Posts
Blade2239 is on a distinguished road
anybody playing GTA V PC game.
I am playing this and my problem is whenever I open GTAlauncher.exe game starts and loads directly into game no main menu..
I tried landing page and turned it on and off many times restarted the PC nothing worked....
now how to do it anyone have knowledge about it
Reply With Quote
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
The ONLY Half-Life 2 Thread. Do Not Create New Threads JoyBoy PC Games 286 25-03-2005 06:49
Official Sims 2 Thread JoyBoy PC Games 229 25-10-2004 17:01
'Official' CM4 Thread - Do Not Create New Threads Fila PC Games 119 23-07-2003 07:33



All times are GMT -7. The time now is 20:04.


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