Difference between revisions of "The Dig"

From ScummVM :: Wiki
Jump to navigation Jump to search
m (Text replacement - "data/screenshots/lec/dig/scummvm_0_10_0.jpg" to "data/screenshots/lucasarts/dig/dig_dos_en_1_4.jpg")
(Adds control info)
(3 intermediate revisions by the same user not shown)
Line 13: Line 13:
         resolution=320x200, 256 colors
         resolution=320x200, 256 colors
}}
}}
'''The Dig''' was the eleventh game to use the [[SCUMM]] scripting language.  The game, based on a story by Steven Spielberg, first follows two NASA astronauts (Commander Boston Low, Dr. Ludger Brink) and a reporter named Maggie Robbins as they attempt to destroy an asteroid that is on a collision course with Earth.  Later, the game finds the crew on an alien planet trying to discover why there seems to be no sentient life, discovering the secrets the planet holds, and trying to find a way back home.  
'''The Dig''' was the eleventh game to use the [[SCUMM]] scripting language.  The game, based on a story by Steven Spielberg, first follows two NASA astronauts (Commander Boston Low, Dr. Ludger Brink) and a reporter named Maggie Robbins as they attempt to destroy an asteroid that is on a collision course with Earth.  Later, the game finds the crew on an alien planet trying to discover why there seems to be no sentient life, discovering the secrets the planet holds, and trying to find a way back home.


==Installation==
===Required data files ===
For more information on how ScummVM uses game data files, see the [https://docs.scummvm.org/en/latest/use_scummvm/game_files.html user documentation].
'''''Macintosh'''''
* The Dig Data
'''''Macintosh Demo'''''
* The Dig Demo Data
'''''PC'''''
* VIDEO folder
* DIG.LA0
* DIG.LA1
* DIGMUSIC.BUN
* DIGVOICE.BUN
* LANGUAGE.BND (Non-English versions)
'''''PC Demo'''''
* audio folder
* video folder
* dig.la0
* dig.la1
===Game languages===
The following language choices are available when using command-line arguments or the "Language" option in the game-specific settings. For more information, see the [https://docs.scummvm.org/en/latest/settings/game.html user documentation]
* jp  - Japanese
* zh  - Chinese
* kr  - Korean
==Default controls==
To change these controls, use the Keymaps tab in the global or game-specific settings. For more information, see the [https://docs.scummvm.org/en/latest/settings/keymaps.html user documentation]
{| class="wikitable"
!Hotkey
!Description
|-
|<code>Ctrl</code> + <code>0</code>-<code>9</code>
|Loads saved game
|-
|<code>Alt</code> + <code>0</code>-<code>9</code>
|Saves game
|-
|<code>Crtl</code> + <code>Alt</code> + <code>d</code>
|Starts the debugger
|-
|<code>Crtl</code> + <code>f</code>
| Toggles fast mode on/off
|-
|<code>Crtl</code> + <code>g</code>
|Toggles really REALLY fast mode on/off
|-
|<code>Crtl</code> + <code>t</code>
|Switches between 'Speech only', 'Speech and Subtitles' and 'Subtitles only'
|-
|Tilde <code>~</code>
|Shows/hides the debugging console
|-
|<code>[</code> and <code>]</code>
|Changes music volume down/up
|-
|<code>-</code> and <code>+</code>
|Changes text speed slower/faster
|-
|<code>F5</code>
|Displays the save/load window
|-
|<code>Alt</code> + <code>F5</code>
|Displays the original save/load window, if the game has one.
|-
|Space
|Pauses
|-
|Period <code>.</code>
|Skips current line of text in some games
|-
|<code>Enter</code>
|Simulates left mouse button click
|-
|<code>Tab</code>
|Simulates right mouse button click
|}
==Boot Params==
For more information on using boot params, see the [[Boot Params]] wiki page.
===The Dig Demo===
The following table was contributed by Ben Gorman. Thanks, Ben!
{| class="wikitable" border="1" cellpadding="2" width="100%"
|- style="background:silver"
!Param
!Description
|-
|300||Skip intro movies
|-
| 305 ||Outside wrecked alien ship
|-
|310||Canyon
|-
|}
==External links==
==External links==
*[http://en.wikipedia.org/wiki/The_Dig Wikipedia article on The Dig]
*[http://en.wikipedia.org/wiki/The_Dig Wikipedia article on The Dig]

Revision as of 22:31, 27 February 2021

The Dig
dig_dos_en_1_4.jpg
First release 1995
Also known as Dig
Developed by LucasArts
Published by LucasArts, Disney
Distributed by Activision
Platforms DOS, Macintosh, Windows
Resolution 320x200, 256 colors
Engine SCUMM
Support Since ScummVM 0.2.0
Available for
Purchase
Yes

The Dig was the eleventh game to use the SCUMM scripting language. The game, based on a story by Steven Spielberg, first follows two NASA astronauts (Commander Boston Low, Dr. Ludger Brink) and a reporter named Maggie Robbins as they attempt to destroy an asteroid that is on a collision course with Earth. Later, the game finds the crew on an alien planet trying to discover why there seems to be no sentient life, discovering the secrets the planet holds, and trying to find a way back home.

Installation

Required data files

For more information on how ScummVM uses game data files, see the user documentation.

Macintosh

  • The Dig Data

Macintosh Demo

  • The Dig Demo Data

PC

  • VIDEO folder
  • DIG.LA0
  • DIG.LA1
  • DIGMUSIC.BUN
  • DIGVOICE.BUN
  • LANGUAGE.BND (Non-English versions)

PC Demo

  • audio folder
  • video folder
  • dig.la0
  • dig.la1

Game languages

The following language choices are available when using command-line arguments or the "Language" option in the game-specific settings. For more information, see the user documentation

  • jp  - Japanese
  • zh  - Chinese
  • kr  - Korean

Default controls

To change these controls, use the Keymaps tab in the global or game-specific settings. For more information, see the user documentation

Hotkey Description
Ctrl + 0-9 Loads saved game
Alt + 0-9 Saves game
Crtl + Alt + d Starts the debugger
Crtl + f Toggles fast mode on/off
Crtl + g Toggles really REALLY fast mode on/off
Crtl + t Switches between 'Speech only', 'Speech and Subtitles' and 'Subtitles only'
Tilde ~ Shows/hides the debugging console
[ and ] Changes music volume down/up
- and + Changes text speed slower/faster
F5 Displays the save/load window
Alt + F5 Displays the original save/load window, if the game has one.
Space Pauses
Period . Skips current line of text in some games
Enter Simulates left mouse button click
Tab Simulates right mouse button click

Boot Params

For more information on using boot params, see the Boot Params wiki page.

The Dig Demo

The following table was contributed by Ben Gorman. Thanks, Ben!

Param Description
300 Skip intro movies
305 Outside wrecked alien ship
310 Canyon

External links