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

Reply
 
Thread Tools Display Modes
  #136  
Old 19-10-2019, 21:14
Celestosapien's Avatar
Celestosapien Celestosapien is offline
Registered User
 
Join Date: Sep 2019
Location: Pakistan
Posts: 12
Thanks: 38
Thanked 3 Times in 3 Posts
Celestosapien is on a distinguished road
And is there any way to encrypt free arc next files?
Reply With Quote
Sponsored Links
  #137  
Old 19-10-2019, 22:45
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 579
Thanks: 579
Thanked 632 Times in 227 Posts
Carldric Clement is on a distinguished road
Quote:
Originally Posted by Celestosapien View Post
Hi, i want to ask if there is any difference between using freearc or freearc next?
I mean related to data compression ratio or decompression speed with same methods?
or are there any specific methods that only work with fa?
FreeARC is a standard compress, the some of type's of memory usage that we can adjust how much that we want to compress as fast include the other tools. Example like XTool, 7z, SRep, Precomp and other stuff.

The FreeARC Next is the new generation without using or using methods. It was mask one of extensions that we want to compress to divide of the bytes. Unfortunate, FA Next would still in progress updating. So I will wait for update if the coder success.
Reply With Quote
The Following User Says Thank You to Carldric Clement For This Useful Post:
Celestosapien (21-10-2019)
  #138  
Old 20-10-2019, 01:44
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 354
Thanked 1,152 Times in 388 Posts
felice2011 is on a distinguished road
Quote:
Originally Posted by Celestosapien View Post
And is there any way to encrypt free arc next files?
As rightly, Carldric answers, FA will not have any more updates, and FAN seems that the creator has no intention of continuing his work.
If you want to try to encrypt a FreeArc archive in order to hide the internal files and its archive methods and add passwords, you can try this https://www.fileforums.com/showpost....88&postcount=1
__________________
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈
« I Mediocri Imitano, I Geni Copiano, Dio Crea & Distrugge » (Io Ridefinisco & Perfeziono le Loro Opere Rendendole Uniche)
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈
« Mediocrities Imitate, Genius Copy, God Creates & Destroys » (I Reconsider & Improve Their Works, Rending Them One And Only)
Reply With Quote
The Following 2 Users Say Thank You to felice2011 For This Useful Post:
Carldric Clement (20-10-2019), Celestosapien (21-10-2019)
  #139  
Old 28-10-2019, 05:18
Celestosapien's Avatar
Celestosapien Celestosapien is offline
Registered User
 
Join Date: Sep 2019
Location: Pakistan
Posts: 12
Thanks: 38
Thanked 3 Times in 3 Posts
Celestosapien is on a distinguished road
Unhappy RZ FA Next, CLS .Net & Inno Setup

Hi, thanks for answering my earlier questions...
this time i want to ask how a few more questions:
1.How to use rz with fa next...
i took the rz from arc.ini to fa.ini
Code:
[External compressor:rz,razor]
header    = 0       
packcmd   = "bwt\razor" a -y -d 128m $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = "bwt\razor" e -y $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
but i get the error saying failed to compress...


2.And is cls related to .NET? if yes then is there any chance of error while extracting files if some .NET versions are not installed? As i have encountered error UHARC: -3 while extracting files using your installer on other system(that was not mine and probably .NET 2.5 and 3.5 missing)!

3.What are minimum files required for making setup using your installer, if compress using:
Code:
xprecomp+srep:m3f:a2+exe2+lolz:d1024m:mt1
As setup size becomes too big!!! i tried deleting some files on my on like: (cls-rzo, cls-zcm and others that i thought were not necessary)... but on extraction it using carl installer i got error saying cls-zcm missing!
Reply With Quote
  #140  
Old 28-10-2019, 06:04
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 579
Thanks: 579
Thanked 632 Times in 227 Posts
Carldric Clement is on a distinguished road
Quote:
Originally Posted by Celestosapien View Post
Hi, thanks for answering my earlier questions...
this time i want to ask how a few more questions:
1.How to use rz with fa next...
i took the rz from arc.ini to fa.ini
Code:
[External compressor:rz,razor]
header    = 0       
packcmd   = "bwt\razor" a -y -d 128m $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = "bwt\razor" e -y $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
but i get the error saying failed to compress...


