Hi everyone, this is my first installer updated.
Fixes:
- Change Script from 1.0.0.4 to 1.0.0.5 by yener90
- Some parts of the art of the installer.
- Wrong Sizes of the DVD's
- Added Splash Screen between the autorun and the setup.
- Added an url caller on the autorun using the readme button on the script that lead to my posted conversions (2 so far, hopping to add many more in a not very distant future XDDD).
Script: Yener90.
Editor: Spawniectes.
Rev0 and Fabioddq thanks to both and all the customs installers that I downloaded from them I learn a little to make my own installer.
Instructions.
1 - Install the Game
2 - Download attached file
3 - Extract the content (not where the game is installed)
4 - Open installerScript.iss (Inno unicode requiered)
5 - change this
Code:
#define ProgramFiles "L:\Dead Space 3"
for
Code:
#define ProgramFiles "X:\xxxxxx" (X = the drive letter and dir you use)
6 - Compile (aprox. 45 to 60 minutes depending on your system)
7 - Open LangScript.iss and compile
8 - Move to DVD1
Code:
- setup.cab
- setup.exe
- setup.ini
- all setup-1*.bin
9 - Move to DVD2
11 - Delete the rest of the files.
12 - Burn or make Iso.
Its recommended that you test the conversion first.
Final Sizes:
- DVD1= 4438MB(4,3GB)
- DVD2= 4292MB (4,2GB}
The outside white part, on the images its only for the preview is not part of the installer.
If you want to make the conversion with 3 DVD5 instead of 2, the only thing you got to do is change the
compression=lzma2/ultra64 to
compression=none and the
DiskSliceSize=1530000000 to
DiskSliceSize=1500000000 on the
InstallerScript.iss
If anyone wish to eliminate the url caller button be my guest, the autorun.png is not be affected, the only thing to do is add // before and after the syntax
[ReadmeButton] on
setup.ini