Difference between revisions of "Loom"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Adds data file info)
(Adds control info)
Line 23: Line 23:
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].
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].


==Loom==
'''''Amiga, Atari ST, FM-TOWNS**, PC EGA, PC Demo'''''
'''''Amiga, Atari ST, FM-TOWNS**, PC EGA, PC Demo'''''
**.LFL
**.LFL
Line 41: Line 40:
===Audio tracks===
===Audio tracks===
For more information about how to use the FM-Towns and PC CD audio tracks with ScummVM, see the [https://docs.scummvm.org/en/latest/use_scummvm/game_files.html#cd-audio user documentation].
For more information about how to use the FM-Towns and PC CD audio tracks with ScummVM, see the [https://docs.scummvm.org/en/latest/use_scummvm/game_files.html#cd-audio user documentation].
==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
|}
==External links==
==External links==
* [https://en.wikipedia.org/wiki/Loom_(video_game) Wikipedia article on Loom]
* [https://en.wikipedia.org/wiki/Loom_(video_game) Wikipedia article on Loom]

Revision as of 22:27, 27 February 2021

Loom
loom_dos_en_2_2.jpg
First release 1990
Also known as
Developed by Lucasfilm Games
Published by Lucasfilm Games, Disney
Distributed by (unknown)
Platforms Amiga, Amiga CDTV,
Atari ST, DOS
FM Towns, Macintosh,
PC-Engine/Turbografx CD
Resolution 320x200, 16 colors (original)
or 256 colors (later versions)
Engine SCUMM
Support Since ScummVM 0.2.0
Available for
Purchase
Yes

Loom was the fourth game to use the SCUMM scripting language. The game follows Bobbin Threadbare as he learns how to use his magical powers through his distaff and as he eventually saves the world from the Lord of Chaos, who was unraveling the Loom (the source of power for the members of the weaver's guild).

Game Variants

The DOS CD version of this was a "talkie version" presented in 256 colors, however unlike most talkie games the speech came from CDDA tracks on the CD. Due to limitations in lip-syncing at the time, the DOS CD version did not include the scenes where the characters were presented in close-up shots. The FM Towns CD version was also presented in 256 colors, however it was not a talkie. As a result, the close-up shots were present in the FM Towns versions.

The DOS floppy EGA version contained only 16 colors.

Installation

Required data files

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

Amiga, Atari ST, FM-TOWNS**, PC EGA, PC Demo

  • *.LFL

PC CD**

  • DISK01.LEC
  • *.LFL
  • Steam and GOG.com versions also have a CDDA.SOU file that is needed for speech.

Macintosh

  • Loom™
  • *.LFL

Note: The ™ can be omitted from the file name

TurboGrafx/PC Engine**

  • *.LFL
  • *pce.cdbios (Japanese version only)

Audio tracks

For more information about how to use the FM-Towns and PC CD audio tracks with ScummVM, see the user documentation.

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

External links