Difference between revisions of "GAMES:Day of the Tentacle"
Drollinson (talk | contribs) m (Fixed syntax of Mount commands) |
m (mg) |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 2: | Line 2: | ||
|title=Day of the Tentacle | |title=Day of the Tentacle | ||
|id=597 | |id=597 | ||
− | |image= | + | |image=[[Image:GAME_Day_of_the_Tentacle_Title.png|320px]] |
− | |caption= | + | |caption=Title Screen |
|developer=LucasArts | |developer=LucasArts | ||
|publisher=LucasArts | |publisher=LucasArts | ||
Line 14: | Line 14: | ||
'''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. | ||
− | == Making it work == | + | == Making it work in ScummVM == |
+ | The simplest and arguably best way to run Day of the Tentacle is to use [[TOOLS:ScummVM|ScummVM]] rather than DOSBox. ScummVM needs a folder with the following files copied off the disc: | ||
+ | * MONSTER.SOU | ||
+ | * TENTACLE.000 | ||
+ | * TENTACLE.001 | ||
+ | |||
+ | ScummVM offers a number of enhancements that are not possible to have in DOSBox. The only disadvantage is that you cannot play Maniac Mansion on Ed's computer. You can, however, play Maniac Mansion directly through ScummVM by using the *.LFL files included in the MANIAC folder: | ||
+ | |||
+ | == Making it work in DOSBox == | ||
+ | |||
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): | ||
Line 29: | Line 38: | ||
</pre> | </pre> | ||
− | == | + | == Testing == |
+ | |||
+ | This game has been tested on the environments listed below: | ||
+ | |||
*18 June 2008 by [[User:Hb|HB]]: | *18 June 2008 by [[User:Hb|HB]]: | ||
:Tested on Fedora 9, with repository RPM: dosbox.i386 0.72-4.fc9. | :Tested on Fedora 9, with repository RPM: dosbox.i386 0.72-4.fc9. | ||
:Works fine with sound, music and mouse. | :Works fine with sound, music and mouse. | ||
+ | |||
+ | == External links == | ||
+ | |||
+ | *[http://www.mobygames.com/game/dos/maniac-mansion-day-of-the-tentacle Day of the Tentacle] at MobyGames | ||
+ | |||
+ | [[Category:Adventure games]] |
Latest revision as of 07:32, 4 January 2013
Day of the Tentacle | |
---|---|
Title Screen
| |
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 in ScummVM
The simplest and arguably best way to run Day of the Tentacle is to use ScummVM rather than DOSBox. ScummVM needs a folder with the following files copied off the disc:
- MONSTER.SOU
- TENTACLE.000
- TENTACLE.001
ScummVM offers a number of enhancements that are not possible to have in DOSBox. The only disadvantage is that you cannot play Maniac Mansion on Ed's computer. You can, however, play Maniac Mansion directly through ScummVM by using the *.LFL files included in the MANIAC folder:
Making it work in DOSBox
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):
Z:\>mount A \tmp\dott-disk Z:\>mount C \home\username\games\dott Z:\>A: Z:\>INSTALL.EXE
From outside, when asked for second disk:
$ cp /media/floppy/disk.id /tmp/dott-disk
Testing
This game has been tested on the environments listed below:
- 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.
External links
- Day of the Tentacle at MobyGames