Posted August 19, 2020
I wasn't sure if I should make this topic since this game is pretty my abandonware. But I also didn't want to register for yet another site to provide possible solutions to the installing and running the enhanced cd version.
The main reason I'm doing this is so others don't have to waste hours in trying to solve this like I did. And I'm also going to dumb down the info as much as I can to avoid any misunderstandings.
The version I ended up downloading contained 2 files:
LORDCD.bin
LORDCD.cue
[Note: These instructions require DOSBOX (ver. 0.74) and most GOG dos games come with DosBox in the folder]
After a lot of research and trial and error (and frustration lol) here's how I installed it:
Step 1. Create a new folder in your game hard drive (usually C:\) for your dos games; I created C\DOSGames
Step 2. Copy the files LORDCD.bin and LORDCD.cue to this folder.
Step 3. Start DOSBOX
Step 4. At the Z:> prompt, type in: mount c c:\dosgames\ and press Enter key
Step 5. At the Z:> prompt, type in: imgmount d "c:\dosgames\lordcd.cue" -t iso and press Enter key
Step 6. At the Z:> prompt, type in: d: and press Enter key
Step 7: At the D:> prompt, type in: install and press Enter key
[Note: It may still install fine if you put c: in Step 6, but some reason it didn't work for me]
At the start of the install you have to make a few selections and here are the ones that worked for me. I don't recall the exact order of the selections:
- SoundBlaster Pro
- Mouse
- Choose the folder location and name (default is C:\LORD-CD) ; I chose to rename it to C:\LOTR1, since I have the 2nd game on my drive also.
[Note: Even though it says C:\LORD-CD, it's actually creating the new folder in my C:\DOSGames\ folder. That's because when you did the mount c c:\dosgames from Step 4, this became the active folder location until you exit the current DOSBOX session. So don't type in C:\DOSGames\LORD-CD or the final location will become C:\DOSGames\DOSGames\LORD-CD]
- Install game files to hard drive (you also have a selection to install game files and movies together, BUT I'd advise against it as I'll explain further down. Don't worry, you will still get to play the audio and movies!)
(Note: The install of the game w/o the movies took me about 6 or 7 mins. approx. BUT the install w/ the movies took me over an HOUR!! And I installed it 3 times trying to figure out why it still wouldn't work)
Step 8. Once it reaches 100% install, a message will pop up to say this. Just press Enter to get back to the D:> prompt.
Step 9. At the D:> prompt, type in: exit (this will bring you back to the desktop)
If all installs properly, you should have the following:
- A new game folder (mine was C:\DOSGames\LOTR1\
- GAME folder and LORD.bat file (or one more folder called MOVIES, if you chose to ignore my advice =P)
- All these should be in the LOTR1 folder or whatever you named it.
There are two ways to start the game using DOSBOX. Manually starting it or using a desktop shortcut.
[Note: To make it easier for yourself, I'd also copy or move the files LORDCD.bin and LORDCD.cue from your dos games folder to your new Lord of the Rings Vol. one game folder. Example: I moved mine from C:\DOSGames\ to C:\DOSGames\LOTR1\]
MANUALLY starting game using DOSBOX:
Step 1. Start DOSBOX
(Note: I usually have a shortcut on my desk. If further help is needed setting up the icon for fullscreen or to point to the correct .conf file, let me know)
Step 2. At the Z:> prompt, type in: mount c c:\dosbox\lotr1\ and press Enter key (or whatever your game folder name is)
Step 3. At the Z:> prompt, type in: imgmount d "c:\dosgames\lotr1\lordcd.cue" -t iso and press Enter key
Step 4. At the Z:> prompt, type in: c: and press Enter key
Step 5. At the C:> prompt, type in: lord and press Enter key (this should bring you to the games' title page. If people need help from this screen, let me know)
Congratulations! You just started the enhanced version of the game with music and all the movies!
NOTE: For the desktop shortcut version, I'll have to go back to my other drive later and take come images so I can attach it here. Will have updated hopefully by tomorrow. It's a hot swap drive that I can't use dual boot on so that's why I have to wait until later when I have more time.
If anyone experiences any problems, please leave a comment below and I'll look into it.
This should work for other cue/bin file combinations also, enjoy!
Update2: (22-AUG-20)
Starting the game using a DESKTOP Shortcut:
Step 1. Create a .conf file. To do this open a new notepad file.
Step 2. Add the following lines in the line in the exact order. (I'll be using my game folder names in this example)
[autoexec]
@ECHO OFF
mount c c:\dosgames\lotr1\
imgmount d "c:\dosgames\lotr1\lordcd.cue" -t iso
c:
cls
lord
exit
Step 3. Click File and select Save As.
Step 4. In the Save as type: drop down list, select All Files.
Step 5. In the File name: line I'd suggest "lotr1.conf" (w/o the quotes) as the name- I named this to keep it simple, but name it whatever you want, just put .conf as the extension.
Step 6. Save the file to the main installation folder. Mine was C:\DOSGames\LOTR1
[Note: If you ever want to open the file later, just right click on the file and select Open with and Notepad as the program to make it easy to edit]
[Note2: If you used a copy of the .conf file that came with GOG Dos games like I did, then it's likely called "dosbox_hn_single.conf" or something like that]
Step 7. Make a copy of any desktop item you have and change the following lines:
Step 8. In the Target: line, type this in: C:\DOSGames\LOTR1\DOSBOX\dosbox.exe "..\lotr1.conf" -fullscreen - noconsole -c exit (Additional note on Step 8 below)
Step 9. In the Start in: line, type in: C:\DOSGames\LOTR1\DOSBOX and select OK
[Note: Essentially all you did was tell the shortcut in Step 9. "Hey this is where my DOSBOX folder is" and in Step 8. "Hey this is the .exe file I want you to start up and this is the .conf I want the .exe file to use once you start up". Pretty simple once you do it a time or two]
Congratulations! You just created a desktop shortcut to the enhanced version of the game with music and all the movies without all the hassles the poor slobs had to go through doing it manually!
[Note of Step 8: I keep a copy of the DOSBOX folder in the main game folder LOTR1. It's such a small program I don't mind and makes my life easier when setting up .conf for individual dos games. But if you're familiar with DOSBOX, then feel free to change it to that location and make sure to change the "..\lotr1.conf" to the exact location of the .conf file]
Final Note:
This game was installed on a Windows 7 Pro 64-bit SSD drive that has the network card disabled. So I have no clue if this works in Windows 7 Home, Windows 10 Home/Pro or any other Windows systems.
The main reason I'm doing this is so others don't have to waste hours in trying to solve this like I did. And I'm also going to dumb down the info as much as I can to avoid any misunderstandings.
The version I ended up downloading contained 2 files:
LORDCD.bin
LORDCD.cue
[Note: These instructions require DOSBOX (ver. 0.74) and most GOG dos games come with DosBox in the folder]
After a lot of research and trial and error (and frustration lol) here's how I installed it:
Step 1. Create a new folder in your game hard drive (usually C:\) for your dos games; I created C\DOSGames
Step 2. Copy the files LORDCD.bin and LORDCD.cue to this folder.
Step 3. Start DOSBOX
Step 4. At the Z:> prompt, type in: mount c c:\dosgames\ and press Enter key
Step 5. At the Z:> prompt, type in: imgmount d "c:\dosgames\lordcd.cue" -t iso and press Enter key
Step 6. At the Z:> prompt, type in: d: and press Enter key
Step 7: At the D:> prompt, type in: install and press Enter key
[Note: It may still install fine if you put c: in Step 6, but some reason it didn't work for me]
At the start of the install you have to make a few selections and here are the ones that worked for me. I don't recall the exact order of the selections:
- SoundBlaster Pro
- Mouse
- Choose the folder location and name (default is C:\LORD-CD) ; I chose to rename it to C:\LOTR1, since I have the 2nd game on my drive also.
[Note: Even though it says C:\LORD-CD, it's actually creating the new folder in my C:\DOSGames\ folder. That's because when you did the mount c c:\dosgames from Step 4, this became the active folder location until you exit the current DOSBOX session. So don't type in C:\DOSGames\LORD-CD or the final location will become C:\DOSGames\DOSGames\LORD-CD]
- Install game files to hard drive (you also have a selection to install game files and movies together, BUT I'd advise against it as I'll explain further down. Don't worry, you will still get to play the audio and movies!)
(Note: The install of the game w/o the movies took me about 6 or 7 mins. approx. BUT the install w/ the movies took me over an HOUR!! And I installed it 3 times trying to figure out why it still wouldn't work)
Step 8. Once it reaches 100% install, a message will pop up to say this. Just press Enter to get back to the D:> prompt.
Step 9. At the D:> prompt, type in: exit (this will bring you back to the desktop)
If all installs properly, you should have the following:
- A new game folder (mine was C:\DOSGames\LOTR1\
- GAME folder and LORD.bat file (or one more folder called MOVIES, if you chose to ignore my advice =P)
- All these should be in the LOTR1 folder or whatever you named it.
There are two ways to start the game using DOSBOX. Manually starting it or using a desktop shortcut.
[Note: To make it easier for yourself, I'd also copy or move the files LORDCD.bin and LORDCD.cue from your dos games folder to your new Lord of the Rings Vol. one game folder. Example: I moved mine from C:\DOSGames\ to C:\DOSGames\LOTR1\]
MANUALLY starting game using DOSBOX:
Step 1. Start DOSBOX
(Note: I usually have a shortcut on my desk. If further help is needed setting up the icon for fullscreen or to point to the correct .conf file, let me know)
Step 2. At the Z:> prompt, type in: mount c c:\dosbox\lotr1\ and press Enter key (or whatever your game folder name is)
Step 3. At the Z:> prompt, type in: imgmount d "c:\dosgames\lotr1\lordcd.cue" -t iso and press Enter key
Step 4. At the Z:> prompt, type in: c: and press Enter key
Step 5. At the C:> prompt, type in: lord and press Enter key (this should bring you to the games' title page. If people need help from this screen, let me know)
Congratulations! You just started the enhanced version of the game with music and all the movies!
NOTE: For the desktop shortcut version, I'll have to go back to my other drive later and take come images so I can attach it here. Will have updated hopefully by tomorrow. It's a hot swap drive that I can't use dual boot on so that's why I have to wait until later when I have more time.
If anyone experiences any problems, please leave a comment below and I'll look into it.
This should work for other cue/bin file combinations also, enjoy!
Update2: (22-AUG-20)
Starting the game using a DESKTOP Shortcut:
Step 1. Create a .conf file. To do this open a new notepad file.
Step 2. Add the following lines in the line in the exact order. (I'll be using my game folder names in this example)
[autoexec]
@ECHO OFF
mount c c:\dosgames\lotr1\
imgmount d "c:\dosgames\lotr1\lordcd.cue" -t iso
c:
cls
lord
exit
Step 3. Click File and select Save As.
Step 4. In the Save as type: drop down list, select All Files.
Step 5. In the File name: line I'd suggest "lotr1.conf" (w/o the quotes) as the name- I named this to keep it simple, but name it whatever you want, just put .conf as the extension.
Step 6. Save the file to the main installation folder. Mine was C:\DOSGames\LOTR1
[Note: If you ever want to open the file later, just right click on the file and select Open with and Notepad as the program to make it easy to edit]
[Note2: If you used a copy of the .conf file that came with GOG Dos games like I did, then it's likely called "dosbox_hn_single.conf" or something like that]
Step 7. Make a copy of any desktop item you have and change the following lines:
Step 8. In the Target: line, type this in: C:\DOSGames\LOTR1\DOSBOX\dosbox.exe "..\lotr1.conf" -fullscreen - noconsole -c exit (Additional note on Step 8 below)
Step 9. In the Start in: line, type in: C:\DOSGames\LOTR1\DOSBOX and select OK
[Note: Essentially all you did was tell the shortcut in Step 9. "Hey this is where my DOSBOX folder is" and in Step 8. "Hey this is the .exe file I want you to start up and this is the .conf I want the .exe file to use once you start up". Pretty simple once you do it a time or two]
Congratulations! You just created a desktop shortcut to the enhanced version of the game with music and all the movies without all the hassles the poor slobs had to go through doing it manually!
[Note of Step 8: I keep a copy of the DOSBOX folder in the main game folder LOTR1. It's such a small program I don't mind and makes my life easier when setting up .conf for individual dos games. But if you're familiar with DOSBOX, then feel free to change it to that location and make sure to change the "..\lotr1.conf" to the exact location of the .conf file]
Final Note:
This game was installed on a Windows 7 Pro 64-bit SSD drive that has the network card disabled. So I have no clue if this works in Windows 7 Home, Windows 10 Home/Pro or any other Windows systems.
Post edited August 23, 2020 by gog2002x