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 25-07-2020, 07:49
samadrahman74 samadrahman74 is offline
Registered User
 
Join Date: Apr 2020
Location: iran
Posts: 35
Thanks: 60
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 08:53.
Reply With Quote
Sponsored Links
  #2  
Old 25-07-2020, 14:43
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 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 (25-07-2020)
  #3  
Old 26-07-2020, 09:18
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 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)
  #4  
Old 05-08-2020, 11:37
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 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 18: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)
  #5  
Old 05-08-2020, 18:58
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 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 21:38.
Reply With Quote
The Following 2 Users Say Thank You to Grumpy For This Useful Post:
Cesar82 (05-08-2020), houcine80 (06-08-2020)
  #6  
Old 06-08-2020, 07:31
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 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
  #7  
Old 06-08-2020, 08:25
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
@Cesar
Should I post the u9 update (latest HF5?) with complete package + new ultraarc version?
You know, if you want you can post.
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.
Reply With Quote
  #8  
Old 06-08-2020, 12:17
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
First post updated.
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Cesar82 (06-08-2020), houcine80 (07-08-2020)
  #9  
Old 06-08-2020, 16:41
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,318
Thanks: 6,760
Thanked 11,713 Times in 3,230 Posts
mausschieber is on a distinguished road
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
Reply With Quote
  #10  
Old 06-08-2020, 18:37
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by mausschieber View Post
why is my avast detecting PrecompX.exe and PngtoBmp.exe as Virus
its's because PrecompX is compressed with UPX. but it's a false positive. (it doesn't contain any viruses.).
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
Cesar82 (07-08-2020), houcine80 (07-08-2020), mausschieber (07-08-2020)
  #11  
Old 07-08-2020, 05:44
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
@mausschieber
Quote:
Originally Posted by mausschieber View Post
why is my avast detecting PrecompX.exe and PngtoBmp.exe as Virus
I attached the files PrecompX, and PngToBmp without UPX compression for you to test replacing the previous executable that was captured by the antivirus.
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).
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
houcine80 (07-08-2020), mausschieber (07-08-2020)
  #12  
Old 07-08-2020, 11:34
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post

@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).

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)
but the story of version 2.0.0.1 is different. i was able to manage it..
Code:
PrecompX v2.0.0.1 (x86):  200 kb (with UPX))
PrecompX v2.0.0.1 (x86):  862 kb (without UPX)
but anyway, i'll upload the PrecompX of version v2.0.0.1 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)
but UPX gave it a size of 706 kb.


if anyone knows of a tool instead of UPX, please share it with me.
Attached Files
File Type: rar PrecompX_v2.0.0.1 x64 and x86 without UPX.rar (528.1 KB, 15 views)
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
Cesar82 (07-08-2020)
  #13  
Old 07-08-2020, 11:57
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
[B]
if anyone knows of a tool instead of UPX, please share it with me.
You can do tests with attached compressor file.
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!
Attached Files
File Type: 7z UPX vs MPress vs uPACK (EXE Compressor).7z (551.1 KB, 16 views)

Last edited by Cesar82; 07-08-2020 at 12:02.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
BLACKFIRE69 (07-08-2020)
  #14  
Old 08-08-2020, 06:07
Prettyboy099's Avatar
Prettyboy099 Prettyboy099 is offline
Irregular Designer..
 
Join Date: Oct 2018
Location: Inside of 4th Wall..
Posts: 193
Thanks: 809
Thanked 609 Times in 138 Posts
Prettyboy099 is on a distinguished road
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....
Reply With Quote
  #15  
Old 08-08-2020, 08:50
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Prettyboy099 View Post
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....
Videos have worked in CIU since version 1.0.0.0 of CIU, but there was a time when updates to video codecs caused the libraries responsible for playing video to stop working.
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.
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
houcine80 (08-08-2020), mausschieber (08-08-2020), Prettyboy099 (08-08-2020)
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 22:05.


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