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
  #1  
Old 19-05-2021, 09:54
GaMEr_2077 GaMEr_2077 is offline
Banned
 
Join Date: Apr 2021
Location: Los Santos, Spain.
Posts: 87
Thanks: 159
Thanked 28 Times in 22 Posts
GaMEr_2077 is on a distinguished road
I also wanted that
Reply With Quote
Sponsored Links
  #2  
Old 19-05-2021, 10:18
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 Times in 101 Posts
:( Sad8669 is on a distinguished road
pratikpatel8982 - GaMEr_2077


Q) how can I import my own Compressors in CIU??

A)This is quite simple, you just need to edit your arc.ini according to your needs.

When adding a new compressor you need :
Code:
The compressor itself.
packcmd and unpackcmd for compression and decompression.
The compressor name.
Correct parameters.
Example :
Code:
[External compressor:xtool]
header    = 0
packcmd   = xtool.exe precomp -mzstd -c32mb -t100p --dbase - - <stdin> <stdout>
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout>
Red - The compressor name.
Orange - Compressing and Decompressing commands.
Purple - Used for the archive Input and Output.
Blue - Parameters telling compressor to limit its usage.
Pink - Where the executable is located. You can add directories by using " and " such as "PRE\XTool\64\xtool.exe"

Please forgive any mistake regarding English or my Knowledge about Compression.