2.And is cls related to .NET? if yes then is there any chance of error while extracting files if some .NET versions are not installed? As i have encountered error UHARC: -3 while extracting files using your installer on other system(that was not mine and probably .NET 2.5 and 3.5 missing)!

3.What are minimum files required for making setup using your installer, if compress using:
Code:
xprecomp+srep:m3f:a2+exe2+lolz:d1024m:mt1
As setup size becomes too big!!! i tried deleting some files on my on like: (cls-rzo, cls-zcm and others that i thought were not necessary)... but on extraction it using carl installer i got error saying cls-zcm missing!
Minimum spec to compress is 4GB's of ram and system required is x64.

I recommended install .NET 3.5 and 4.5

And last, you've just deleted cls-zcm.dll and a tools. You maniac.
It suppose to delete the "_Temp" Folder. Not tools.

Last edited by Carldric Clement; 28-10-2019 at 06:20.
Reply With Quote
  #141  
Old 28-10-2019, 07:02
Celestosapien's Avatar
Celestosapien Celestosapien is offline
Registered User
 
Join Date: Sep 2019
Location: Pakistan
Posts: 12
Thanks: 38
Thanked 3 Times in 3 Posts
Celestosapien is on a distinguished road
Quote:
Originally Posted by Carldric Clement View Post
Minimum spec to compress is 4GB's of ram and system required is x64.

I recommended install .NET 3.5 and 4.5

And last, you've just deleted cls-zcm.dll and a tools. You maniac.
It suppose to delete the "_Temp" Folder. Not tools.
I have 12 GB ram... And btw, is the code for fa.ini correct? For using rz?
Thanks
I don't understand, is zcm used while compressing files with the given method!!! Then why is it required for extraction?
Reply With Quote
  #142  
Old 28-10-2019, 07:49
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 579
Thanks: 579
Thanked 632 Times in 227 Posts
Carldric Clement is on a distinguished road
Quote:
Originally Posted by Celestosapien View Post
I have 12 GB ram... And btw, is the code for fa.ini correct? For using rz?
Thanks
I don't understand, is zcm used while compressing files with the given method!!! Then why is it required for extraction?
I think I havent used that zcm before. Will check if I have a time.

Fa.ini code was correct. But you may change it -d 128m to -d 64m
Reply With Quote
  #143  
Old 29-10-2019, 05:24
Celestosapien's Avatar
Celestosapien Celestosapien is offline
Registered User
 
Join Date: Sep 2019
Location: Pakistan
Posts: 12
Thanks: 38
Thanked 3 Times in 3 Posts
Celestosapien is on a distinguished road
Lightbulb

Quote:
Originally Posted by Carldric Clement View Post
I think I havent used that zcm before. Will check if I have a time.

Fa.ini code was correct. But you may change it -d 128m to -d 64m
Thanks for the reply
I figured out the problem... May be you didn't get my question right but anyways. I had to edit main.iss file to remove all the unnecessary files so that it only contains
Quote:
arc.ini, unarc.dll, cls-lolz_x64.exe, cls.ini, cls-lolz.dll in _ISDone folder
for when I make an installer for
Code:
lolz:d256m:mt1
it doesn't give an error.
And please know that I'm totally new to compression and inno setups. And your software has helped me understand alot...
Reply With Quote
The Following User Says Thank You to Celestosapien For This Useful Post:
Carldric Clement (31-10-2019)
  #144  
Old 31-10-2019, 09:32
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 579
Thanks: 579
Thanked 632 Times in 227 Posts
Carldric Clement is on a distinguished road
Quote:
Originally Posted by Celestosapien View Post
Thanks for the reply
I figured out the problem... May be you didn't get my question right but anyways. I had to edit main.iss file to remove all the unnecessary files so that it only contains for when I make an installer for
Code:
lolz:d256m:mt1
it doesn't give an error.
And please know that I'm totally new to compression and inno setups. And your software has helped me understand alot...
Your welcome.

Last edited by Carldric Clement; 21-11-2019 at 02:46.
Reply With Quote
  #145  
Old 21-11-2019, 10:51
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 579
Thanks: 579
Thanked 632 Times in 227 Posts
Carldric Clement is on a distinguished road
Mini Compressor AIO v20.7 - Updated

