Difference between revisions of "GAMES:King's Quest: Quest for the Crown"

From DOSBoxWiki
Jump to navigationJump to search
(updated dosbox conf settings)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
King's Quest (both the original version and the enhanced remake) works fine under DOSBox 0.72, but you can get enhanced sound from the original version by changing your dosbox.conf file to emulate a Tandy computer.
+
{{Infobox Game
 +
|title=King's Quest: Quest for the Crown
 +
|id=132
 +
|image=[[Image:GAME_Kings1_1987_Title.png‎|320px]]
 +
|caption=Title Screen (1987 version)
 +
|developer=Sierra On-Line
 +
|publisher=IBM, Sierra On-Line
 +
|released=1983 & 1984 (original),
 +
 
 +
1987 (5th release),
 +
 
 +
1990 (Enhanced)
 +
|version=[[Version0.74|0.74]]
 +
|status=Supported
 +
|executable='''SIERRA.COM'''
 +
|installer='''INSTALLH.BAT'''}}
 +
 
 +
'''King's Quest: Quest for the Crown''' is a adventure game.
 +
 
 +
== Making it work ==
 +
 
 +
King's Quest (both the original version and the enhanced remake) works fine under DOSBox, but you can get enhanced sound from the original version by changing your [[Dosbox.conf|dosbox.conf]] file to emulate a Tandy computer.
 +
 
 +
The 1987 version and enhanced remake (1990) was compatible with DOS:
 +
[dosbox]
 +
machine=tandy
 +
[render]
 +
aspect=true
 +
[cpu]
 +
core=normal
 +
cycles=10000
 +
 
 +
The 1984 version was distributed with a PC Booter disk that overrode the operating system:
 +
[dosbox]
 +
machine=cga
 +
 +
[autoexec]
 +
mount c C:\KQ1
 +
boot KQ.img
 +
 
 +
If you require support for general issues, see the [[Performance|performance guide]] and [[DOSBox_FAQ|FAQ]].
 +
 
 +
== See also ==
 +
 
 +
* [[GAMES:King's Quest II: Romancing the Throne|King's Quest II: Romancing the Throne]]
 +
* [[GAMES:King's Quest III: To Heir Is Human|King's Quest III: To Heir Is Human]]
 +
 
 +
== External links ==
 +
 
 +
*[http://www.gog.com/gamecard/kings_quest_1_2_3 King’s Quest 1+2+3] at Good Old Games (GOG)
 +
*[http://www.mobygames.com/game/dos/kings-quest King's Quest] at MobyGames
 +
 
 +
[[Category:Adventure games]]

Latest revision as of 04:40, 7 June 2015

King's Quest: Quest for the Crown
GAME Kings1 1987 Title.png
Title Screen (1987 version)
Developer Sierra On-Line
Publisher IBM, Sierra On-Line
Released 1983 & 1984 (original),

1987 (5th release),

1990 (Enhanced)

Status Supported
Tested on 0.74
Tested game version Unknown
Links Compatibility List
Commands
Executable SIERRA.COM
Installer INSTALLH.BAT
Setup N/A
DOS Extender
DOS4GW.EXE Unknown
Works with DOS32A N/A

King's Quest: Quest for the Crown is a adventure game.

Making it work

King's Quest (both the original version and the enhanced remake) works fine under DOSBox, but you can get enhanced sound from the original version by changing your dosbox.conf file to emulate a Tandy computer.

The 1987 version and enhanced remake (1990) was compatible with DOS:

[dosbox]
machine=tandy
[render]
aspect=true
[cpu]
core=normal
cycles=10000

The 1984 version was distributed with a PC Booter disk that overrode the operating system:

[dosbox]
machine=cga

[autoexec]
mount c C:\KQ1
boot KQ.img

If you require support for general issues, see the performance guide and FAQ.

See also

External links