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

Reply
 
Thread Tools Display Modes
  #1  
Old 05-04-2012, 16:26
Scarlet Blade's Avatar
Scarlet Blade Scarlet Blade is offline
Registered User
 
Join Date: Oct 2011
Location: God Knows!
Posts: 21
Thanks: 8
Thanked 12 Times in 4 Posts
Scarlet Blade is on a distinguished road
Ridge Racer Unbounded (1xDVD5 to 3xCD's)

Ridge Racer Unbounded (1xDVD5 to 3xCD - 640MB/700MB)

Special thanks go to the FileForums' repacking veterans here.


Inno Setup Script template is based on pakrat2k2's Call of Duty: Modern Warfare 3 layout (not that I play the game of course, but out of generosity, I only downloaded it in order to fix up the cosmetic issues on it, and just recently, I've used it as a template for this game) - special thanks go to him on that, and for the SourcePath alteration (see changelog for more information).

Current Script Version: Revision 1 - see changelog below.

Quote:
Ridge Racer Unbounded - (c) 2012 - Namco Bandai - Inno Setup Repack Script by Scarlet Blade - Changelog

Revision 1:

- Added an automated (within the repack script folder) "Output" folder for the end-user to easily find the compiled repack.
- Added four European languages (French, German, Italian and Spanish) to the repack script (totalling 5 languages).
- Changed the post-installation file/directory point-outs to simplify the end-user alteration process (thanks pakrat2k2).

Base Version:

- Had per-file/directory entries in the repack script.
- Only had one language, which is English.
Repacking Requirements:

- Inno Setup or InnoIDE - to compile the repack
- Post-Installation Files for the Game - i.e.: the game files you have after you have installed the game, whether you have installed it via Steam or via disc.

Repacking Instructions:

1. Download the "Ridge Racer Unbounded - Revision 1.7z" archive and extract its contents.

2. Locate all of your Ridge Racer Unbounded post-installation files, and note down the installation path that you have used to install the game in - e.g. if the game is installed in "C:\Program Files (x86)\NAMCO BANDAI Games\Ridge Racer Unbounded\", then simply note that down.

3. After you have done that, look for the following section in the Inno Setup script at the top of the page, and replace the path that is currently in the script as shown in Fig. 1 with the one you have noted down from Step 1, as shown in Fig. 2:

Quote:
Fig. 1 - Before Editing The Script

#define SourcePath "D:\Installed Programs\NAMCO BANDAI Games\Ridge Racer Unbounded\"
Quote:
Fig. 2 - After Editing The Script (Example Provided)

#define SourcePath "C:\Program Files (x86)\NAMCO BANDAI Games\Ridge Racer Unbounded\"
4. Compile the repack now, and you should have four files, which are:

- Ridge Racer Unbounded.exe: 834KB
- Ridge Racer Unbounded-1.bin: 609MB
- Ridge Racer Unbounded-2.bin: 610MB
- Ridge Racer Unbounded-3.bin: 300MB

Please note that the filesizes will vary slightly, depending on what files the end-user has, and what main executable he or she has, as a DRM-bypassed version of the main executable is usually significantly larger than a retail/original executable file.

Tested on Microsoft Windows Vista x64/Windows 7 x86.






Attached Files
File Type: 7z Ridge Racer Unbounded - Revision 1.7z (1,016.7 KB, 148 views)

Last edited by Scarlet Blade; 08-04-2012 at 08:11.
Reply With Quote
The Following 3 Users Say Thank You to Scarlet Blade For This Useful Post:
Logrim (24-01-2014), mier90 (23-01-2014), y_thelastknight (23-01-2014)
Sponsored Links
  #2  
Old 05-04-2012, 22:10
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
will take a look see.. just an FYI

" Microsoft Office Word (optional) - to replace the installation path entries in the Inno Setup script file (sorry about that)." ----> Just use notepad to edit script or inno itself no need for anything special.

Instead of using a huge files list use a define statement for where the game files are
#define SourcePath "C:\Program Files (x86)\NAMCO BANDAI Games\Ridge Racer Unbounded\" thats easier to change then every line in [FILES] section. as that becomes your {app} used in script later for eg entries etc.

no need to list every DIR in a section either its covered in {app} & in uninstall section inscript

[UninstallDelete]
Type: filesandordirs; Name: {app}
Reply With Quote
  #3  
Old 06-04-2012, 16:55
Scarlet Blade's Avatar
Scarlet Blade Scarlet Blade is offline
Registered User
 
