Quest 1-4
(Changed structure to be more in line with the other pages on this wiki) |
(Added Gargoyle to the software list) |
||
(4 intermediate revisions by one user not shown) | |||
Line 20: | Line 20: | ||
The Quest 5 interpreter can read and play, but not write, Quest 1-4 games. | The Quest 5 interpreter can read and play, but not write, Quest 1-4 games. | ||
+ | |||
+ | == Identification == | ||
+ | .asl files have no magic number, but all contain in their contents "define room <Some string not containing newlines>" (brackets kept) in [[ASCII]]. | ||
+ | |||
+ | .cas files all seem to begin with ASCII "QCGF002" or "QCGF001", depending on version. This is possibly followed by the hex 0x00 0x08 0x01. | ||
== Specifications == | == Specifications == | ||
Line 27: | Line 32: | ||
* [https://web.archive.org/web/20140327003410/http://files.textadventures.co.uk/archive/quest415.exe Quest 4.1.5] | * [https://web.archive.org/web/20140327003410/http://files.textadventures.co.uk/archive/quest415.exe Quest 4.1.5] | ||
* [https://github.com/textadventures/quest/tree/master/Legacy The part of the Quest 5 source that reads Quest 1-4 games] | * [https://github.com/textadventures/quest/tree/master/Legacy The part of the Quest 5 source that reads Quest 1-4 games] | ||
+ | * [[Gargoyle]] | ||
== Sample Files == | == Sample Files == | ||
* [http://www.firthworks.com/roger/cloak/quest/source.html A Quest 3.5 game (contains HTML escape codes)] | * [http://www.firthworks.com/roger/cloak/quest/source.html A Quest 3.5 game (contains HTML escape codes)] | ||
* [https://web.archive.org/web/20070209074227/http://www.axeuk.com:80/cgi-bin/games.cgi A collection of Quest 3.5 games] | * [https://web.archive.org/web/20070209074227/http://www.axeuk.com:80/cgi-bin/games.cgi A collection of Quest 3.5 games] | ||
+ | ** If you get a 404 from this page, get a URL like [http://media.textadventures.co.uk/games/escape.zip http://media.textadventures.co.uk/games/escape.zip], replacing "escape.zip" with the filename of the game. | ||
== Links == | == Links == |
Latest revision as of 19:20, 10 February 2019
Quest Versions 1-4, often referred to as just Quest, is an Interactive Fiction authoring system. It was first released sometime around 1999 or 2000 and stopped being released in 2012.
Quest was originally released ca. 1999 or 2000 by "Axe Software"[1] (apparently a single person, "Alex Warren"). Quest appears to have, from the start, had a "free" version and a paid "pro" version (containing the "QDK", the "Quest Development Kit"); the "free" version was to have been able to play games, but edit them with limited capacity, a practice varying intensity, over versions, from including "nag screens"[2] to putting fundamental limits on the editor's abilies[3].
In 2011, in anticipation of the release of Quest 5, Quest 4 was made entirely free of cost.[4]
Contents |
[edit] Extensions
Quest games are stored either as .asl files (human-readable and machine-editable scripts) or as .cas files ("compiled"/obfuscated versions of .asl files, created with a program called "QCompile").[5] However, in practice, most distributed games seemed to have been put inside ZIP files, which the player software could read directly.[5]
Savegame files are in their own format.[5]
[edit] Relationship With Quest 5
Quest 1-4 all appear to be different versions of the same format[6] (although the software still cannot presumably "read up" a version). However, Quest 5, released in 2012, uses an entirely new format, and in effect is an entirely separate interactive fiction system. Confusingly, the shortened term "Quest" appears to have been used to refer to both. As a general rule, unclarified uses of the term "Quest" before 2012 refer to versions 1-4, and uses after 2012 refer to Quest 5.
The Quest 5 interpreter can read and play, but not write, Quest 1-4 games.
[edit] Identification
.asl files have no magic number, but all contain in their contents "define room <Some string not containing newlines>" (brackets kept) in ASCII.
.cas files all seem to begin with ASCII "QCGF002" or "QCGF001", depending on version. This is possibly followed by the hex 0x00 0x08 0x01.
[edit] Specifications
[edit] Software
[edit] Sample Files
- A Quest 3.5 game (contains HTML escape codes)
- A collection of Quest 3.5 games
- If you get a 404 from this page, get a URL like http://media.textadventures.co.uk/games/escape.zip, replacing "escape.zip" with the filename of the game.
[edit] Links
[edit] References
- ↑ https://web.archive.org/web/20000818032727/http://www.axeuk.com:80/quest/
- ↑ https://web.archive.org/web/20001011203008fw_/http://www.axeuk.com:80/quest/qreg.htm/
- ↑ https://web.archive.org/web/20091229154751/http://www.axeuk.com:80/quest/qreg.htm?src=n
- ↑ https://web.archive.org/web/20110506234123/http://www.textadventures.co.uk:80/blog/2011/01/03/quest-4-is-now-free/
- ↑ 5.0 5.1 5.2 https://web.archive.org/web/20060508011312/http://www.axeuk.com/quest/manual.pdf
- ↑ https://web.archive.org/web/20061025075439/http://www.axeuk.com/phpBB2/viewtopic.php?t=1258