Go Back   FileForums > Game Backup > PC Games

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-10-2004, 06:09
VanTokkern VanTokkern is offline
Member
 
Join Date: Oct 2004
Location: Enschede, NL
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
VanTokkern is on a distinguished road
Creating a DVD with multiple games is a fairly easy process.
All you need to do is copy all the files from CD1, and ONLY the installation files from the other CDs into a directory, do this for every game you wish to add. The autorun files from the other CDs might mix up if you copy them over the one from CD1. This was the case with Rome: Total War.
Don't put them all in the same folder. Nearly all games name their installer setup.exe and you can't have two files with the same name in one folder. Renaming it is no problem, BUT; setup.exe gets it's information from setup.ini, renaming this will start causing problems. You should just give every game it's own folder on the cd. The installation will look for files in the home directory; it won't browse the CD. (Example: When installing Warhammer from "D:\Warhammer\setup.exe" it will look for files in "D:\Warhammer", not "D:\" )
One important thing; You need to alter the msi files IF the game uses one. If you want to know how to do this read carefully;

1) Go here and install this application.
2) Right click on the msi installation file you wish to edit, and click "Edit with MaSaI Editor".
3) Go to the tab "All Tables" and choose the folder "Media".
There's only one table you need to alter here: "VolumeLabel".
You can change this to whatever you want it to be, just make sure you name it exactly (case sensitive) as you wish the name the DVD itself. If you're adding more than one game on the DVD name it something like "GameDVD". You could also alter DiskPrompt but it is not required.
4) Save it somewhere, make sure it's easy so you can find it back.
5) Replace the old msi, with the one you just altered.

You need to follow these steps for EVERY game you add to the DVD which uses a msi installer. If it doesn't use a msi installer you don't need to do anything.

EDIT: The above is incorrect. The things I described in here only apply to games with an msi installer. Other installation methods (sometimes) have other ways of checking the cds.

Creating a html autorun does not work. Your cd-rom does not know what to do with this file. I do know how to get an autorun going but don't know how to create one , im no programmer, so can't help you there.
Hope this was of any help to you people, if you have any questions just ask.

Last edited by VanTokkern; 04-10-2004 at 07:23.
Sponsored Links
  #2  
Old 04-10-2004, 06:22
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 Posts
Grumpy is on a distinguished road
Quote:
Creating a html autorun does not work. Your cd-rom does not know what to do with this file. I do know how to get an autorun going but don't know how to create one , im no programmer, so can't help you there.
Um like this:

Make an Autorun CD-ROM

To make a CD run a program automatically you use a file named autorun.inf you create the file autorun.inf in a text editor like Notepad. The file autorun.inf is than located on the CD's root directory. The first line of the file needs to say

[autorun]

add a second line with "open=" and the program desired. For example an autorun.inf file like this

[autorun]
open=explorer.exe /n,/e,.

would make the CD open up Windows Explorer. Rather than launch an executable you can have Windows launch an html file, use the following for example

[autorun]
open=start.exe yourfilename.html


I quite often make my own Auto starting software CD's but have never actually tried it with multiple games! I do believe that it could work using the HTML way but not actually sure? Thats why I asked.

Last edited by Grumpy; 04-10-2004 at 06:26.
  #3  
Old 04-10-2004, 06:31
VanTokkern VanTokkern is offline
Member
 
Join Date: Oct 2004
Location: Enschede, NL
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
VanTokkern is on a distinguished road
Thanks for that Grumpy, I'll try it right now, with my poor html skills :P I did not know what you just said. but it's worth the try. As I have no programming skills what-so-ever. If I manage to get it working I'll let you know. And as far as the multiple games on one DVD, games that are originally coded for multiple CDs, works like a charm
I only need to get that autorun working now.
  #4  
Old 04-10-2004, 07:49
VanTokkern VanTokkern is offline
Member
 
Join Date: Oct 2004
Location: Enschede, NL
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
VanTokkern is on a distinguished road
Hah! Got it to work. Thanks to Warhammer which came with brilliant autorun files You can alter all the links, background, pretty much everything.
I can personally vouch adding multiple games, which come with more than one CD, will work perfectly fine on a DVD.
I don't have an answer yet to your problem Grumpy. I guess it should work fine if you can figure out a way to execute files with html. I, for one, don't know how to do this.
  #5  
Old 04-10-2004, 10:34
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 Posts
Grumpy is on a distinguished road
yeh sorry bout tht i relized the way i used to do it wont work in Xp ive just been testing it!
But this WILL open the HTML on the CD (between the lines but not the lines as well)
----------------------------------------------------
[autorun]
open=Games.html
icon=cd.ico

shellexecute=Games.html

----------------------------------------------------
Now just a bit more corrections on the html itself and I'm sure I can get this to work! Just need to brush up on my html

Last edited by Grumpy; 04-10-2004 at 11:01.
  #6  
Old 04-10-2004, 10:48
VanTokkern VanTokkern is offline
Member
 
Join Date: Oct 2004
Location: Enschede, NL
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
VanTokkern is on a distinguished road
Do you happen to know a program which lets you alter cab files?
  #7  
Old 04-10-2004, 11:04
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 Posts
Grumpy is on a distinguished road
To open cab files? Cant remember off hand but I'm sure Ive read that on Fileforums! just a matter of where exactly?
Just found your answer thanks to 'ghosthacker' and Morglum007'. They say 'i6comp' can edit cab files, go here: http://fileforums.com/showthread.php...highlight=orca
to read what they had to say

Last edited by Grumpy; 04-10-2004 at 11:54.
  #8  
Old 04-10-2004, 13:17
The One The One is offline
Registered User
 
Join Date: Sep 2001
Location: EARTH
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
The One
An excellent program which I have used for making my own autorun.exe programs is Autoplay Media Studio Pro from IndigRose http://www.indigorose.com/ams/index.php
This is a quite expensive program but you can find bargain prices....if you know what I mean

You can use CabPack
http://home.t-online.de/home/lars.hederer/english.htm
to edit .cab files but you have to save as new cabs. This program will not edit Installsheild cabs though.

For Installsheild cabs You need the ICOMP cab editor which can be found here http://cdmediaworld.com/hardware/cdrom/files.shtml. I have used this program many times to insert the cracked game executable into the setup cab and make a cracked setup and it will also extract files. ICOMP does not have a GUI, it command line based.

Last edited by The One; 05-10-2004 at 05:47.
  #9  
Old 11-10-2004, 15:20
union jack union jack is offline
Banned
 
Join Date: Oct 2004
Location: england
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
union jack is on a distinguished road
another old method that works ok is to full install

full isatall game say black hawke down
zip entire game
dunno if matters but years ago u had to have hidden filez shown if not they wouldnt get zipped then game wouldnt work
using this method might need delete config file
and dont forget to make all filez archive
ya machine cant rewrite a read only file

any one selling a phillips 2600 cd rec
ill buy it it will copy anything
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
i have a problem with the psx game patches mr. gamester PSX Games 2 29-05-2009 15:39
How To Create Xbox Multi Game Dvd Discs dude XBox Games 8 23-04-2003 20:34
special burn for multicd psx's game? Anonymon PSX Games 0 20-04-2003 11:33
game enhancer , backing up a game questions wilddude71 PSX Games 2 24-03-2003 12:02
Help Elite Force Expansion Pack Game Modes?? hugh53 Multi Player Games 0 03-09-2001 21:01



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


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