|
|
|
#1
|
|||
|
|||
|
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>
Code:
{#ifndef FAZip} {#define public FAZip "NULL"} {#endif}
#expr AddToList("FAZip\Win64\*.*", FAZip, "x64") /* FAZip x64 */
#expr AddToList("FAZip\Win32\*.*", FAZip, "x86") /* FAZip x86 */
Code:
#Define FAZip "DUAL" /* "x86", "x64", "DUAL" Last edited by samadrahman74; 25-07-2020 at 08:53. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
samadrahman74 (25-07-2020) | ||
|
#3
|
||||
|
||||
|
You have to exclude this two files from archive
Code:
Game\Bin\Core\QtWebKit4.dll Game\Bin_LE\Core\QtWebKit4.dll
__________________
Haters gonna hate
|
| The Following 2 Users Say Thank You to KaktoR For This Useful Post: | ||
Cesar82 (28-07-2020), samadrahman74 (26-07-2020) | ||
|
#4
|
||||
|
||||
|
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. Last edited by Grumpy; 05-08-2020 at 18:57. |
| 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) | ||
|
#5
|
||||
|
||||
|
Done and thanks
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
![]() Last edited by Grumpy; 05-08-2020 at 21:38. |
|
#6
|
||||
|
||||
|
@Cesar
Should I post the u9 update (latest HF5?) with complete package + new ultraarc version?
__________________
Haters gonna hate
|
|
#7
|
||||
|
||||
|
Quote:
I have no changes after [2020.07.01] HF5. Or if you want, simply post the HF5 in the first post with the other files. |
|
#8
|
||||
|
||||
|
First post updated.
__________________
Haters gonna hate
|
|
#9
|
||||
|
||||
|
why is my avast detecting PrecompX.exe and PngtoBmp.exe as Virus
__________________
It would be nice if you appreciate my work with the thanks Button |
|
#10
|
||||
|
||||
|
its's because PrecompX is compressed with UPX. but it's a false positive. (it doesn't contain any viruses.).
|
| The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#11
|
||||
|
||||
|
@mausschieber
Quote:
It is also compatible with CIU 3.0.0.0.u9, but it is necessary to change the folder name "Compressors" to "Decompressors" in the contents of the attachment file. @BLACKFIRE69. You could share modifyed "Precomp 0.48" without compressing with UPX. Removing the compression of these compatible precomp.exe executables they stop working. Your project's executables (also the changed Precomp 0.48 version) don't support compiling with older versions of delphi (like DELPHI 2010), this would make executables smaller, without the need to use UPX. Although when compiling setup.exe the compression of Inno Setup will make setup.exe close to the size when used with UPX exe, the extraction time of the executable when starting the installation process will increase. Only the 32-bit + 64-bit of Precomp.exe and PrecompX.exe executables add up to 13.8 MB (very large size). |
| The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
houcine80 (07-08-2020), mausschieber (07-08-2020) | ||
|
#12
|
||||
|
||||
|
Quote:
PrecompX ithink CIUv3 uses the initail version of PrecompX (v.1.0). Code:
PrecompX v1.0 (x86): 449 kb (with UPX)) PrecompX v1.0 (x86): 1.26 mb (without UPX) ![]() Code:
PrecompX v2.0.0.1 (x86): 200 kb (with UPX)) PrecompX v2.0.0.1 (x86): 862 kb (without UPX) Modified version of Precomp 0.4.8 the modified version of "Precomp0.48" is not detected as a virus. (i think so ). so you can use the compressed (precomp048 modified) file.i've changed it using "Visual Studio 2019". then the result was terrible. ![]() Code:
Precomp 0.4.8 (x86): 5.07 mb (modified) (without UPX) if anyone knows of a tool instead of UPX, please share it with me.
|
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
Cesar82 (07-08-2020) | ||
|
#13
|
||||
|
||||
|
Quote:
Depending on the exe file it may or may not be accused as a virus. I did some tests and uPACK looks good size, but for some DLLs it was captured as false positive by the antivirus. I will update precompX on CIU. Thanks! Last edited by Cesar82; 07-08-2020 at 12:02. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
BLACKFIRE69 (07-08-2020) | ||
|
#14
|
||||
|
||||
|
CIU 3.0.0.1.b6
I got a problem using MP4 file. I don't know if it was on previous versions as I have never used a video file but when video is playing, the 'Video : Off' button doesn't work and video keeps repeating....
__________________
Um... My busy life.... |
|
#15
|
||||
|
||||
|
Quote:
Now thanks to altef_4 that remade his entire library, it will be possible to play videos again on CIU. The CIU theme installer the video seems to be working ok here. Watch the video HERE for more details. I have not tested playing files during game installation. As for the loop, check the key Loop= of the [VideoOrFlashBG] section in setup.ini is not set to "1". If it's another project you can send it to me and I'll check it for you (if you want). Last edited by Cesar82; 08-08-2020 at 08:53. |
| The Following 3 Users Say Thank You to Cesar82 For This Useful Post: | ||
![]() |
|
|
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 |