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

Reply
 
Thread Tools Display Modes
  #16  
Old 23-10-2020, 19:36
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,010
Thanks: 1,707
Thanked 2,165 Times in 736 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by The_Killer View Post
@mausschieber

I did the tests and used the versions CIU 3.0.0.0u9 and CIU 3.0.0.1. Version 3.0.0.0u9 installs on win7 and win10 without any errors and version 3.0.0.1 only installs on win10, but with random errors including the ISDone.dll error. I recognize that Win7 will no longer be used, but the u9 version worked very well. I used 0 compression and the u9 version installed in 5 min while the other version 11 min. My grade is 10 for 0u9 and 6 for 0.1
When you find errors, send me a screenshot and let me know which method was used in the compression and exactly the version used by CIU that I will try to solve the error.

It should work equally on Windows 7 and Windows 10.
Starting with the final version of CIU 3.0.0.1, CIU compatibility with Windows XP and Windows Vista (Minimum Windows 7 SP1) will be removed.
It will also be mandatory to use the latest Inno Setup to compile the script.
Now for beta 8 I'm working on trying to improve CIU functions to use less hardware resources.

Let me know the errors per PM that I will see more quickly.
The last mistake I got to know was only when KaktoR and mausschieber sent me PM (Days later), If you informed me before the error could have been corrected before.

Thank you!
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
The_Killer (24-10-2020)
Sponsored Links
  #17  
Old 17-11-2020, 08:03
Jarmen_Kell Jarmen_Kell is offline
Registered User
 
Join Date: Apr 2011
Location: Iran
Posts: 557
Thanks: 740
Thanked 357 Times in 316 Posts
Jarmen_Kell is on a distinguished road
Dear Mausschieber, is it support oo2reck?
Reply With Quote
  #18  
Old 17-11-2020, 14:04
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,563
Thanks: 5,578
Thanked 9,986 Times in 2,626 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Jarmen_Kell View Post
Dear Mausschieber, is it support oo2reck?
i think i have enable it
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
  #19  
Old 17-11-2020, 20:03
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,336
Thanks: 1,076
Thanked 6,927 Times in 2,615 Posts
KaktoR is on a distinguished road
You can always create external Setup.ini next to Setup.exe with [Resources] section and place needed files for decompression inside the folder.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
mausschieber (18-11-2020)
  #20  