Join Date: Oct 2011
Location: God Knows!
Posts: 21
Thanks: 8
Thanked 12 Times in 4 Posts
Scarlet Blade is on a distinguished road
Thanks a trillion pakrat!

Also, the script has been updated, and your suggested modification(s) have been added to the script!

Last edited by Scarlet Blade; 07-04-2012 at 15:23.
Reply With Quote
  #4  
Old 23-01-2014, 19:32
mier90 mier90 is offline
Registered User
 
Join Date: Aug 2012
Location: Malaysia
Posts: 117
Thanks: 123
Thanked 50 Times in 36 Posts
mier90 is on a distinguished road
great compression man.
just a question, when i make it into iso, it doesn't have autoplay of that .exe file.
do i have to manually double click the .exe file to run setup?
Reply With Quote
  #5  
Old 23-01-2014, 20:46
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 319 Times in 156 Posts
sentinelks is on a distinguished road
Comment removed by Grumpy

Last edited by Grumpy; 24-01-2014 at 04:31.
Reply With Quote
  #6  
Old 23-01-2014, 21:07
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 573 Times in 213 Posts
y_thelastknight is on a distinguished road
i think it is a best simple installer.
he do what he can do. encourage him don't tease him :/
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
Grumpy (24-01-2014)
  #7  
Old 23-01-2014, 22:35
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 319 Times in 156 Posts
sentinelks is on a distinguished road
Thumbs up

nice installer

Last edited by sentinelks; 23-01-2014 at 22:39.
Reply With Quote
The Following 2 Users Say Thank You to sentinelks For This Useful Post:
jamel2013 (24-01-2014), Scarlet Blade (12-02-2014)
  #8  
Old 24-01-2014, 00:39
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,836 Times in 809 Posts
Grumpy is on a distinguished road
@sentinelks

I removed your very 'stupid' post.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'

Last edited by Grumpy; 24-01-2014 at 04:33.
Reply With Quote
  #9  
Old 24-01-2014, 01:04
mier90 mier90 is offline
Registered User
 
Join Date: Aug 2012
Location: Malaysia
Posts: 117
Thanks: 123
Thanked 50 Times in 36 Posts
mier90 is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
i think it is a best simple installer.
he do what he can do. encourage him don't tease him :/
i didn't mean to tease him. i just ask a question, and if it is a No and have to run setup manually, he can say so.
Or if there's a way that the setup can be recognize through the autoplay, maybe he can post the way of doing it. though i tried using autorun.inf but did not work.
Reply With Quote
  #10  
Old 24-01-2014, 03:23
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 573 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by mier90 View Post
i didn't mean to tease him.
it didn't mean for you...the post has been removed.
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
Grumpy (24-01-2014)
  #11  
Old 24-01-2014, 04:29
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,836 Times in 809 Posts
Grumpy is on a distinguished road
Quote:
Originally Posted by mier90 View Post
i didn't mean to tease him.
Sorry mier90, the post by 'sentinelks' which 'y_thelastknight' was commenting on was removed by me.
I have now restored the post but removed the comment.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'

Last edited by Grumpy; 24-01-2014 at 04:32.
Reply With Quote
  #12  
Old 24-01-2014, 07:35
mier90 mier90 is offline
Registered User
 
Join Date: Aug 2012
Location: Malaysia
Posts: 117
Thanks: 123
Thanked 50 Times in 36 Posts
mier90 is on a distinguished road
Quote:
Originally Posted by mier90 View Post
great compression man.
just a question, when i make it into iso, it doesn't have autoplay of that .exe file.
do i have to manually double click the .exe file to run setup?
i have found the solution for the "Ridge Racer Unbounded.exe" to be recognized by the auto-play. i changed the setup file name to "RRU.exe" and all the .bin file to the same name as well. also create the "autorun.inf" file.

just share this method for those who want to install directly from the auto-play menu.

p/s : sorry guys i wasted your time.
Reply With Quote
The Following User Says Thank You to mier90 For This Useful Post:
y_thelastknight (24-01-2014)
  #13  
Old 24-01-2014, 07:41
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 573 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by mier90 View Post
p/s : sorry guys i wasted your time.
no problem
__________________
Glass BB | BlackBox v2 | Portable Installer
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
Ridge Racer V naelnino PS2 Games 6 14-07-2002 20:15
ridge racer revolution earth_guardian PSX Games 0 13-11-2001 04:38
Ridge Racer 4 music likwit PSX Games 0 10-10-2001 12:03
can ridge racer type 4 be copied??? slikvik PSX Games 1 08-12-2000 22:46



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


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