Difference between revisions of "Quest for Glory"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Updating screenshot link)
(Update external links)
Line 1: Line 1:
{{GameDescription|
{{GameDescription|
name=Quest for Glory: So You Want to Be a Hero|
name=Quest for Glory: So You Want to Be a Hero|
        image=https://www.scummvm.org/data/screenshots/sci/qfg1vga/qfg1vga_dos_en_1_4.jpg|
image=https://www.scummvm.org/data/screenshots/sci/qfg1vga/qfg1vga_dos_en_1_4.jpg|
release=1989|
release=1989|
alternateNames=Hero's Quest, QfG,<br/>Quest for Glory I<br/>クエスト フォー グローリィ|
alternateNames=Hero's Quest, QfG,<br/>Quest for Glory I<br/>クエスト フォー グローリィ|
Line 12: Line 12:
purchase=[[Where to get the games#Sierra Games|Yes]]
purchase=[[Where to get the games#Sierra Games|Yes]]
}}
}}
'''Quest for Glory: So You Want to Be a Hero''' was the first game in the [[Quest for Glory series]]. In this adventure/RPG hybrid game, a wanna-be hero travels to the land of Spielburg to save it's people and prove himself worthy of the title of hero. The player can choose out of three classes for the hero: fighter, magic user, and thief. Many of the puzzles that could be solved and quests that would be encountered in the game were dependent on the chosen class of the hero.
'''Quest for Glory: So You Want to Be a Hero''' was the first game in the [[Quest for Glory series]]. In this adventure/RPG hybrid game, a wanna-be hero travels to the land of Spielburg to save it's people and prove himself worthy of the title of hero. The player can choose out of three classes for the hero: fighter, magic user, and thief. Many of the puzzles that could be solved and quests that would be encountered in the game were dependent on the chosen class of the hero.


==Miscellaneous==
==Miscellaneous==
The original title of the game was Hero's Quest, but Sierra never trademarked the name. The electronic adaptation of the HeroQuest board game forced Sierra to rename the game to Quest for Glory.
The original title of the game was Hero's Quest, but Sierra never trademarked the name. The electronic adaptation of the HeroQuest board game forced Sierra to rename the game to Quest for Glory.


== NEC PC-9801 Version ==
== NEC PC-9801 Version ==
Line 66: Line 66:


==External links==
==External links==
*[http://en.wikipedia.org/wiki/Quest_for_Glory:_So_You_Want_to_Be_a_Hero Wikipedia Article on Quest for Glory I]
*[https://en.wikipedia.org/wiki/Quest_for_Glory:_So_You_Want_to_Be_a_Hero Wikipedia Article on Quest for Glory I]
*[https://www.mobygames.com/game/quest-for-glory-i-so-you-want-to-be-a-hero MobyGames entry for Quest for Glory I]


[[Category:Supported Games]]
[[Category:Supported Games]]
[[Category:SCI Games]]
[[Category:SCI Games]]

Revision as of 19:44, 27 April 2022

Quest for Glory: So You Want to Be a Hero
qfg1vga_dos_en_1_4.jpg
First release 1989
Also known as Hero's Quest, QfG,
Quest for Glory I
クエスト フォー グローリィ
Developed by Sierra
Published by Sierra
Distributed by (unknown)
Platforms MS-DOS, Mac, Amiga
Atari ST, NEC PC-9801
Resolution 320x200, 256 and 16 colors
Engine SCI
Support Since ScummVM 1.2.0
Available for
Purchase
Yes

Quest for Glory: So You Want to Be a Hero was the first game in the Quest for Glory series. In this adventure/RPG hybrid game, a wanna-be hero travels to the land of Spielburg to save it's people and prove himself worthy of the title of hero. The player can choose out of three classes for the hero: fighter, magic user, and thief. Many of the puzzles that could be solved and quests that would be encountered in the game were dependent on the chosen class of the hero.

Miscellaneous

The original title of the game was Hero's Quest, but Sierra never trademarked the name. The electronic adaptation of the HeroQuest board game forced Sierra to rename the game to Quest for Glory.

NEC PC-9801 Version

The game was released in Japan for the NEC PC-9801 computer. This version came out in 2 flavors: 8-color and 16-color. Both used the same SCI vector-picture format (that uses 256 colors internally). The game came with 2 graphic drivers: 9801V8M.DRV and 9801V16.DRV. The first rendered the graphics in 640x400 8 color mode and the second in 640x400 16 color mode. The 8-color flavor of the game was using a palette that looked better when dithered to 8 colors, and vice versa.

Here are the various combinations of the game when played in an emulator:

8-color graphics 16-color graphics
8-color game Qfg1-jp-8 8.png Qfg1-jp-8 16.png
16-color game Qfg1-jp-16 8.png Qfg1-jp-16 16.png

Installation

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

Required data files - SCI

WARNING: Unlike other games, SCI games have significant variation in the naming of required files.

They also can load supplementary files by resource maps, so it is recommended to keep all files in the game data directory from the CD.

Unless otherwise specified, do NOT remove any file from the directory, even if it does not appear on the following list, since this will likely cause weird bugs.

Copy all files to the game directory. Some games need additional work:

Floppy games with RESOURCE.p01, p02, etc. and/or RESOURCE.a01, a02, etc. files

  • Concatenate all RESOURCE.p0* files to RESOURCE.000 (e.g. copy /b RESOURCE.p0* RESOURCE.000 on Windows, or cat RESOURCE.p0* > RESOURCE.000 on *nix).
  • Concatenate all RESOURCE.a0* files to RESOURCE.AUD (e.g. copy /b RESOURCE.a0* RESOURCE.AUD on Windows, or cat RESOURCE.a0* > RESOURCE.AUD on *nix).

Required data files - AGI

All platforms

  • *VOL.* (e.g. GRVOL.0, KQ4VOL.11, VOL.1)
  • OBJECT
  • *DIR* (e.g. PQDIR, MH2DIR, DMDIR, DIRS, LOGDIR, PICDIR, SNDDIR, VIEWDIR)
  • WORDS.TOK

and if available

  • PAL.*

External links