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

Reply
 
Thread Tools Display Modes
  #451  
Old 22-07-2020, 11:06
samadrahman74 samadrahman74 is offline
Registered User
 
Join Date: Apr 2020
Location: iran
Posts: 35
Thanks: 59
Thanked 19 Times in 12 Posts
samadrahman74 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
@samadrahman74
Your file "CIU V3 - New Project.zip" from your previous post on the google drive is not accessible.
The settings in Setup.ini are OK.
I'm going to do some tests in the next few days, but I don't know why your game was installing in the temporary folder.

@houcine80
I didn't understand what you meant by that.


NEW HOTFIX
Fixed error on CREATORS mode.
fixed by add Records.ini :| why?
Reply With Quote
Sponsored Links
  #452  
Old 22-07-2020, 11:21
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,023
Thanks: 1,728
Thanked 2,185 Times in 746 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
@houcine80
Size calculation has changed

17000mb / 1024mb = 16.6gb

I don't know why Cesar did this
Because the SIZE value is specified in MB.
1 GB = 1024 MB (not 1000 MB).
It was wrong before...
How would you correctly write the size for a game that is 1015 MB?

In the next version 3.0.0.1 you will be able to write "17 GB"
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
houcine80 (22-07-2020), KaktoR (22-07-2020), mausschieber (22-07-2020)
  #453  
Old 22-07-2020, 11:25
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,403
Thanks: 1,078
Thanked 7,005 Times in 2,653 Posts
KaktoR is on a distinguished road
For 1015 MB I would simply write 1015 or would round up to 1100
__________________
Haters gonna hate
Reply With Quote
  #454  
Old 22-07-2020, 12:23
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,023
Thanks: 1,728
Thanked 2,185 Times in 746 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
For 1015 MB I would simply write 1015 or would round up to 1100
Before 1015 it was 1040 MB and not 1015 MB.
1100 before was 1.1 GB = 1127 MB.
It is a matter of getting used to using it.
When you move to version 3.0.0.1 you can use units, this will make it easier.

@samadrahman74, try now the atached hotfix 5
- Fixed error on CREATORS mode.
- Fixed (I think) extraction using [ExtractSetings] section of the "Setup.ini" file (without Records.ini file).
- Added "..." before name of file in CurrentFileName label.
Attached Files
File Type: 7z InstallerScript_3.0.0.0.u9 [2020.07.01]_HF5.7z (92.3 KB, 32 views)

Last edited by Cesar82; 22-07-2020 at 13:36.
Reply With Quote
The Following 8 Users Say Thank You to Cesar82 For This Useful Post:
BLACKFIRE69 (23-07-2020), Fabioddq (22-07-2020), houcine80 (22-07-2020), KaktoR (25-07-2020), lolaya (22-07-2020), mausschieber (22-07-2020), Prettyboy099 (22-07-2020), samadrahman74 (25-07-2020)
  #455  
Old 25-07-2020, 06:12
adammail14 adammail14 is offline
Registered User
 
Join Date: Jul 2020
Location: malaysia
Posts: 30
Thanks: 25
Thanked 0 Times in 0 Posts
adammail14 is on a distinguished road
how to use it ? hmm, my setup cant use it
Reply With Quote
  #456  
Old 25-07-2020, 06:14
adammail14 adammail14 is offline
Registered User
 
Join Date: Jul 2020
Location: malaysia
Posts: 30
Thanks: 25
Thanked 0 Times in 0 Posts
adammail14 is on a distinguished road
may i ask something how to compress speciific games which is im roght now want compress sims 4(45 gb), but it gets error
Reply With Quote
  #457  
Old 25-07-2020, 08:49
samadrahman74 samadrahman74 is offline
Registered User
 
