FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Alone In The Dark 5 [Multi 5] (DVD9 to 2x DVD5) (https://fileforums.com/showthread.php?t=84487)

snapx 30-08-2008 09:18

Alone In The Dark 5 [Multi 5] (DVD9 to 2x DVD5)
 
1 Attachment(s)
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. ( Attachment 487 )

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 :D
Try it first before burning ; you can repport me any bugs/errors and I will fix it.
Sorry for my bad english :P

MelVic 30-08-2008 18:02

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

snapx 30-08-2008 19:33

Quote:

Originally Posted by MelVic (Post 360637)
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

Yeah , it ask for the DvD3 , but you put the second DvD and it will install well :cool:

snapx 01-09-2008 15:10

Quote:

Originally Posted by kubistar (Post 360655)
Hy snapx

Can you modify the AITD.iss file for the czech verison game? Thx

Okei , I can modify the setup for you language but it uses the same files ???
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.

snapx 02-09-2008 06:59

Quote:

Originally Posted by cafivan (Post 360677)
Can you tell me, what name did you use for the disc 1 and 2? TNX

For the volume label , I use "AITD_DVD1" for DvD 1 and "AITD_DVD2" for the second DvD :D

lonerunner 03-10-2008 17:02

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

and setup will create 5 .bin files
Code:

setup-1a
setup-1b
setup-1c
setup-2a
setup-2b

put setup-1 files on dvd1 and setup-2 files on dvd2 and installation will ask you to insert disk2.

softy2k 05-10-2008 15:15

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

lonerunner 05-10-2008 15:55

Quote:

Originally Posted by softy2k (Post 361779)
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

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

Muyfa666 31-12-2008 06:30

They combined posts from snapx, lonerunner & softy2k works perfectly fine. Tnx alot guys.

canibus2677 08-01-2009 06:28

Alone in the dark 2-dvd5
 
The conversion is working 100%!!
Tried and tested!!!
Thanx!!

saulob 24-02-2009 21:35

Thank you very much. I did the snapx + lonerunner + softy2k conversion and it worked fine.

85e 25-02-2009 05:48

combine the 3 post up there ( snapx lonernner softy2k ) and... perfect ! Thanks!!!

ch2rom 01-05-2009 03:24

2 Attachment(s)
it's DVD1 and DVD2 after use conversion of snapx

roberto.almeida 09-05-2010 18:53

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?

roberto.almeida 09-05-2010 23:48

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

louguz 02-02-2014 14:03

Still need the original disc to continue
 
1 Attachment(s)
I made the two DVD disc as your instructions say. But when I run the game I get the message "Wrong disc". What could be wrong?

pakrat2k2 02-02-2014 16:02

look at very top of forum > Gamecopyworld link, grab the no-cd crack for the game.
that's whats wrong, its not original cd.


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

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