Difference between revisions of "GAMES:Day of the Tentacle"

From DOSBoxWiki
Jump to navigationJump to search
(New page: {{Infobox Game |title=Day of the Tentacle |image= |caption= |developer=LucasArts |publisher=LucasArts |released=1993 |version=0.72 |status=Perfect |executable='''DOTT.EXE''...)
 
Line 9: Line 9:
 
|status=Perfect
 
|status=Perfect
 
|executable='''DOTT.EXE'''
 
|executable='''DOTT.EXE'''
 +
|installer='''INSTALL.EXE'''
 
|setup='''DOTT.EXE'''}}
 
|setup='''DOTT.EXE'''}}
 
'''Maniac Mansion: Day of the Tentacle''' (often simply referred to as '''Day of the Tentacle''', or abbreviated as '''DoTT''') is a graphical adventure game, originally released in 1993, and published by LucasArts. It is the eighth game to use the SCUMM engine. It was released simultaneously on floppy disk and CD-ROM. ''Day of the Tentacle'' was designed by Dave Grossman and Tim Schafer.   
 
'''Maniac Mansion: Day of the Tentacle''' (often simply referred to as '''Day of the Tentacle''', or abbreviated as '''DoTT''') is a graphical adventure game, originally released in 1993, and published by LucasArts. It is the eighth game to use the SCUMM engine. It was released simultaneously on floppy disk and CD-ROM. ''Day of the Tentacle'' was designed by Dave Grossman and Tim Schafer.   
Line 15: Line 16:
 
If you have the floppy disk version of the game, you will have to "change" disks as you move through the installation. One way to solve this, is to copy all the files from all the disks into one directory, and [[MOUNT|mount this to A:]] within DOSBox. Then you mount you're destination directory to C:, and start the install. When the installer asks for disk 2, you copy the file '''disk.id''' from the second disk, and repeat for the third disk and so on. (Alternatively, you can edit the file if you like, as there is only a single number changing, indicating the disk number.)
 
If you have the floppy disk version of the game, you will have to "change" disks as you move through the installation. One way to solve this, is to copy all the files from all the disks into one directory, and [[MOUNT|mount this to A:]] within DOSBox. Then you mount you're destination directory to C:, and start the install. When the installer asks for disk 2, you copy the file '''disk.id''' from the second disk, and repeat for the third disk and so on. (Alternatively, you can edit the file if you like, as there is only a single number changing, indicating the disk number.)
 
Example (from within DOSBox):
 
Example (from within DOSBox):
  * mount /tmp/dott-disk A:
+
<pre>
  * mount /home/username/games/dott C:
+
C:\>mount /tmp/dott-disk A:
  * A:
+
C:\>mount /home/username/games/dott C:
  * INSTALL.EXE
+
C:\>A:
 +
C:\>INSTALL.EXE
 +
</pre>
  
 
From outside, when asked for second disk:
 
From outside, when asked for second disk:
  * cp /media/floppy/disk.id /tmp/dott-disk
+
<pre>
 +
$ cp /media/floppy/disk.id /tmp/dott-disk
 +
</pre>
  
 
== Tested ==
 
== Tested ==
Tested on Fedora 9, with repository RPM: dosbox.i386 0.72-4.fc9.
+
*18 June 2008 by HB:
 +
Tested on Fedora 9, with repository RPM: dosbox.i386 0.72-4.fc9.
 +
Works fine with sound, music and mouse.

Revision as of 19:49, 18 June 2008

Day of the Tentacle
Developer LucasArts
Publisher LucasArts
Released 1993
Status Perfect
Tested on 0.72
Tested game version Unknown
Links Compatibility List
Commands
Executable DOTT.EXE
Installer INSTALL.EXE
Setup DOTT.EXE
DOS Extender
DOS4GW.EXE Unknown
Works with DOS32A N/A

Maniac Mansion: Day of the Tentacle (often simply referred to as Day of the Tentacle, or abbreviated as DoTT) is a graphical adventure game, originally released in 1993, and published by LucasArts. It is the eighth game to use the SCUMM engine. It was released simultaneously on floppy disk and CD-ROM. Day of the Tentacle was designed by Dave Grossman and Tim Schafer.

Making it work

If you have the floppy disk version of the game, you will have to "change" disks as you move through the installation. One way to solve this, is to copy all the files from all the disks into one directory, and mount this to A: within DOSBox. Then you mount you're destination directory to C:, and start the install. When the installer asks for disk 2, you copy the file disk.id from the second disk, and repeat for the third disk and so on. (Alternatively, you can edit the file if you like, as there is only a single number changing, indicating the disk number.) Example (from within DOSBox):

C:\>mount /tmp/dott-disk A:
C:\>mount /home/username/games/dott C:
C:\>A:
C:\>INSTALL.EXE

From outside, when asked for second disk:

$ cp /media/floppy/disk.id /tmp/dott-disk

Tested

  • 18 June 2008 by HB:

Tested on Fedora 9, with repository RPM: dosbox.i386 0.72-4.fc9. Works fine with sound, music and mouse.