FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Extinction 1xDVD5 CIUV2 2039 U12 (https://fileforums.com/showthread.php?t=101716)

mausschieber 11-04-2018 05:49

Extinction 1xDVD5 CIUV2 2039 U12
 
4 Attachment(s)
Extinction 1xDVD5 CIUV2 2039 U12

Credits:
--CIUv2 By:Yener90
--Contributors:BAMsE; Razor12911; Simorq; KaktoR CIUV2 CIU2039
--UltraARC by: Razor12911
--UltraARC 2801 R4 Edition Modified by: Simorq
--houcine80 for his Design

graphic found ingame and online
Arts by mausschieber


At Request from ..:: Popeye ::..

DVD 1 ~ 2.15 GB w/o Redist

compression: MMC
prepare time: ~5 min ([email protected] / 32GB RAM)
installation time: ~5 min

Version History:
Version 1.0: Initial Release

Instructions:

1.-- Install Game, update to latest version + No-DVD.
2.-- Download the Conversion and extract to HD, (not in game folder)
2a.- Move _CommonRedist and Engine\Extras\Redist\en-us\UE4PrereqSetup_x64.exe to Conversion output folder.
Code:

[Launch1]
--------------------------------------------------------
Name=DirectX (Jun 2010)
32Exe={src}\_CommonRedist\DirectX\Jun2010\dxwebsetup.exe
Argument=/silent
BeforeInstall=1
Checked=0

[Launch2]
--------------------------------------------------------
Name=Microsoft Visual C++ 2015
32Exe={src}\_CommonRedist\vcredist\2015\vcredist_x86.exe
64Exe={src}\_CommonRedist\vcredist\2015\vcredist_x64.exe
Argument=/quiet /norestart
BeforeInstall=1
Checked=0

[Launch3]
--------------------------------------------------------
Name=UE4 Prerequisite Setup
64Exe={src}\_CommonRedist\UE4\UE4PrereqSetup_x64.exe
Argument=/q /norestart
BeforeInstall=0
Checked=0

3.-- Copy Icon from (conversion archive) into the game folder (where the games EXE file is)
4.-- Run UltraARC.exe Choose Input/Output folder, Choose compression method
5.-- Test the conversion, before burning ISO.

vollachr 11-04-2018 08:02

Looks pretty good, don't have the game though but I do have a comment about your redist settings...

You see, this:

Code:

[Launch2]
--------------------------------------------------------
Name=Microsoft Visual C++ 2015
32Exe={src}\_CommonRedist\vcredist\2015\vcredist_x86.exe
64Exe={src}\_CommonRedist\vcredist\2015\vcredist_x64.exe
Argument=/passive /norestart
BeforeInstall=1
Checked=0

would be better like this:

Code:

[Launch2]
--------------------------------------------------------
Name=Microsoft Visual C++ 2015
32Exe={src}\_CommonRedist\vcredist\2015\vcredist_x86.exe
64Exe={src}\_CommonRedist\vcredist\2015\vcredist_x64.exe
Argument=/quiet /norestart
BeforeInstall=1
Checked=0

using the /quiet switch instead of the /passive switch will make the Visual C++ 2015 installation completely silent and in the background.

I'm pretty sure you already knew that though as I've seen you using it in previous conversions, why not here?

mausschieber 11-04-2018 09:07

Quote:

Originally Posted by vollachr (Post 470100)
Looks pretty good, don't have the game though but I do have a comment about your redist settings...

You see, this:

Code:

[Launch2]
--------------------------------------------------------
Name=Microsoft Visual C++ 2015
32Exe={src}\_CommonRedist\vcredist\2015\vcredist_x86.exe
64Exe={src}\_CommonRedist\vcredist\2015\vcredist_x64.exe
Argument=/passive /norestart
BeforeInstall=1
Checked=0

would be better like this:

Code:

[Launch2]
--------------------------------------------------------
Name=Microsoft Visual C++ 2015
32Exe={src}\_CommonRedist\vcredist\2015\vcredist_x86.exe
64Exe={src}\_CommonRedist\vcredist\2015\vcredist_x64.exe
Argument=/quiet /norestart
BeforeInstall=1
Checked=0

using the /quiet switch instead of the /passive switch will make the Visual C++ 2015 installation completely silent and in the background.

I'm pretty sure you already knew that though as I've seen you using it in previous conversions, why not here?


upps Thanks for the hint that is a typing error

..:: Popeye ::.. 11-04-2018 09:13

Process started at: 18:09:06

Process finished at: 18:09:39

Compress Method NONE

Result is 1 DVD

DVD 1 = 2,31 GB with _CommonRedist

Install Time is 11 sec.

THX mausschieber :):rolleyes::cool:;)

