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-2019, 16:21
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
CIU 3.0.0.1 Beta 2

The changes are informed in the changelog.
The changelog file is not in order of inclusion of the changes.
Read the entire changelog to see the changes that were included.

Main beta 2 changes:
- Added HashPage for Hash Check.
- Added Open buttons (unlimited) to open documents or folders or execute external files.
- Added new options for Equalizer like Opacity and Solid Color (without adding image).

PS:
- If anyone has time please test using Inno Setup 6.
- When I have ready version 3.0.0.1 (Final), I will create an installer for Inno Setup 6 similar to 5.61 that I did the repack.

- Any questions that you have suggested and have not yet been included, please comment.
- The inclusion of multiple music files will be included later because I will replace the run mode after Altef_4 completes the changes in IsMediaLib.dll (Altef_4 thanks for the effort).



HOTFIX 1
- Fixed UnInstall button visible on installer and SmallInstaller pages.
- Updated Polish language file.
Attached Files
File Type: 7z CIU 3.0.0.1.BETA.2 (2019-05-19).7z (55.41 MB, 288 views)
File Type: 7z CIU 3.0.0.1.BETA.2.HF1.7z (105.7 KB, 79 views)

Last edited by Cesar82; 20-05-2019 at 08:57. Reason: Added Beta 2 Hotfix 1
Reply With Quote
The Following 8 Users Say Thank You to Cesar82 For This Useful Post:
arkantos7 (22-05-2019), kassane (08-06-2019), mausschieber (20-05-2019), omdj (19-05-2019), pakrat2k2 (19-05-2019), sajmon83 (20-05-2019), Simorq (29-07-2019), zirkhaki (20-05-2019)
Sponsored Links
  #2  
Old 27-05-2019, 16:15
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 966 Times in 131 Posts
gatosky1620 is on a distinguished road
how i do to add the constant "username" in the [IniFileInfo]

Quote:
SetIniFile2={app}\steam_emu.ini; Section: Settings; Key: UserName; Value: get username from windows
Reply With Quote
The Following User Says Thank You to gatosky1620 For This Useful Post:
Simorq (29-07-2019)
  #3  
Old 27-05-2019, 19:50
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by gatosky1620 View Post
how i do to add the constant "username" in the [IniFileInfo]
try
Open script and edit this line (Insert text in red color and delete blue color part)

Code:
function DecodeINI(Line: String): TIniFileInfo;
var
  TmpStr: String;
begin
  TmpStr := Line
  if Copy(TmpStr, Length(TmpStr), 1) <> ';' then
    TmpStr := TmpStr + ';';
  //.....
  if Pos('Value:', TmpStr) <> 0 then begin
    Result.Value := Copy(TmpStr, Pos('Value:', TmpStr) + Length('Value:'), Length(TmpStr));
    Result.Value := ExpandConstant(Trim(Copy(Result.Value, 0, Pos(';', Result.Value) - 1))) + '|';
    StringChange(Result.Value, ' ', '');
    Delete(TmpStr, 1, Pos(';', TmpStr));
    if Pos(LowerCase(ActLangShort + '='), LowerCase(Result.Value)) > 0 then begin
      Result.Value := Result.Value + '|';
      Result.Value := Copy(Result.Value, Pos(LowerCase(ActLangShort + '='), LowerCase(Result.Value)) + Length(ActLangShort + '='), Length(Result.Value));
      Result.Value := Trim(Copy(Result.Value, 0, Pos('|', Result.Value) - 1));
    end else
      if Pos('=', Result.Value) > 0 then
        Result.Value := TranslatorINI(ActLangShort);
  end else
    Result.Value := TranslatorINI(ActLangShort);
  if Pos('Create:', TmpStr) <> 0 then begin
use:
Code:
SetIniFile2={app}\steam_emu.ini; Section: Settings; Key: UserName; Value: {username}
I did not test, but I think it works.

Last edited by Cesar82; 27-05-2019 at 20:05.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
Simorq (29-07-2019)
  #4  
Old 04-06-2019, 10:34
mikey26 mikey26 is offline
Registered User
 
Join Date: Dec 2008
Location: south africa
Posts: 276
Thanks: 124
Thanked 110 Times in 61 Posts
mikey26 is on a distinguished road
Send a message via AIM to mikey26 Send a message via Yahoo to mikey26
hi bud

the setup is reading the gpu info wrong.


Last edited by pakrat2k2; 04-06-2019 at 12:01.
Reply With Quote
  #5  
Old 04-06-2019, 16:21
Kitsune1982's Avatar
Kitsune1982 Kitsune1982 is offline
Registered User
 
Join Date: Jun 2011
Location: USA
Posts: 110
Thanks: 5
Thanked 86 Times in 47 Posts
Kitsune1982 is on a distinguished road
hi cesar82 great work on your CIU v3.0.0.1 beta! I need some help with a problem im having. When i try to install a game i repacked using the compressor kaktor posted in his main thread, and i copy/paste the .bin files into my directory and run the inno 5.6.1 script compiler, then try to install the game, i get the message 'archive header is corrupt, file unreadable or not freearc archive!' diskspan works fine except for one situation where all the compressed .001 files extracted fine but when it got to the 3rd split file it gave me that same error message even though i compressed it correctly with diskspan.bat. :<

how do i enable CIUv3 to extract these file types properly? any help you can offer would be most appreciated.

-Kitsune

