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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 26-08-2016, 23:57
JRD!'s Avatar
JRD! JRD! is offline
Registered User
 
Join Date: Sep 2015
Location: Matrix
Posts: 274
Thanks: 225
Thanked 600 Times in 168 Posts
JRD! is on a distinguished road
ArcGui



Introduction
  • ArcGUI is an alternative graphical interface of the Open source project Freearc
Why ArcGUI?
  • Those interested in Freearc and high compression, have all or almost all, a folder containing programs (external compressors), configuration files and batch files to use as a launcher.
    I've seen quite a few cool little compressors that offer just as nice things, but I found myself having trouble creating my own compression methods, my new external compressors.
    I thought it would be nice to bring this with a little software, so I started designing ArcGUI.

The program allows:
  • Data compression
  • Create / edit compression methods.
  • Create / edit external compressors.
  • Create / edit groups of extensions.
  • NEW in v1.2 Create / load a repack project (2 modes are available, one allows to create a project including all the external compressors, dependences as well as the configuration file containing the information of the external compressors,
    the second mode only the original and temporary structure of the game, this last mode is only compatible with an original ArcGUI workspace. The program checks if all files are present in the game folder,
    if files are missing or if files are unknown from the project a warning message asking if you want to continue, you can ignore or add unknown files in the archive of the project you desired)

Features:
  • An error detection system is present as well as a function that gives information about the errors is possible by right-clicking on selected items.
  • A compression method creation wizard is present, it allows you to simply combine the values ​​present in your workspace. He is still in a state of development.
  • You can create categories to organize your compression methods as you wish, creating categories will be present when right clicking on the item to be compressed.
  • An automatic method function is present, which is based on the default values ​​of the different groups of extensions as well as a compression algorithm defined by the user.
  • NEW in v1.2 You can add your favorite programs as an external plugin so you always have them to click.

Diskspan
  • The archive split function is made possible thanks to CLS-Diskspan.dll created by Razor12911.
  • You can split an entire list of elements into compressed, the program automatically calculates the first volume relative to the size of the last. For example you can have several different sizes of files is divided to a DVD5 format without any difficulty.
  • A reserved area for the repackers is present, this corresponds to the amount of space of the first volume for the installation setup and the additional files.
  • If the diskpan value is empty or is zero, diskspan will not be active. Diskspan is not compatible with FreeArc Next.
  • The size prefixes supported are expressed in: {b, k , m, g, bytes, kb, mb, gb}. if no prefix is found the byte will be used.
  • Warning, The program uses an edit version of CLS-Diskpan.dll, if another file of the same name is in the workspace it will be automatically overwritten.

Masked methods + Diskspan ?
  • I performed several compression tests with diskspan and some masked methods, an example:
    I put files with extensions that were present in the extension groups in a folder, these groups were present in the compression method, part of content was not present in the extension groups, this was successful. I also tried in full mask, it succeeded. The decompression has succeeded.
  • The body of the main method is processed after the masks, so the last end of the method (diskspan) is handled without problems.

Tips
  • If you can add a new external compressor and get the characteristics of another external compressor to take advantage of several presets, for example: pZlib_normal, pZlib_max, you just have to modify the options according to your needs.

Code:
ArcGUI v1.2

    [+] Adding project import / export (You can create / load a project that will have everything you need to compress a specific game)
    [+] Adding external modules (You can now add your favorite programs to the "modules" folder located in the application directory)
    [+] An area reserved for dependencies of external compressors has been added. This allows the operation of project creation.
    [+] An exclusion list is present in the options (this also excludes files from the automatic method system)
    [+] Data validation is also done with the "Return" key, rather than clicking on the "OK" button.
    [+] The buttons have been enlarged for easier use.
    [+] The names of compression methods, external compressors and extension groups are now case-sensitive.

ArcGUI v1.15.1

    [-] Compatibility with Freearc Next has been removed.
    [-] The choice of the type of encryption of the archive has been removed. (AES 256 by default)
    [+] An automatic method system has been added. (Right click on a method then "Set as default compression method" or from the settings -> ArcGUI tab)
    [+] A completion system has been added (ctrl + space, to restart completion)
    [+] An external MD5 module has been added. (To generate and export reports quickly)
    [+] A Scanner File Extension module has been added. (You can send extensions directly to an extension group)
    [+] Dynamically applying change. (For example, if you rename srep to srep64, any methods that use srep will be changed)
    [+] A compression method tree area has been added. (You can edit, delete or change the different values ​​that make up the compression method by right clicking)
    [+] The archive split system has been revised. see: post#195
    [+] An area for managing freearc internal algorithms has been added.
    [+] The ability to sort the lists in order. (from the settings -> ArcGUI tab)
    [+] The error detection system has been improved.
    [+] An error log system has been added (error.log in the workspace)
    [+] The code has been optimized.
    [+] Some bugs have been fixed.
    