Old 24-11-2020, 11:59
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,010
Thanks: 1,707
Thanked 2,165 Times in 736 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
You can always create external Setup.ini next to Setup.exe with [Resources] section and place needed files for decompression inside the folder.
By the way, only now did I notice a typo in the section name in the CIU source code.
The section name was wrong, so [Ressources] must be used for it to work.
So [Ressources] must be used for it to work, or you can replace it in the script by looking for 'Ressources' (it's in 4 places in the script).
It will be fixed in v3.0.0.1.b8 (beta 8).

P.S: I ended up discovering that "Resources" as "ss" is used in the French language. A slight coincidence because if I remember for sure the Yener90 that created CIU was French (correct me if I got it wrong).

Last edited by Cesar82; 24-11-2020 at 12:02.
Reply With Quote
  #21  
Old 24-11-2020, 12:43
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,336
Thanks: 1,076
Thanked 6,927 Times in 2,615 Posts
KaktoR is on a distinguished road
Yener is a german guy (still)
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Cesar82 (24-11-2020)
  #22  
Old 24-11-2020, 13:27
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,563
Thanks: 5,578
Thanked 9,986 Times in 2,626 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
By the way, only now did I notice a typo in the section name in the CIU source code.
The section name was wrong, so [Ressources] must be used for it to work.
So [Ressources] must be used for it to work, or you can replace it in the script by looking for 'Ressources' (it's in 4 places in the script).
It will be fixed in v3.0.0.1.b8 (beta 8).

P.S: I ended up discovering that "Resources" as "ss" is used in the French language. A slight coincidence because if I remember for sure the Yener90 that created CIU was French (correct me if I got it wrong).
it is InstallerScript_3.0.0.1.b7_[2020.10.30]
Code:
CopyCompressorsEx(GetFullSrcPath(GetValStrEx('Ressources', 'Path', GetIniString('Ressources', 'Path', GenerateUniqueName(ExpandConstant('{tmp}'), ''), ExpandConstant('{src}\Records.ini')))), ExpandConstant('{tmp}'), True, False);
  CopyCompressorsEx(GetFullSrcPath(GetValStrEx('Ressources', 'Path' + IntToStr((Ord(ISWin64) * 32) + 32), GetIniString('Ressources', 'Path' + IntToStr((Ord(ISWin64) * 32) + 32), GenerateUniqueName(ExpandConstant('{tmp}'), ''), ExpandConstant('{src}\Records.ini')))), ExpandConstant('{tmp}'), True, False); {copy Path32 or Path64}
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
The Following User Says Thank You to mausschieber For This Useful Post:
Cesar82 (24-11-2020)
  #23  
Old 24-09-2021, 00:39
Danziel123 Danziel123 is offline
Registered User
 
Join Date: Mar 2013
Location: Surabaya
Posts: 1,079
Thanks: 1,049
Thanked 612 Times in 524 Posts
Danziel123 is on a distinguished road
Hi sir, can you update the conversion? thank you
Reply With Quote
  #24  
Old 26-09-2021, 11:14
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,563
Thanks: 5,578
Thanked 9,986 Times in 2,626 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Danziel123 View Post
Hi sir, can you update the conversion? thank you
Done Conversion Updated
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
  #25  
Old 26-09-2021, 23:40
Danziel123 Danziel123 is offline
Registered User
 
Join Date: Mar 2013
Location: Surabaya
Posts: 1,079
Thanks: 1,049
Thanked 612 Times in 524 Posts
Danziel123 is on a distinguished road
Quote:
Originally Posted by mausschieber View Post
Done Conversion Updated
Thank you sir.
Quote:
--------------------------------------------------------------------------------------
------------------------------ CONVERSION DATE 27/09/2021 ------------------------------
--------------------------------------------------------------------------------------
11:11:20 AM - You have chosen the unlimited/custom type for the output size.
11:11:20 AM - ISO images will not be created when conversion is complete.
11:11:20 AM - The computer will remain on when the conversion is complete.
11:11:20 AM - Selected ARC/DS method for Data1.bin was: xtool:mkraken:8+srep_new+4x4:b64mb:lzma:ultra:64m: bt4:fb273:lc8:mc1000000
--------------------------------------------------------------------------------------
11:11:22 AM - Compression initialized in 27/09/2021 at 11:11:22 AM.
11:11:22 AM - Starting Data1.bin archive creation.
1:04:31 PM - Moving Data1.bin file to media folder.
1:04:33 PM - Compression finished in 27/09/2021 at 1:04:33 PM.
--------------------------------------------------------------------------------------
1:04:33 PM - Getting size of the game: Mafia Definitive Edition
1:04:33 PM - >> Installation folder size: 27.54 GB
1:04:33 PM - >> Compressed game size: 12.28 GB (Ratio 44.59%)
--------------------------------------------------------------------------------------
1:04:33 PM - Overall input size: 27.54 GB
1:04:33 PM - Overall output size: 12.28 GB (Ratio 44.59%)
1:04:33 PM - Overall conversion time: 01:53:12
1:04:33 PM - Overall conversion media: 1 custom media
--------------------------------------------------------------------------------------
Reply With Quote
The Following 3 Users Say Thank You to Danziel123 For This Useful Post:
mausschieber (27-09-2021), nazs_blueduck (04-10-2021), ostallica89 (19-10-2021)
  #26  
Old 19-10-2021, 18:41
ostallica89's Avatar
ostallica89 ostallica89 is offline
Registered User
 
Join Date: Feb 2013
Location: Argentina
Posts: 109
Thanks: 137
Thanked 55 Times in 52 Posts
ostallica89 is on a distinguished road
At the end of the installation does not create the uninstaller file
Reply With Quote
  #27  
Old 20-10-2021, 02:37
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,563
Thanks: 5,578
Thanked 9,986 Times in 2,626 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by ostallica89 View Post
At the end of the installation does not create the uninstaller file
what is your exe name?
name in Conversion is mafiadefinitiveedition.exe
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
  #28  
Old 21-05-2024, 22:17
Danziel123 Danziel123 is offline
Registered User
 
Join Date: Mar 2013
Location: Surabaya
Posts: 1,079
Thanks: 1,049
Thanked 612 Times in 524 Posts
Danziel123 is on a distinguished road
Hi, can you update conversion to the latest DSG & add GOG registry? Thank you
Reply With Quote
  #29  
Old 22-05-2024, 08:28
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,563
Thanks: 5,578
Thanked 9,986 Times in 2,626 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Danziel123 View Post
Hi, can you update conversion to the latest DSG & add GOG registry? Thank you
Done Updated
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
  #30  
Old 31-05-2024, 23:54
Danziel123 Danziel123 is offline
Registered User
 
Join Date: Mar 2013
Location: Surabaya
Posts: 1,079
Thanks: 1,049
Thanked 612 Times in 524 Posts
Danziel123 is on a distinguished road
Thank you
Quote:
------------------------------------------------------------------------------------------
------------------------------- CONVERSION DATE 2024/06/01 -------------------------------
------------------------------------------------------------------------------------------
12:28:34 - You have chosen the unlimited type for the output size.
12:28:34 - ISO images will not be created when conversion is complete.
12:28:34 - The computer will remain on when the conversion is complete.
12:28:34 - Selected ARC/DS method for Data1a-01.bin was: xtool:mkraken:core_2.8.14:dd3+4x4:b64mb:lzma:ultra :64m:bt4:fb273:lc8:mc1000000
12:28:34 - Selected ARC/DS method for Data1b-01.bin was: xtool:dd3+4x4:b64mb:lzma:ultra:64m:bt4:fb273:lc8:m c1000000
12:28:34 - Selected ARC/DS method for Data1c-01.bin was: xtool:lm:c1024mb:mbk2:df20p
-------------------------------------------------------------------------------------------------------
12:28:37 - Compression initialized in 01/06/2024 at 12:28:37.
12:28:37 - Executing external file (Call Before 1a)...
12:28:37 - Starting Data1a-01.bin archive creation.
13:00:58 - Moving Data1a-01.bin file to media folder.
13:00:59 - Starting Data1b-01.bin archive creation.
13:06:01 - Moving Data1b-01.bin file to media folder.
13:06:02 - Starting Data1c-01.bin archive creation.
13:17:06 - Moving Data1c-01.bin file to media folder.
13:17:06 - Executing external file (Call After 1c)...
13:17:06 - Compression finished in 01/06/2024 at 13:17:06.
-------------------------------------------------------------------------------------------------------
13:17:06 - Getting size of the game: Mafia Definitive Edition
13:17:06 - Installation folder size: 27.46 GB
13:17:06 - Data1a-01.bin file size: 4.13 GB
13:17:06 - Data1b-01.bin file size: 3.03 GB
13:17:06 - Data1c-01.bin file size: 4.17 GB
13:17:06 - Compressed game size: 11.33 GB (Ratio 41.25%)
-------------------------------------------------------------------------------------------------------
13:17:06 - Overall input size: 27.46 GB
13:17:06 - Overall output size: 11.33 GB (Ratio 41.25%)
13:17:06 - Overall conversion time: 00:48:29
13:17:06 - Overall conversion media: 1 custom media
-------------------------------------------------------------------------------------------------------
Reply With Quote
The Following 2 Users Say Thank You to Danziel123 For This Useful Post:
Fak Eid (01-06-2024), mausschieber (01-06-2024)
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
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35
Mafia III Definitive Edition mausschieber PC Games - CD/DVD Conversions 2 11-03-2023 11:13
Grey Goo/Grey Goo Definitive Edition - 3xDVD5 [CIUv2.0.5.1g] vollachr PC Games - CD/DVD Conversions 1 27-03-2018 07:28



All times are GMT -7. The time now is 21:55.


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