- PS I tried doing it with records.ini and without, when i do it without records.ini it doesnt even process the .bin files, and when i have my .bin files listed in it it gives me that error on decompression. i used pankers 3 way compression batch file to compress them and i used the same compressors that diskspan has. is there a way to allow
CIU to process .bin files made with other compression scripts or is it 'UltraArc, diskspan or bust'?

Last edited by Kitsune1982; 04-06-2019 at 16:24.
Reply With Quote
  #6  
Old 05-06-2019, 03:44
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 595
Thanks: 599
Thanked 656 Times in 233 Posts
Carldric Clement is on a distinguished road
Quote:
Originally Posted by Kitsune1982 View Post
hi cesar82 great work on your CIU v3.0.0.1 beta! I need some help with a problem im having. When i try to install a game i repacked using the compressor kaktor posted in his main thread, and i copy/paste the .bin files into my directory and run the inno 5.6.1 script compiler, then try to install the game, i get the message 'archive header is corrupt, file unreadable or not freearc archive!' diskspan works fine except for one situation where all the compressed .001 files extracted fine but when it got to the 3rd split file it gave me that same error message even though i compressed it correctly with diskspan.bat. :<

how do i enable CIUv3 to extract these file types properly? any help you can offer would be most appreciated.

-Kitsune

- PS I tried doing it with records.ini and without, when i do it without records.ini it doesnt even process the .bin files, and when i have my .bin files listed in it it gives me that error on decompression. i used pankers 3 way compression batch file to compress them and i used the same compressors that diskspan has. is there a way to allow
CIU to process .bin files made with other compression scripts or is it 'UltraArc, diskspan or bust'?
I think the problem is you used with Masked Compression like xprecomp+srep+lolz/$void=srep/$deflate=reflate+srep+lzma+diskspan:2mb:3mb Like that.
to use with Diskspan, Example xprecomp+srep+lolz+diskspan:2mb:3mb. I recommended it.

Second, Make sure the files exist CLS-Diskspan.dll on CIU v3 Folders. If not copy/paste through it.
Behind CIU V3 > Resources > Decompressors > DisksPan

Last edited by Carldric Clement; 05-06-2019 at 03:52.
Reply With Quote
  #7  
Old 08-06-2019, 07:25
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
You can't use diskspan with masking method.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Carldric Clement (08-06-2019)
  #8  
Old 16-06-2019, 01:56
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
How can i enable " Precomp 042 " compression with CIU script ?

I compressed my archives using below command :
Code:
arc a -lc8 -ep1 -ed -r -w.\ Data\Data1.PAK -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\Games\*"
any change in " External Compressor.ini " & " Records.ini " is needed ?
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.
Reply With Quote
  #9  
Old 16-06-2019, 01:59
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
You have to add precomp files, because CIU has no precomp anymore since long time.
__________________
Haters gonna hate
Reply With Quote
  #10  
Old 16-06-2019, 02:38
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
You have to add precomp files, because CIU has no precomp anymore since long time.
Thanks ! this means a lot of Inno script coding OR just adding "precomp.exe" & some other files to CIU specific folder ?

which version was the last time compatible with precomp 42 ? i have the old versions
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.
Reply With Quote
  #11  
Old 16-06-2019, 02:44
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
I think adding the precomp files to the folders is enough (and maybe arc.ini / cls.ini editing).

2.0.3.8 or 2.0.4.0 was the last I think
__________________
Haters gonna hate
Reply With Quote
  #12  
Old 16-06-2019, 02:54
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
I think adding the precomp files to the folders is enough (and maybe arc.ini / cls.ini editing).

2.0.3.8 or 2.0.4.0 was the last I think
Thanks for fast response !

Is your " ASIS " script also compatible with precomp 42 ? [Latest version]
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.
Reply With Quote
  #13  
Old 16-06-2019, 03:05
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
No
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
amin fear (16-06-2019)
  #14  
Old 16-06-2019, 18:14
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
@amin fear

You can include the Compressors extensively to setup.exe without having to edit the CIU Script.
I think you will also need to change in Arc.ini and CLS.ini.

In the changelog of CIU v3 (3.0.0.0u3) tells how to add external compressors:
Code:
- Added [Ressources] section to "Setup.ini" and also to the external "Setup.ini" and also to the to external "records.ini" file (optional).
  >> The [Ressources] section contain keys Path=, Path32=, Path64= and support constants {src}, etc (If not use constants, is seted to {src})
  >> If this path contains "decompressors" files it will be copied to the TEMP folder at the start of the installation.
  >> Path=               >> For the files of the key "Path=" the files will be copied in any system (32 bits or 64 bits).(Recursive Path - Search all subfolders)
  >> Path32= or Path64=  >> But if it is a path of the key "Path32=" or "Path64=" the files inside it will only be copied if the system is equal (32 bits or 64 bits). (Recursive Path - Search all subfolders)  
  >> Example: Path={src}\RESOURCES\Dual   Path64=RESOURCES\x64
You just need to tell the folder containing the external compressor in the Setup.ini (externalor internal) or Records.ini using the [Ressources] section.
Code:
[Ressources]
Path=
Path32=
Path64=
The Path= is the key used for executables compatible with both OS (32-bits + 64-bits).
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
sajmon83 (17-06-2019), Simorq (21-06-2019)
  #15  
Old 24-06-2019, 07:07
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
In 3.0.0.0u3 the manual button is not working correct i think.

Code:
[Manual1Button]
Folder=Manual
It opens the documents folder instead.

I have also tried with "{src}" but the same.
__________________
Haters gonna hate
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 15:32.


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