ArcGUI v1.0.0.4

    [+] The error when selecting the compressor from the archive options window has been fixed.
    [+] Improvement of the refresh time of the main list 
    [+] A synchronization error from the list of elements to compressed has been fixed.
    [+] Support CLS-*.dll as compressors (no longer recognized as error)

ArcGUI v1.0.0.3

    [+] Support Freearc next 
    [+] Fixed bug default value of extensions groups (External compressors are now loaded)
    [+] Fixed bug Compression Method Creation Wizard (Masked Methods are now visible)

ArcGUI v1.0.0.2

    [+] The options were put together on one page
    [+] The destination directory for temporary files is set automatically.
    [+] The system for analyzing the size of the split archive has been improved.

    [+] Invalid values are no longer loaded in the context menu
    [+] A bug related to the imported files attributes has been fixed
    [+] A diskspan error was fixed (the following parts of the archive did not go to the right place).
    [+] Fixed minors bugs

ArcGUI v1.0.0.1

    [+] Freearc filter was changed to *.exe
    [+] Support external compressors placed in sub folders.
    [+] The bugg related to the function of calculating the space needed has been Fixed
    [+] Fixed minors bugs

ArcGUI v1.0.0.0 

    [+] Initial release
Attached Files
File Type: 7z ArcGUI_1.2.7z (9.71 MB, 1081 views)

Last edited by JRD!; 08-04-2019 at 02:02. Reason: Updated
Reply With Quote
The Following 65 Users Say Thank You to JRD! For This Useful Post:
-RAGE- (26-09-2016), 008black (21-04-2017), 0xffaded (29-07-2017), 1234567890123 (18-01-2018), 16er (02-01-2018), 78372 (31-03-2017), Amsal (27-08-2016), Andrey167 (27-08-2016), Andu21 (04-09-2016), aristoclates (30-09-2016), arkantos7 (29-08-2016), arllk (27-04-2017), Balaji007 (06-08-2020), Behnam2018 (28-01-2020), BLACKFIRE69 (12-09-2019), Blade2239 (16-09-2016), Blue-D (30-11-2016), bluer (24-08-2017), Bulat (18-07-2017), buttignol (27-08-2016), Cesar82 (14-04-2017), chum (09-04-2017), davidtuning (17-09-2016), felice2011 (27-08-2016), ffmla (24-10-2016), FoRMaT-2007 (15-06-2019), Gehrman (24-12-2022), gozarck (27-08-2016), GTX590 (20-10-2016), Harsh ojha (08-07-2019), hojjatpro (06-10-2017), houcine80 (29-08-2016), Jiva newstone (03-01-2018), kassane (29-08-2016), kenzo34 (27-08-2016), kj911 (27-04-2021), lolaya (04-09-2017), Lucas65 (10-11-2016), mausschieber (31-08-2016), mikey26 (31-03-2017), minivj (27-08-2016), Ne0Gen Corp. (28-08-2019), nickwazhere2012 (23-12-2017), oltjon (09-11-2016), pakrat2k2 (27-08-2016), pan3o (10-09-2016), punchao (27-08-2016), punsher2011 (24-04-2019), Razor12911 (27-08-2016), rez3vil (28-09-2016), rinaldo (28-01-2017), romi1996 (26-01-2020), romulus_ut3 (31-03-2017), S-Ghost (22-10-2017), sajmon83 (30-09-2017), SAM2712 (27-08-2016), sathex (27-06-2019), Simorq (27-08-2016), st0rm (26-01-2018), Stor31 (27-08-2016), Titeuf (20-10-2017), vint56 (08-11-2016), Vladislav989 (07-01-2023), vLaDv (19-02-2020), Zanoza79 (17-09-2019)
Sponsored Links
 

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
Vista beta 2 blocking Starforce ronandex CD/DVD Copy Protections & Utilities 4 31-05-2006 03:37
Neverwinter Nights v1.66.8071 (Beta) doomerdgr8 PC Games 1 28-05-2005 11:18
Copying Socom2 Beta Is It Possible dblue PS2 Games 6 14-10-2003 20:14
OT: Opinion and BETA testers neded for my upcomming products! krondike PC Games 3 06-10-2003 09:29
PAL Patcher 0.93 Beta Megalexxx DC Games 18 03-01-2003 10:23



All times are GMT -7. The time now is 07:33.


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