|
#1
|
||||
|
||||
|
Alone In The Dark 5 [Multi 5] (DVD9 to 2x DVD5)
1--> Copy the “Data” directory from the DvD9 to a temporal directory on your hardware.
2--> Copy the “Alone.exe” ,“Manual.pdf” and the “Readme” files into the “Data” Temp folder. 3--> Move the folders “Movies” and “Shadercache” from the “Data” Temp folder to another folder called “1” . Put the “1” folder into the “Data” Temp folder. PD: So you have a Temp folder in your Hardware (desktop for example) and inside you have all the files of the game (A big ,etc...) and one folder with videos (called “1”) 4--> Download and install Inno Setup (http://www.jrsoftware.org/isdl.php ) 5--> Download this file and extract it all into the “Data” Temp folder. ( AITD5-2xDVD5.7z ) 6--> Right clic on the *.iss file and choose “Compile” option. 7--> This will create a folder called “Output” where the setup files will be created. 8--> Now put the “Autorun.inf and the “game.ico” files to te Output folder. 9--> Edit the “Autorun.inf” like this : [autorun] OPEN=setup.exe icon=game.ico 10--> Copy the directory “DirectXRedist” and “VCRedist” from DvD9 to the “Output” folder. PD: You can also put another folder to put patches , etc ... 11--> Now you have all the game into the Temp folder ! 12--> Burn all the content of the “Output” folder (the “setup-3.bin” and others will be put into the second DvD) 13--> Burn the “setup-3.bin” , “setup-4.bin”, “setup-5.bin” to the second DvD5 For the second DvD5 , edit Autorun like this : [autorun] OPEN=0 icon=game.ico Notes: No internet requiered , uninstall works , all works ![]() Try it first before burning ; you can repport me any bugs/errors and I will fix it. Sorry for my bad english :P Last edited by snapx; 02-09-2008 at 05:08. |
| The Following User Says Thank You to snapx For This Useful Post: | ||
supernoro (19-12-2013) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
Tried it and the installation does work well, i just found one glitch as it asks for Disk3 and not Disk2 not a real hassle though.
Thanks snapx |
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
Quote:
Open the *.ISS file and put this above the " [Languages] " section : Name: "czech"; MessagesFile: "compiler:Languages\Czech.isl" It will look like this : Code:
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[Setup]
DiskSpanning=true
DiskSliceSize=1657664000
AppName=Alone In The Dark
AppVerName=Alone In The Dark
AppPublisher=Eden Games
DefaultDirName={pf}\Atari\AITD
DefaultGroupName=Atari\AITD
AllowNoIcons=yes
ShowLanguageDialog=yes
OutputBaseFilename=setup
Compression=zip/1
SolidCompression=yes
WizardSmallImageFile=MIN.bmp
WizardImageFile=MAX.bmp
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"
Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
Name: "czech"; MessagesFile: "compiler:Languages\Czech.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: Alone.exe; DestDir: "{app}"; Flags: ignoreversion
Source: alone_compressed_a.big; DestDir: "{app}"; Flags: ignoreversion
Source: alone_compressed_a.fat; DestDir: "{app}"; Flags: ignoreversion
Source: alone_compressed_b.big; DestDir: "{app}"; Flags: ignoreversion
Source: alone_compressed_b.fat; DestDir: "{app}"; Flags: ignoreversion
Source: alone_compressed_c.big; DestDir: "{app}"; Flags: ignoreversion
Source: alone_compressed_c.fat; DestDir: "{app}"; Flags: ignoreversion
Source: binkw32.dll; DestDir: "{app}"; Flags: ignoreversion
Source: dfe; DestDir: "{app}"; Flags: ignoreversion
Source: edLZOCodecPC_Master.dll; DestDir: "{app}"; Flags: ignoreversion
Source: edParticlesDrawUpdate_Master.dll; DestDir: "{app}"; Flags: ignoreversion
Source: edPhysClothTask_Master.dll; DestDir: "{app}"; Flags: ignoreversion
Source: FireCluster_Master.dll; DestDir: "{app}"; Flags: ignoreversion
Source: FireProcess_Master.dll; DestDir: "{app}"; Flags: ignoreversion
Source: lang.ini; DestDir: "{app}"; Flags: ignoreversion
Source: Manual.pdf; DestDir: "{app}"; Flags: ignoreversion
Source: paul.dll; DestDir: "{app}"; Flags: ignoreversion
Source: ReadMe.htm; DestDir: "{app}"; Flags: ignoreversion
Source: RopeSpringsSolver_Master.dll; DestDir: "{app}"; Flags: ignoreversion
Source: xinput1_1.dll; DestDir: "{app}"; Flags: ignoreversion
Source: 1\*; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\Alone In The Dark"; Filename: "{app}\Alone.exe"
Name: "{group}\{cm:UninstallProgram,Alone In The Dark}"; Filename: "{uninstallexe}"
Name: "{group}\Manual"; Filename: "{app}\Manual.PDF"
Name: "{group}\Readme"; Filename: "{app}\ReadMe.htm"
Name: {userdesktop}\Alone In The Dark; Filename: {app}\Alone.exe; WorkingDir: {app}; IconFilename: {app}\Alone.exe; IconIndex: 0; Comment: Play AITD 5
[Run]
Filename: "{app}\Alone.exe"; Description: "{cm:LaunchProgram,Alone In The Dark}"; Flags: nowait postinstall skipifsilent
Try it , and tell me. Last edited by snapx; 02-09-2008 at 05:12. |
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
|||
|
|||
|
snapx installation works great, only glitch is that setup ask for Disk3 not Disk2. just edit this lines marked red in snapx .ISS file
Code:
[Setup] DiskSpanning=true SlicesPerDisk=3 DiskSliceSize=1566000000 AppName=Alone In The Dark AppVerName=Alone In The Dark Code:
setup-1a setup-1b setup-1c setup-2a setup-2b |
|
#7
|
|||
|
|||
|
Combined snapx + lonerunner
and game work well. One little edit in AITD.iss : [Setup] DiskSpanning=true SlicesPerDisk=3 DiskSliceSize=1257664000 If chose DiskSliceSize=1566000000 , DVD 1 wil be over 4,3 gigs. Thanks for both |
|
#8
|
|||
|
|||
|
you got that right, i ended up with only 3 mb free space on DVD1 and i had to put directx and vcredist on dvd2
|
|
#9
|
|||
|
|||
|
They combined posts from snapx, lonerunner & softy2k works perfectly fine. Tnx alot guys.
__________________
You got jack and shit, and jack left town. |
|
#10
|
||||
|
||||
|
The conversion is working 100%!!
Tried and tested!!! Thanx!! |
|
#11
|
|||
|
|||
|
Thank you very much. I did the snapx + lonerunner + softy2k conversion and it worked fine.
|
|
#12
|
|||
|
|||
|
combine the 3 post up there ( snapx lonernner softy2k ) and... perfect ! Thanks!!!
|
|
#13
|
||||
|
||||
|
it's DVD1 and DVD2 after use conversion of snapx
|
|
#14
|
|||
|
|||
|
Alone In The Dark 5 [Multi 5] (DVD9 to 2x DVD5)
Combining the three post (snapx + lonernner + softy2k) worked.
But I found a problem. The Alone.exe shortcut in start menu does not work. How do you solve this little detail? |
|
#15
|
|||
|
|||
|
Alone In The Dark 5 (DVD9 para DVD5 2x)
I resolved my problem from the start menu.
If you are having the same problem, simply add the command line written in red for "AITD.iss". [Icons] Name: "{group}\Alone In The Dark"; Filename: {app}\Alone.exe; WorkingDir: {app}; IconFilename: {app}\Alone.exe; IconIndex: 0; Comment: Play AITD 5 Name: "{group}\{cm:UninstallProgram,Alone In The Dark}"; Filename: "{uninstallexe}" Name: "{group}\Manual"; Filename: "{app}\Manual.PDF" Name: "{group}\Readme"; Filename: "{app}\ReadMe.htm" Name: {userdesktop}\Alone In The Dark; Filename: {app}\Alone.exe; WorkingDir: {app}; IconFilename: {app}\Alone.exe; IconIndex: 0; Comment: Play AITD 5 |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| Dark Messiah Heroes of Might & Magic (DVD9 to 2 DVD5) | schlaufer | PC Games - CD/DVD Conversions | 10 | 03-11-2007 02:17 |
| Phantasy Star Universe (DVD9 to 2 DVD5 OR DVD9 to 1 DVD5) | Heretic666 | PC Games - CD/DVD Conversions | 6 | 26-12-2006 06:28 |
| ParaWorld (DVD9 to 1x CD-R & 1x DVD5) OR (DVD9 to 1 DVD5) | !HaGaR! | PC Games - CD/DVD Conversions | 11 | 25-10-2006 08:45 |