Changelog: here

Fixed:
Quote:
* Masked Compression fixed
* Form redesigned
* Inno Maker fixed
Tweaks:
Quote:
* Animation Form Upgrade
* Inno Maker Compile Optimize
Go check it out.

Last edited by Carldric Clement; 22-11-2019 at 09:34.
Reply With Quote
The Following User Says Thank You to Carldric Clement For This Useful Post:
MaXun (22-11-2019)
  #146  
Old 21-11-2019, 11:08
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 609
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Hello,
all compression methods are compatible with Mini Compressor AIO?
cordially
Reply With Quote
The Following User Says Thank You to Titeuf For This Useful Post:
Carldric Clement (21-11-2019)
  #147  
Old 21-11-2019, 11:14
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 579
Thanks: 579
Thanked 632 Times in 227 Posts
Carldric Clement is on a distinguished road
Quote:
Originally Posted by Titeuf View Post
Hello,
all compression methods are compatible with Mini Compressor AIO?
cordially
Yes. But I'm sure you would check if compatible with your system first.

EDIT: Now the Installer Creator was included on Mini Compressor.

Last edited by Carldric Clement; 21-11-2019 at 11:28.
Reply With Quote
The Following 2 Users Say Thank You to Carldric Clement For This Useful Post:
MaXun (22-11-2019), Titeuf (21-11-2019)
  #148  
Old 22-11-2019, 09:15
MaXun MaXun is offline
Registered User
 
Join Date: Sep 2019
Location: London
Posts: 4
Thanks: 3
Thanked 2 Times in 2 Posts
MaXun is on a distinguished road
Quote:
Originally Posted by Carldric Clement View Post
Mini Compressor AIO v20.7 - Updated

Changelog: here

Fixed:

Tweaks:

Go check it out.
I look forward to further development
Reply With Quote
The Following User Says Thank You to MaXun For This Useful Post:
Carldric Clement (22-11-2019)
  #149  
Old 23-11-2019, 00:54
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 579
Thanks: 579
Thanked 632 Times in 227 Posts
Carldric Clement is on a distinguished road
Translate for Mini Compressor

Code:
[MainLanguage]
Display=English
Code=Lang1
Author=Carldric Clement

; ==================================================
; Main Form
; ==================================================
[MainForm]
Load1=Loading Tools...
Load2=Loaded Tools.
CW=Created with
WC=Welcome to



[ToolbarTop]
Software=Software
Opt=Option
Changelog=Changelog
Help=Help

[HelpToolbar]
ChkUpdate=Check Update
About=About




[FreearcTab]
Comp=Compress
AdvComp=Advanced Compress
FAN=FA Next
SplitComp=Splitter Compress

[CompressFreearc]
Source=Source
Output=Output
Opt=Option
MemUsg=Memory Usage
MB=MB
Arch=Archive
Method=Method
Diskspan=DisksPan
Use=Use
TOD=Type of Disc
FDisk=First Disks
LDisk=Last Disks
Pass=Password
SExt=Self Extracting
Result=Result

[AdvCompressFreearc]
General=General
Source=Source
Output=Output
Mem=Memory
Method=Method
Arch=Archive
Opt=Option
Add=Add
Remove=Remove
SExt=Self Extracting
Start=Start

[FANFreearc]
Source=Source
Output=Output
Opt=Option
Arch=Archive
Method=Method
SExt=Self Extracting
Start=Start



[IMTab]
Changelog=Changelog

[InstallerIM]
General=General
SysReq=System Requirements
Lnk=Shortcut
Arch=Archive
Reds=Redist
Resc=Resource
Dinstall=Design Installer
Comp=Compile
Back=<< Back

[GenInstallerIM]
General=General
Name=Setup Name
Publisher=Setup Publisher
Version=Setup Version
Size=Setup Size
MB=MB
Opt=Option
CompType=Compression Type
CompSolid=Compression Solid
CompThread=Compression Thread
Protect=Protection
Icon=Icon
Change=Change
BRepack=Basic Repack (Games)
Dir=Directory
Use=Use

[SysReqInstallerIM]
Sys=System
Process=Processors (MHz)
GPU=GPU RAM
RAM=RAM
Win=Windows
Major=Major
Minor=Minor
ServPack=Service Pack