Join Date: Apr 2020
Location: iran
Posts: 35
Thanks: 59
Thanked 19 Times in 12 Posts
samadrahman74 is on a distinguished road
how add lzma and 4x4 ?
arc.ini
Code:
[External compressor:rep,mm,exe,exe2,4x4,lzma]
header    = 0
unpackcmd = "FAZip" -i0 decompress:{compressor}{:option} <stdin> <stdout>
setup.iss
Code:
{#ifndef FAZip}   {#define public FAZip "NULL"}   {#endif}
#expr AddToList("FAZip\Win64\*.*", FAZip, "x64")           /*            FAZip x64             */
#expr AddToList("FAZip\Win32\*.*", FAZip, "x86")           /*            FAZip x86             */
COMPRESSOR.ini
Code:
#Define FAZip "DUAL"        /* "x86", "x64", "DUAL"
Does not work!

Last edited by samadrahman74; 25-07-2020 at 09:53.
Reply With Quote
  #458  
Old 25-07-2020, 08:51
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,660
Thanks: 5,734
Thanked 10,212 Times in 2,705 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by adammail14 View Post
may i ask something how to compress speciific games which is im roght now want compress sims 4(45 gb), but it gets error
you can look here for Specific compress
https://fileforums.com/showthread.php?t=101639&page=2
__________________
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:
adammail14 (30-08-2020)
  #459  
Old 25-07-2020, 15:43
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,403
Thanks: 1,078
Thanked 7,005 Times in 2,653 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by samadrahman74 View Post
how add lzma and 4x4 ?
arc.ini
Code:
[External compressor:rep,mm,exe,exe2,4x4,lzma]
header    = 0
unpackcmd = "FAZip" -i0 decompress:{compressor}{:option} <stdin> <stdout>
setup.iss
Code:
{#ifndef FAZip}   {#define public FAZip "NULL"}   {#endif}
#expr AddToList("FAZip\Win64\*.*", FAZip, "x64")           /*            FAZip x64             */
#expr AddToList("FAZip\Win32\*.*", FAZip, "x86")           /*            FAZip x86             */
COMPRESSOR.ini
Code:
#Define FAZip "DUAL"        /* "x86", "x64", "DUAL"
Does not work!
lzma/4x4 is already built-in supported (I think by unarc.dll)
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
samadrahman74 (26-07-2020)
  #460  
Old 25-07-2020, 15:46
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,403
Thanks: 1,078
Thanked 7,005 Times in 2,653 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by adammail14 View Post
may i ask something how to compress speciific games which is im roght now want compress sims 4(45 gb), but it gets error
You can use this as reference

https://fileforums.com/showpost.php?...postcount=1771
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
adammail14 (30-08-2020)
  #461  
Old 26-07-2020, 10:08
samadrahman74 samadrahman74 is offline
Registered User
 
Join Date: Apr 2020
Location: iran
Posts: 35
Thanks: 59
Thanked 19 Times in 12 Posts
samadrahman74 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
The Sims 4 V1.64.84.1020
Code:
---------------------------
ISDone.dll
---------------------------
An error occurred while unpacking: Does not match checksum!
Unarc.dll returned an error code: -12
ERROR: file C:\Program Files (x86)\Kala Dena\The Sims 4 Eco Lifestyle\Game\Bin\Core\QtWebKit4.dll failed CRC check
---------------------------
OK   
---------------------------
Code:
xtool:zlib+srep:m3f+4x4:b64mb:lzma:ultra:64m:bt4:fb273:lc8:mc1000000
Reply With Quote
The Following User Says Thank You to samadrahman74 For This Useful Post:
adammail14 (30-08-2020)
  #462  
Old 26-07-2020, 10:18
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,403
Thanks: 1,078
Thanked 7,005 Times in 2,653 Posts
KaktoR is on a distinguished road
You have to exclude this two files from archive

Code:
Game\Bin\Core\QtWebKit4.dll
Game\Bin_LE\Core\QtWebKit4.dll
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Cesar82 (28-07-2020), samadrahman74 (26-07-2020)
  #463  
Old 05-08-2020, 12:37
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,023
Thanks: 1,728
Thanked 2,185 Times in 746 Posts
Cesar82 is on a distinguished road
CIU 3.0.0.1.b6 (Beta 6)

I am sharing CIU v3.0.0.1.b6 here so that more users can test and report the bugs found.
I would like to ask the members of the forum to try to use the version attached in their conversions so that it is possible to use this version and no longer create updates for 3.0.0.0.

There is a delay when starting up so I don't need an opinion from you who use CIU. This delay is due to the use of the video player library which is also used to perform audio playback.
Using BASS.dll did not allow online audio playback, so there is the option of leaving the video library for video only, but the audio will only be able to play .mp3 files from the disc and will also lose some other current functionality. Do I return the BASS library to the CIU allowing only .mp3 audio files but decreasing the CIU initialization time?

NOTES:
- The CIU version 3.0.0.1 has changes in relation to 3.0.0.0 so I recommend to observe the new keys and sections in the file "_Setup.ini" file.
- Compile the Shadow Of Tomb Raider theme installer in progressbar mode and run to view some of the changes, or read in the changelog.
Attached Files
File Type: 7z CIU 3.0.0.1.b6 (2020.07.18).7z (82.18 MB, 131 views)

Last edited by Grumpy; 05-08-2020 at 19:57.
Reply With Quote
The Following 6 Users Say Thank You to Cesar82 For This Useful Post:
BLACKFIRE69 (05-08-2020), Grumpy (05-08-2020), houcine80 (06-08-2020), mausschieber (05-08-2020), omdj (06-08-2020), Prettyboy099 (05-08-2020)
  #464  
Old 05-08-2020, 19:58
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,837 Times in 809 Posts
Grumpy is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
@Mods, if possible, attach the LINK file to the post (I was unable to upload here).
Done and thanks
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'

Last edited by Grumpy; 05-08-2020 at 22:38.
Reply With Quote
The Following 2 Users Say Thank You to Grumpy For This Useful Post:
Cesar82 (06-08-2020), houcine80 (06-08-2020)
  #465  
Old 06-08-2020, 08:31
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,403
Thanks: 1,078
Thanked 7,005 Times in 2,653 Posts
KaktoR is on a distinguished road
@Cesar
Should I post the u9 update (latest HF5?) with complete package + new ultraarc version?
__________________
Haters gonna hate
Reply With Quote
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 - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 03:05
[GSERIES] Custom Installer Ultimate V2g Gupta Conversion Tutorials 226 01-06-2018 14:12
Crysis 3 DVD9 to 3xDVD5 Custom Installer spawniectes PC Games - CD/DVD Conversions 79 31-08-2017 08:19



All times are GMT -7. The time now is 01:00.


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