Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Display Modes
  #1  
Old 16-02-2012, 09:30
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Alan Wake - DVD9 to 2xDVD5 *INNO SETUP* by REV0

Released Today.
Code:
http://vgreleases.com/PC/ReleaseDate-22390.aspx
This conversion works for DVD Edition of the game and also Steam one.

1. Download the attachment, extract it's contents where you will make the conversion.

v1.1
-Spanish Translations and regkeys fixed thanks to Droppo and pakrat

ALANWAKE1_2.rar

2. Edit this line in AlanWake.iss, according to your installation location:

Code:
#define SourcePath "D:\Program Files (x86)\Remedy Entertainment\Alan Wake\"
3. Save it and start to compile. If you have troubles with it look here:

http://www.fileforums.com/showthread.php?t=92407

4. Create 2 folders and name them as DVD1 and 2.

5.

Move:
Setup.exe, Setup-1a, 1b, 1c files to DVD1 folder.
Setup-2a, 2b files to DVD2 folder.

6. Copy autorun.inf and icon files to necessary places. With them, you'll have icon when you insert both dvd's.

7. Burn folder contents with their names.

DVD1 - 4.33GB
DVD2 - 2.78GB

Since 'Quality is our second name' conversion includes both songs from AlanWake OST,

Enjoy

Installation Screens:










Last edited by REV0; 17-02-2012 at 07:53.
Reply With Quote
The Following 3 Users Say Thank You to REV0 For This Useful Post:
homar (03-02-2013), Simorq (20-02-2015), supernoro (19-12-2013)
Sponsored Links
  #2  
Old 16-02-2012, 10:16
Droppo Droppo is offline
Registered User
 
Join Date: May 2009
Location: Argentina
Posts: 555
Thanks: 234
Thanked 314 Times in 156 Posts
Droppo is on a distinguished road
Thnxs! downloading and trying it!
Reply With Quote
  #3  
Old 16-02-2012, 10:47
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
setup pictures added.
Reply With Quote
  #4  
Old 16-02-2012, 12:04
Droppo Droppo is offline
Registered User
 
Join Date: May 2009
Location: Argentina
Posts: 555
Thanks: 234
Thanked 314 Times in 156 Posts
Droppo is on a distinguished road
Good installer, but have some errors. nothing that can't be fixed easily. will post you a couple of fixes when I get back from work
Reply With Quote
  #5  
Old 16-02-2012, 12:37
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
what errors ? i installed it three times and without errors as english ??
Reply With Quote
  #6  
Old 16-02-2012, 12:40
Droppo Droppo is offline
Registered User
 
Join Date: May 2009
Location: Argentina
Posts: 555
Thanks: 234
Thanked 314 Times in 156 Posts
Droppo is on a distinguished road
Well.. check for example the autorun buttons when you already have the game installed. there are also some wrong translations on spanish custom messages
Reply With Quote
  #7  
Old 16-02-2012, 13:06
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
i cant say anything about font alignment errors because my OS is English. If you know the solution to check alignment issues before posting files in here, or without re-installing an OS i'm listening. In the other hand, if game is installed, autorun will show 'play' instead of 'install'. To see this, you must install the game with compiled install, because it will add reg key about autorun.

About translations, please write correct ones so i can add them in .iss

Thanks

Last edited by REV0; 16-02-2012 at 13:08.
Reply With Quote
  #8  
Old 16-02-2012, 17:40
Droppo Droppo is offline
Registered User
 
Join Date: May 2009
Location: Argentina
Posts: 555
Thanks: 234
Thanked 314 Times in 156 Posts
Droppo is on a distinguished road
What I said about autorrun buttons it's not about alignment or translation related. it's about functionality, even if they show Play and Uninstall when the game is installed, they don't work coz you're checking for a registry key that doesn't exists. so here is are changed files, with those errors fixed and spanish translations fixed too.
Attached Files
File Type: rar ALAN_WAKE ISS files fixed by Droppo.rar (14.7 KB, 152 views)
Reply With Quote
  #9  
