FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   sniper ghost warrior 1dvd5 with patch (https://fileforums.com/showthread.php?t=90075)

fortalrox 25-07-2010 04:56

sniper ghost warrior 1dvd5 with patch
 
1 dvd with the game + patch 2 (big size). Anyway?

Dark_Siegfried89 26-07-2010 05:12

Sniper Ghost Warrior DVD5 TO DVD5 + UPDATE 2
1. Install The Game From DVD
2. Install The Update 2
3. Launch FREEARC browse game's folder, select all Files and Folder
Code:

Output archive: Sniper Ghost Warrior_FULL GAME.exe
Compression:    -mx -ld800m
Make exe:      Windows GUI: freearc.sfx

SIZE AFTER COMPRESSION: 1.29GB Only !!! :eek:

TESTED AND WORK !!! ;);)

yener90 11-08-2010 12:11

1 Attachment(s)
Sniper Ghost Warrior Custom Installer with Patch integrated

You need at least 20 GB free space.

1. Install the game and all updates

2. Create a TEMP Folder

3. Extract the Attachment to the TEMP Folder

4. Move the folder DirectX from gamefolder to the TEMP\Redist folder

5. Delete vcredit folder in gamefolder and also uninst*.exe and uninst*.dat files

6. Compress all files and folders in gamefolder with following setting:
(thx Dark_Siegfried89 for the setting)

Code:

Output archive: Data.arc
Compression:    -mx -ld800m

7. Move the created DATA.arc file to the TEMP Folder and burn the contents of it with any label

END SIZE:

DVD: 1,32 GB

FINISHED!!!:D:D:D

PIC:
http://img525.imageshack.us/img525/4720/unbenanntcp.png

PS: I couldnt find nice music and button sound for this game.
if you want to add , just insert music.mp3 or button.wav to setup.zip.

DexterLab 25-07-2011 04:15

@yener90

Can you please upload the code of inno setup for this installer ?
I want to use your code, i know that you uploaded your tools but that is different from this installer code.

yener90 25-07-2011 06:33

Quote:

Originally Posted by DexterLab (Post 395463)
@yener90

Can you please upload the code of inno setup for this installer ?
I want to use your code, i know that you uploaded your tools but that is different from this installer code.

Sorry dude dont have it anymore.
But which difference didnt you like??
could change it or give you the possibility to switch.

DexterLab 25-07-2011 10:02

Quote:

Originally Posted by yener90 (Post 395465)
Sorry dude dont have it anymore.
But which difference didnt you like??
could change it or give you the possibility to switch.

I'm not a programmer, but what is the difference between "ISFreeArcExtract v.4.0.iss" and "ISFreeArcExtract v.4.0 - Kopie.iss" ?

Your installer from of Sniper ghost warrior keept all the setup files in setup.zip, in the "Source_Installer" "ISFreeArcExtract v.4.0.iss" or "ISFreeArcExtract v.4.0 - Kopie.iss"is giving me some error about GUID: TGUID.

What is the line "GDFBinary=BINARIES\WIN32\DFGame.dll" in "Setup.ini" about ?

Can the background image resolution be any size ? For ex. 640x480...

Where should i put the names of freearc archives ? It must be splitted it the size is over one dvd5 ?

yener90 26-07-2011 07:35

Quote:

Originally Posted by DexterLab (Post 395466)
I'm not a programmer, but what is the difference between "ISFreeArcExtract v.4.0.iss" and "ISFreeArcExtract v.4.0 - Kopie.iss" ?

ISFreeArcExtract v.4.0 - Kopie.iss is an really old backup, corrupted.
Delete it.


Quote:

Originally Posted by DexterLab (Post 395466)
Your installer from of Sniper ghost warrior keept all the setup files in setup.zip, in the "Source_Installer" "ISFreeArcExtract v.4.0.iss" or "ISFreeArcExtract v.4.0 - Kopie.iss"is giving me some error about GUID: TGUID.

You need Inno Setup Unicode

Quote:

Originally Posted by DexterLab (Post 395466)
What is the line "GDFBinary=BINARIES\WIN32\DFGame.dll" in "Setup.ini" about ?

This file contains Game Explorer information.
Most games have this file.

Quote:

Originally Posted by DexterLab (Post 395466)
Can the background image resolution be any size ? For ex. 640x480...

if you do this, you need to edit most part of the installer.
its difficult for a non programmer.

Quote:

Originally Posted by DexterLab (Post 395466)
Where should i put the names of freearc archives ? It must be splitted it the size is over one dvd5 ?

FreeArcFiles in Setup.ini contatains this info:

Code:

{src}\Data1.cab;DestDir:{app};Disk:1|{src}\Data2.cab;DestDir:{app};Disk:2
{src}\Data1.cab = Destination of the Arc file
DestDir:{app} = Place where the arc file should be extracted.
Disk:1 = Number of the DVD where the arc file is.
| = This sign is for adding more arc file, for example:

Extract only one file in DVD:
Code:

{src}\Data1.cab;DestDir:{app};Disk:1|
Extract three different files on 3 DVDs:
Code:

{src}\Data1.cab;DestDir:{app};Disk:1|{src}\Data2.cab;DestDir:{app};Disk:2|{src}\Data3.cab;DestDir:{app};Disk:3
Extract one file on DVD1 and two files on DVD2:
Code:

{src}\Data1.cab;DestDir:{app};Disk:1|{src}\Data2.cab;DestDir:{app};Disk:2|{src}\Data3.cab;DestDir:{app};Disk:2

pakrat2k2 26-07-2011 17:01

nice job explaining, couldn't be easier then that to understand now ;)

DexterLab 28-07-2011 12:09

Thank you for your kind explications.
1. One more thing, if an .arc file is packed over 4.3 gb, for ex. 7 gb, it is working with what you said above ? Because an .arc file doesn't heard about file splitting :D
2. Data1.cab and so on, is an .arc file renamed ?

pakrat2k2 28-07-2011 20:46

in the iss file you specify the name of the arc file.

yener90 29-07-2011 06:19

Quote:

Originally Posted by DexterLab (Post 395526)
Thank you for your kind explications.
1. One more thing, if an .arc file is packed over 4.3 gb, for ex. 7 gb, it is working with what you said above ? Because an .arc file doesn't heard about file splitting :D

You cant split it. You need to manage the size.
Quote:

Originally Posted by DexterLab (Post 395526)
2. Data1.cab and so on, is an .arc file renamed ?

Yes


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

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