Last edited by :( Sad8669; 19-05-2021 at 11:07.
Reply With Quote
The Following 2 Users Say Thank You to :( Sad8669 For This Useful Post:
GaMEr_2077 (19-05-2021), pratikpatel8982 (19-05-2021)
  #3  
Old 19-05-2021, 11:03
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
How to use non-DiskSpan/UltraArc freearc archives?
Just create one and add it to records.ini

Basic records.ini should look like this
Code:
[Record1]
Type=FreeArc_Original
Source={src}\data.arc
Output={app}\
Disk=1
How to use my own compressors with CIUv3?
Make a folder with all your tools need to decompress the archive (arc.ini, cls.ini, cls files, etc.......), mark all files and create a simple freearc archive with m1 compression. Name this archive "Setup.dll" and place it next to Setup.exe. Inside this archive you can also include records.ini if you like.
__________________
Haters gonna hate
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
:( Sad8669 (19-05-2021), Cesar82 (19-05-2021), mausschieber (19-05-2021), pratikpatel8982 (19-05-2021)
  #4  
Old 20-05-2021, 05:12
GaMEr_2077 GaMEr_2077 is offline
Banned
 
Join Date: Apr 2021
Location: Los Santos, Spain.
Posts: 87
Thanks: 159
Thanked 28 Times in 22 Posts
GaMEr_2077 is on a distinguished road
Hey can u explain whats m1 compression?
Reply With Quote
  #5  
Old 20-05-2021, 21:08
pratikpatel8982 pratikpatel8982 is offline
Registered User
 
Join Date: Sep 2020
Location: India
Posts: 116
Thanks: 105
Thanked 49 Times in 30 Posts
pratikpatel8982 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
I posted a hotfix for CIU in the previous #post.


Native FreeArc method.
It give errorcode 11 while installing, how can i fix this??
I use mini compressor and I imported all files inside _isdone folder, as said by mc creator.
Attached Images
File Type: png error.PNG (10.4 KB, 135 views)

Last edited by pratikpatel8982; 21-05-2021 at 01:39.
Reply With Quote
  #6  
Old 21-05-2021, 16:26
Proxson's Avatar
Proxson Proxson is offline
Registered User
 
Join Date: Nov 2017
Location: Croatia
Posts: 45
Thanks: 34
Thanked 26 Times in 19 Posts
Proxson is on a distinguished road
@pratikpatel,

you haven't noticed anything else than the error message ? Look better.
Reply With Quote
The Following User Says Thank You to Proxson For This Useful Post:
pratikpatel8982 (21-05-2021)
  #7  
Old 21-05-2021, 19:07
pratikpatel8982 pratikpatel8982 is offline
Registered User
 
Join Date: Sep 2020
Location: India
Posts: 116
Thanks: 105
Thanked 49 Times in 30 Posts
pratikpatel8982 is on a distinguished road
Quote:
Originally Posted by Proxson View Post
@pratikpatel,

you haven't noticed anything else than the error message ? Look better.
I see, my username changed to PRATIK~1. I don't know why it happened? Can you help me???
Reply With Quote
  #8  
Old 22-05-2021, 16:16
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Post

From what I could see in some recent posts the credits for DiskSpan_GUI and CLS-DiskSpan.dll is a little confusing for some users.

So I decided to explain the difference between DiskSpan_GUI and CLS-DiskSpan.dll.

CLS-DiskSpan.dll is a CLS created by Razor12911 to work together with FreeARC (Arc.exe/UnArc.dll) for splitting the compressed file into smaller parts, causing a large compression to be divided into parts of the specified size making so it is possible to extract the files without having to merge the parts before extraction.

DiskSpan_GUI is a tool created by me to work with external compressors, facilitating the selection of methods and configuration used in the compression. DiskSpan_GUI includes several compressors/decompressors including support for DiskSpan (using CLS-DiskSpan.dll). It also allows changes to the configuration file allowing new compressors to be added or compressors already configured to be removed.

So DiskSpan refers to the spanning of disk, and for that purpose CLS-DiskSpan.dll is used, but to make it easier to use, a configurable graphical interface was created DiskSpan_GUI for this purpose.
For those who are unsure about what to place regarding credits using C.I.U./DiskSpan_GUI I decided to post an example of credits for conversions using current CIU below.
The credits could be informed in this way:
Code:
-Credits:
InstallerScript: 3.0.0.1.b8.u3 [2021.05.18]
C.I.U. by: Yener90
Contributors: BAMsE; Razor12911; Simorq; KaktoR; Cesar82
CLS-DiskSpan.dll R3 by: Razor12911, modified version by Cesar82
DiskSpan GUI v1.0.0.5 by: Cesar82
Thank you all for your collaborations.

Last edited by Cesar82; 22-05-2021 at 16:18.
Reply With Quote
The Following 8 Users Say Thank You to Cesar82 For This Useful Post:
:( Sad8669 (22-05-2021), andreiutzu21 (23-05-2021), Grumpy (23-05-2021), houcine80 (23-05-2021), mausschieber (23-05-2021), pakrat2k2 (27-05-2021), Razor12911 (07-06-2021), sajmon83 (24-05-2021)
  #9  
Old 28-05-2021, 09:36
andreiutzu21 andreiutzu21 is offline
Registered User
 
Join Date: Jul 2013
Location: Romania
Posts: 79
Thanks: 229
Thanked 25 Times in 19 Posts
andreiutzu21 is on a distinguished road

Reply With Quote
  #10  
Old 12-06-2021, 16:36
Snake288 Snake288 is offline
Registered User
 
Join Date: Nov 2018
Location: Paris
Posts: 209
Thanks: 92
Thanked 36 Times in 29 Posts
Snake288 is on a distinguished road
Madness Engine

Games supported
Automobilista 2
Project Cars 1?? (someone test this plugin on this game and if it's not working, please upload a few samples)
Project Cars 2 (wait for R2)
Project Cars 3 (since bdt is buggy on this game, you can use this as an alternative) [also wait for R2]

Usage
Place madness.dll near xtool.exe along with required libraries and use -mmadness

Notes
Madness Engine
https://fileforums.com/showpost.php?...&postcount=131

Hello Cesar82
I want to use this plugin for the convenience of compressing the game Automobilista 2
Madness Engine I want to use this plugin DiskSpan_GUI 1.0.0.5 can I have your support?
Reply With Quote
  #11  
Old 13-06-2021, 00:21
Snake288 Snake288 is offline
Registered User
 
Join Date: Nov 2018
Location: Paris
Posts: 209
Thanks: 92
Thanked 36 Times in 29 Posts
Snake288 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
DiskSpan_GUI will not have support for this "Madness Engine" plugin anytime soon.
DiskSpan_GUI 1.0.0.5 uses XTool 0.3.9 and the plugin "Madness Engine" is not compatible with this version of XTool (as far as I know) and XTool from version 0.3.12 had changes in the command line and it can't be just replaced in DiskSpan_GUI (Needs several code changes).
I also haven't updated DiskSpan_GUI to XTool_0.3.11_hotfix (latest version with same old command line) because many of the plugins that work on version 0.3.9 don't work on version 0.3.11 and I believe that the plugin updates that have been released lately don't work with 0.3.11.

Wait for DiskSpan_GUI 2.0.0.0 which will be released along with the final version 3.0.0.1 of the CIU (Or maybe even earlier, along with the upcoming 3.0.0.1.beta.9 of the CIU).

Edit:
You can create a .bat file with the current "XTool" and the "Madness Engine" plugin and the necessary compressors and compress the game.
To create the Setup.dll file create a folder and place all the decompressors file and the Arc.ini/CLS.ini file with the paths corresponding to the folder structure used for the decompressors and then drag and drop the folder over the "_Compress Optional file" DLL (Drop Folder or Setup.dll).bat" from the COMPRESSORS folder to create the Setup.dll file.
Hello Cesar82
I want to use this plugin for the convenience of compressing the game Automobilista 2
Madness Engine I want to use this pluginI couldn't run the Madness engine add-in (.bat) I couldn't run the madness engine plugin
Sorry, but I couldn't (.can I get help preparing the bat file if possible ?
Reply With Quote
  #12  
Old 13-06-2021, 05:12
Snake288 Snake288 is offline
Registered User
 
Join Date: Nov 2018
Location: Paris
Posts: 209
Thanks: 92
Thanked 36 Times in 29 Posts
Snake288 is on a distinguished road
Hi Cesar82

Hello Cesar82
Automobilista 2 DiskSpan_GUI 1.0.0.5 Madness Engine I added a plugin DiskSpan_GUI 1.0.0.5 DS_Methods.ini can you control the coding error I can't find where I made a mistake

Automobilista 2 Files I'm Working On
https://pixeldrain.com/u/TGoDkgDJ

Last edited by Snake288; 13-06-2021 at 05:14.
Reply With Quote
  #13  
Old 13-06-2021, 12:31
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,326
Thanks: 6,768
Thanked 11,734 Times in 3,238 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Snake288 View Post
Hello Cesar82
Automobilista 2 DiskSpan_GUI 1.0.0.5 Madness Engine I added a plugin DiskSpan_GUI 1.0.0.5 DS_Methods.ini can you control the coding error I can't find where I made a mistake

Automobilista 2 Files I'm Working On
https://pixeldrain.com/u/TGoDkgDJ
i think you can not mix the setup from CIU 3.0.0.0 with the DiskSpan_GUI 1.0.0.5 the tools are different thats why it do not work
i have updated the Conversion to new Script
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
  #14  
Old 19-06-2021, 02:26
Snake288 Snake288 is offline
Registered User
 
Join Date: Nov 2018
Location: Paris
Posts: 209
Thanks: 92
Thanked 36 Times in 29 Posts
Snake288 is on a distinguished road
Hello
Cesar82
First Off, Thanks
DiskSpan_GUI 2.0.0.0 [2021.06.18] (x64) (Preview references
I Choose The Game Folder I Choose The Compression Method
Start Compression I'm Talking About The Language Option
How to use instruction
CIU 3.0.0.1.b8.u3 (2021.05.18) Do you have support ?
When Exactly The Full Version Will Be Released
How Testing Works After You Finish Compressing Game Files
Reply With Quote
  #15  
Old 19-06-2021, 02:41
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,326
Thanks: 6,768
Thanked 11,734 Times in 3,238 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Snake288 View Post
Hello
Cesar82
First Off, Thanks
DiskSpan_GUI 2.0.0.0 [2021.06.18] (x64) (Preview references
I Choose The Game Folder I Choose The Compression Method
Start Compression I'm Talking About The Language Option
How to use instruction
CIU 3.0.0.1.b8.u3 (2021.05.18) Do you have support ?
When Exactly The Full Version Will Be Released
How Testing Works After You Finish Compressing Game Files
DiskSpan_GUI 2.0.0.0 is not Compatible with CIU 3.0.0.1.b8.u3 (2021.05.18)
you have to wait for CIU 3.0.0.1.b9
__________________
It would be nice if you appreciate my work with the thanks Button
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
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
[GSERIES] Custom Installer Ultimate V2g Gupta Conversion Tutorials 226 01-06-2018 13:12
Crysis 3 DVD9 to 3xDVD5 Custom Installer spawniectes PC Games - CD/DVD Conversions 79 31-08-2017 07:19



All times are GMT -7. The time now is 14:36.


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