Old 16-02-2012, 18:03
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,028 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by REV0 View Post
i cant say anything about font alignment errors because my OS is English. If you know the solution to check alignment issues before posting files in here, or without re-installing an OS i'm listening. In the other hand, if game is installed, autorun will show 'play' instead of 'install'. To see this, you must install the game with compiled install, because it will add reg key about autorun.

About translations, please write correct ones so i can add them in .iss

Thanks
what Droppo's talking about is in your autorun.iss script is has 'InstallFolder'
yet your reg entries in alanwake.iss have 'Install DIR'. For the autorun to run correctly they have to match, so either change the reg entry or change the autorun.iss to match, then it works like it should for ANY language.

also section needs correcting
Code:
#ifdef AddToFireWallList
    if FWAdd then begin
    SetIniString('Windows Firewall', 'AppExlist', 'True', ExpandConstant('{app}\setup.ini'))
     AddApplicationToExceptionList(ExpandConstant('{app}\iw5sp.exe'),ExpandConstant('{cm:AppName}'));
    end else SetIniString('Windows Firewall', 'AppExlist', 'False', ExpandConstant('{app}\setup.ini')) 
    #endif
CHANGE iw5sp.exe to AlanWake.exe

Last edited by pakrat2k2; 16-02-2012 at 18:13. Reason: missed section in inno script.
Reply With Quote
  #10  
Old 17-02-2012, 07:55
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
I edited exe thing on Droppo's fixed iss, i assume he also fixed DIR/Folder difference since i couldn't find them,

I uploaded fixed one, hope it's ok now
Reply With Quote
  #11  
Old 17-02-2012, 08:28
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,028 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by REV0 View Post
I edited exe thing on Droppo's fixed iss, i assume he also fixed DIR/Folder difference since i couldn't find them,

I uploaded fixed one, hope it's ok now
just a FYI the installdir/installfolder mentioned is in autorun.iss script.
Reply With Quote
  #12  
Old 25-02-2012, 00:45
2x+1's Avatar
2x+1 2x+1 is offline
Registered User
 
Join Date: Dec 2007
Location: Turkiye
Posts: 67
Thanks: 12
Thanked 1 Time in 1 Post
2x+1 is on a distinguished road
is it possible to change dvd names as AW_1, AW_2?
Reply With Quote
  #13  
Old 25-02-2012, 23:58
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,028 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
yes dvd names dont matter.
Reply With Quote
  #14  
Old 14-03-2012, 18:55
afroholic afroholic is offline
Registered User
 
Join Date: Mar 2012
Location: Malaysia
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
afroholic is on a distinguished road
#define SourcePath "D:\Program Files (x86)\Remedy Entertainment\Alan Wake\"

how to edit???
remove or change to other folders???
Reply With Quote
  #15  
Old 14-03-2012, 20:29
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,028 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by afroholic View Post
#define SourcePath "D:\Program Files (x86)\Remedy Entertainment\Alan Wake\"

how to edit???
remove or change to other folders???
CHANGE D:\Program Files (x86)\Remedy Entertainment\Alan Wake\

to where YOU installed your game. cant be any easier then that
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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
Medal of Honor DVD9 to 2xDVD5 senseman PC Games - CD/DVD Conversions 21 15-12-2014 00:09
Crysis 2 DVD9 to 2xDVD5 senseman PC Games - CD/DVD Conversions 105 28-10-2014 08:42
Dead Rising 2 Off The Record DVD9 to 2xDVD5 senseman PC Games - CD/DVD Conversions 12 16-10-2011 13:36
DarkSpore - DVD9 to 2xDVD5 REV0 REV0 PC Games - CD/DVD Conversions 2 31-05-2011 16:38



All times are GMT -7. The time now is 11:18.


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