Go Back   FileForums > Game Backup > PC Games

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-10-2004, 01:55
Zokkke Zokkke is offline
Junior Member
 
Join Date: Oct 2004
Location: Alaska
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Zokkke is on a distinguished road
Question

You can convert even every Game on multiple CD's to DVD...
You have to load a crack and copy the content of every cd in one folder, without any subfolder...
you have to burn it with tools like nero or anything else you can make your own compilations
and when you now install the game from cd it don't will ask for any cd-changing!
You don't have to work with any image filez or virtual drives...

But my question is how i can convert any dvd to multiple cd's(without any splitting file)?
Zmokkke

Quote:
Originally Posted by Kyle2k
Hi everybody

My goal is to discuss here how to put multiple game CDs in a single DVD. In my opinion, forcing a backup using Daemon Tools (although is a great program), is not exactly my first choice. I think it would be great if we could create a single game DVD from multiple-cds games, with autorun and no more CD swaps during the install procedure .

I had success w/ a few games :

thief: deadly shadows
farcry, painkiller, doom3 (easy, as you all know)
XIII
diabloII & expansion
Star Wars KOTOR

...but i had no success with :

emperor: battle for dune (only with daemon tools)
the suffering
phantasmagoria I (even with daemon tools...)

Phantasmagoria is a 7-cd game, begging for a DVD backup (saves a lot of storage space!). Daemon Tools does not seems to work in this particular case, because at the end of the first chapter (CD#1), the game asks for the second CD.

So, if you have experience with a particular game, making a total DVD conversion, please post here your story!

Thank you all
Kyle2k
Sponsored Links
  #2  
Old 04-10-2004, 05:43
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
@ Kyle2k
I wasnt actually saying I knew how to do this, I was just wondering if it would be possible? Some Magazine discs give you Demos to several games and when you first insert these discs a HTML (web page on disc) opens with a list of demos, you just click on the link to install the demo, so basically the link is linked to the setup.exe (or install.exe whatever it not important).

@ TheOne
Yes all valid points you have made here. If I were to even try this I would only try it with single disc games as yes multiple Cd's from the same game would actually make it harder, like you have said. I was just thinking out aloud. Some games with multiple cds would work but definately not all. For example it would be nice to say put all the Battlefield games (1942, Road to Rome, Secret Weapon) on the one DVD. but this wouldnt be possible to do as easy as BF Vietnam. And as BF Vietnam is already 3 CD's to 1 DVD you wouldnt try to add it with all the others. Thanks very much for you input it helps to keep us all thinking.
  #3  
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.
  #4  
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.
  #5  
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.
  #6  
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.
  #7  
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.
  #8  
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?
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 13:52.


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