Edit:

No Shortcut created on desktop

Website is not Extinction,Webiste goes to steam The Dwarves

mausschieber 11-04-2018 09:59

Quote:

Originally Posted by ..:: Popeye ::.. (Post 470105)
Process started at: 18:09:06

Process finished at: 18:09:39

Compress Method NONE

Result is 1 DVD

DVD 1 = 2,31 GB with _CommonRedist

Install Time is 11 sec.

THX mausschieber :):rolleyes::cool:;)

Edit:

No Shortcut created on desktop

Website is not Extinction,Webiste goes to steam The Dwarves

Setup Fixed in first post please download new atachment

..:: Popeye ::.. 11-04-2018 13:12

Process started at: 22:06:26

Process finished at: 22:07:03

Comprees Method NONE

Result is 1 DVD 2,31 GB with _CommonRedist

Install Time is 15 sec.

Website is ok, but no shortcut on desktop hmm

mausschieber 11-04-2018 14:16

Quote:

Originally Posted by ..:: Popeye ::.. (Post 470114)
Process started at: 22:06:26

Process finished at: 22:07:03

Comprees Method NONE

Result is 1 DVD 2,31 GB with _CommonRedist

Install Time is 15 sec.

Website is ok, but no shortcut on desktop hmm

mysterious i tested it two times and it works it make the icon from the games exe i don't know whats wrong. have others the same issue?

pakrat2k2 11-04-2018 23:17

One thing i see is that the EXE & PATH are supposed to be x64, you have them under 32.
also make sure in ISS that you have

#Define x64 NOT ;#Define x64

Steam page for game:
RECOMMENDED:
Requires a 64-bit processor and operating system
OS: Windows 7/8.1/10 (64-bit Required)

mausschieber 12-04-2018 00:41

Quote:

Originally Posted by pakrat2k2 (Post 470120)
One thing i see is that the EXE & PATH are supposed to be x64, you have them under 32.
also make sure in ISS that you have

#Define x64 NOT ;#Define x64

Steam page for game:
RECOMMENDED:
Requires a 64-bit processor and operating system
OS: Windows 7/8.1/10 (64-bit Required)

Thanks for that i corrected the setup to this
so i think it should work

pakrat2k2 12-04-2018 10:19

mausschieber, one redist missed

Engine\Extras\Redist\en-us\UE4PrereqSetup_x64.exe

also for the icon to work, you have to specify the path as well, as the EXE is in subfolder.

Icon=Blink\Binaries\Win64\Icon.ico

Then it will use the Icon.ico for the desktop icon.

Only if game's exe is in root, can you just specify icon.ico

mausschieber 13-04-2018 15:50

Quote:

Originally Posted by pakrat2k2 (Post 470131)
mausschieber, one redist missed

Engine\Extras\Redist\en-us\UE4PrereqSetup_x64.exe

also for the icon to work, you have to specify the path as well, as the EXE is in subfolder.

Icon=Blink\Binaries\Win64\Icon.ico

Then it will use the Icon.ico for the desktop icon.

Only if game's exe is in root, can you just specify icon.ico

i have done this correction in first post

indiana1974 19-04-2018 15:00

what kind of font is that

mausschieber 19-04-2018 15:12

Quote:

Originally Posted by indiana1974 (Post 470404)
what kind of font is that

CM Tattoo Dragon


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

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