FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   [CIUv3] Custom Installer Ultimate v3 (https://fileforums.com/showthread.php?t=102510)

samadrahman74 22-07-2020 10:06

Quote:

Originally Posted by Cesar82 (Post 486992)
@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:D:D:D:D
Fixed error on CREATORS mode.

fixed by add Records.ini :| why?

Cesar82 22-07-2020 10:21

Quote:

Originally Posted by KaktoR (Post 486995)
@houcine80
Size calculation has changed

17000mb / 1024mb = 16.6gb

I don't know why Cesar did this :D

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"

KaktoR 22-07-2020 10:25

For 1015 MB I would simply write 1015 or would round up to 1100 :D

Cesar82 22-07-2020 11:23

1 Attachment(s)
Quote:

Originally Posted by KaktoR (Post 486998)
For 1015 MB I would simply write 1015 or would round up to 1100 :D

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.

adammail14 25-07-2020 05:12

how to use it ? hmm, my setup cant use it :(

adammail14 25-07-2020 05:14

may i ask something how to compress speciific games which is im roght now want compress sims 4(45 gb), but it gets error :(

samadrahman74 25-07-2020 07:49

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!

mausschieber 25-07-2020 07:51

Quote:

Originally Posted by adammail14 (Post 487043)
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

KaktoR 25-07-2020 14:43

Quote:

Originally Posted by samadrahman74 (Post 487047)
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)

KaktoR 25-07-2020 14:46

Quote:

Originally Posted by adammail14 (Post 487043)
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

samadrahman74 26-07-2020 09:08

Quote:

Originally Posted by KaktoR (Post 487050)

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

KaktoR 26-07-2020 09:18

You have to exclude this two files from archive

Code:

Game\Bin\Core\QtWebKit4.dll
Game\Bin_LE\Core\QtWebKit4.dll


Cesar82 05-08-2020 11:37

CIU 3.0.0.1.b6 (Beta 6)
 
1 Attachment(s)
I am sharing CIU v3.0.0.1.b6:eek: 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.

Grumpy 05-08-2020 18:58

Quote:

Originally Posted by Cesar82 (Post 487261)
@Mods, if possible, attach the LINK file to the post (I was unable to upload here).

Done and thanks

KaktoR 06-08-2020 07:31

@Cesar
Should I post the u9 update (latest HF5?) with complete package + new ultraarc version?


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

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