[LnkInstallerIM]
LnkCreator=Shortcut Creator
No=No.
Name=Name
File=File
Icon=Icon
Working=Working
Create=Create
Remove=Remove

[ArchInstallerIM]
ArchCreator=Archive Creator
Type=Type
Source=Source
Output=Output
Disk=Disk
Pass=Password
No=No.
Create=Create
Remove=Remove

[RedsInstallerIM]
RedsCreator=Redist Creator
Name=Name
Exec=Exec
Params=Params
No=No.
Create=Create
Remove=Remove

[ResourceIM]
Edit=Edit
New=New
Save=Save
Default=Default
Source=Source
Add=Add
Remove=Remove
Text1=NOTE
Text2=For noob, skip this area if you don't know how to use.
Text3=For advance, after you edit this source, it wont reset anything. Will keep your keys source forever.

[DesignInstallerIM]
WImage=Wizard Image (877x845)
Logo=Logo (877x485)
Splash=Splash
Music=Music
Change=Change
Use=Use
FInOut=Fade In/Out
Show=Show
Pngs=Images (PNG)
Text1=set your time (seconds only)
Text2=(minimum image is 10 only)
Browse=Browse



[ISOMakerTab]
Basic=Basic
FDFA=For DisksPan Freearc

[BasicISOMaker]
Source=Source
Output=Output
Create=Create

[FdFaISOMaker]
NOG=Name of Game
TOD=Type of Disc
Source=Source
FFE=File for Exist



; ==================================================
; Result Compress Form
; ==================================================
[ResultCompressForm]
Title=Confirmation to Process
Confirm=Are you sure about that?
General=General
Source=Source
Output=Output
Opt=Option
Mem=Memory
Method=Method
Pass=Password
Yes=YES
No=NO

[StartingCompressForm]
Title1=Processing...
Title2=Failed.
Title3=Finished.
Comp=Compressing...
DateTime=Date & Time
Source=Source
Output=Output
Method=Method
Res=RESULT
OriSize=Original Size
CompSize=Compressed Size
Text1=Thank you for using
Text2=LOOKS LIKE THERE IS A PROBLEM ABOUT FREEARC!
Text3=PLEASE CONTACK DEVELOPER ABOUT THIS PROBLEM!
Save=Save Report
Close=Close



; ==================================================
; Option Form
; ==================================================
[OptForm]
Title=Option
Wall=Wallpaper
Music=Music
Change=Change
Close=Close



; ==================================================
; Changelog Form
; ==================================================
[LogForm]
Title=What's New?



; ==================================================
; About Form
; ==================================================
[AboutForm]
Title=About
CB=Created by
Secret=??
NOTE: Dont edit the code Lang1 on MainLanguage

Last edited by Carldric Clement; 10-12-2019 at 20:41.
Reply With Quote
The Following 2 Users Say Thank You to Carldric Clement For This Useful Post:
78372 (23-11-2019), ADMIRAL (03-10-2021)
  #150  
Old 25-11-2019, 23:07
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 579
Thanks: 579
Thanked 632 Times in 227 Posts
Carldric Clement is on a distinguished road
Mini Compressor AIO v20.8 - Updated

Changelog: here

Fixed:
Quote:
* Inno Maker Compile Fixed (After compile, there are no longer pop-ups onto request insert music file.)
* Optimize Form
Tweaks:
Quote:
* Language Selector added
* English added
* Resource Editor Inno Maker added
Go check it out.
Reply With Quote
The Following 3 Users Say Thank You to Carldric Clement For This Useful Post:
Celestosapien (26-11-2019), mausschieber (26-11-2019), Simorq (26-11-2019)
Reply

Tags
compression, games, mini, repack

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
Problems with Mini image Soleyu PC Games 9 22-02-2008 07:05
Starforce 3.6 Mini image - Is it possible? neptun PC Games 20 17-04-2007 15:00
Diablo II Playdisk Mini Image NeEkO PC Games 3 09-11-2005 09:05
Help Creating Mini Image Files Evil Homer PC Games 0 09-10-2005 02:19
Possible Main Thread about Mini Images ochentay4 PC Games 0 27-10-2004 13:40



All times are GMT -7. The time now is 10:58.


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