Space Quest V: The Next Mutation and Space Quest V: The Next Mutation Development: Difference between pages

From Sierra Wiki
(Difference between pages)
Jump to navigationJump to search
No edit summary
 
m 1 revision imported
 
Line 1: Line 1:
{{SubpageLinks}}
{{SubpageDevLinks}}
           
{{DevStub}}
<div align="center" style="font-size: 22pt">Space Quest V: the Next Mutation</div><br />


{{ReleaseInfobox
==<br /> Game Design Document ==
| ReleaseName = Space Quest V: the Next Mutation
| Image = [[Image:SQ5-c.png|190px]]<br />
''Space Quest 5'' Cover
| MusicalTheme = <!-- [[File:.ogg]] -- ><!-- <br />&nbsp;
''InsertTitleHere''<br />&nbsp; -->
| ReleaseVersion = 1.04
| ReleaseDate = Feb. 05, {{1993}} {{CitationReq}}
| ProjectStatus = N/A
| Developer = {{DynamixDev}}
| Publisher = {{SierraOnLinePub}}
| Designer = {{MarkCrowe}}
| Source = {{Source}}[[eoscidecompgit:sq5|Yes]]
| Category = {{DynamixGame}}
| Type = {{DynamixFullGame}}
| Genre = {{Adventure}}
| Theme = {{SFAdven}}, {{FuturisticAdven}}, {{ComedyAdven}}
| Engine = {{SCI11}}
| CopyProtection = None
| ESRBRating = {{ESRBUnrated}}
| Platform = {{DOS}}
| Localization = {{English}}, {{French}}, {{German}}, {{Spanish}}
| Website = {{SierraURL}}
}}
 
<br />
==<br /> A.K.A. ==
 
* Space Quest V
* Space Quest 5
* SQ5


==<br /> Description ==
<!-- * [[File:PDF.png]] [[Media:SQ5DesignDocument.pdf|Space Quest V: the Next Mutation Design Document]]<span class="DLInfo"> PDF File []</span> --> <!-- {{CitationReq}} --><!-- <ref>[http:// Game Design]</ref> -->


<blockquote>
<blockquote>
[[Mark Crowe]]'s '''''Space Quest V: the Next Mutation''''' is a [[1993]] [[SCI1.1]] {{AdventureCategory}}. It is the fifth  installment of the [[Space Quest Series]].
<!-- Design notes here -->
</blockquote>
</blockquote>


== Versions ==
==<br /> Game Transcript ==
<blockquote>
=== SCI1.1 ===


{| class="wikitable sortable" <!-- width="900" -->
<!-- * [[File:PDF.png]] [[Media:SQ5GameTranscript.pdf|Space Quest V: the Next Mutation Game Transcript]]<span class="DLInfo"> PDF File []</span> --> <!-- <ref>Text Extracted by [[:User:BBP|Bonny Ploeg]]</ref> -->
|- valign="top"
! width="300" | Release !! width="140" | UPC-A !! width="100" | Game&nbsp;Version !! width="165" | Interpreter&nbsp;Version !! width="65" | Date
|- valign="top"
| Space Quest V beta (debug activated)|| align="center" |N/A|| align="center"|0.028|| align="center"|1.001.067|| align="center"|[[1992|1992/10/22]]
|- valign="top"
| Space Quest V beta (debug activated) (Win)|| align="center" |N/A|| align="center"|0.028|| align="center"|1.001.067|| align="center"|[[1992|1992/10/22]]
<!-- |- valign="top"
| Space Quest V|| align="center" |0 20626 85284 5|| align="center"|1.00???|| align="center"|1.001.068???|| align="center"|[[1993|1993-02-05]] -->
|- valign="top"
| Space Quest V|| align="center" |0 20626 85284 5|| align="center"|1.03|| align="center"|1.001.068|| align="center"|[[1993]]
|- valign="top"
| Space Quest V|| align="center" |0 20626 84284 6|| align="center"|1.04|| align="center"|1.001.068|| align="center"|[[1993]]
|- valign="top"
| Space Quest V(Ger.)|| align="center" |0 20626 44284 8|| align="center"|1.04|| align="center"|1.001.068|| align="center"|[[1993]]
|- valign="top"
| Space Quest V (It.)|| align="center" |<!-- UPCA -->&nbsp;|| align="center"|1.000|| align="center"|1.001.068|| align="center"|[[1993|1993/09/20]]
|- valign="top"
| Space Quest V (Fr.)|| align="center" |0 20626 44284 8|| align="center"|1.04|| align="center"|1.001.068|| align="center"|[[1993]]
|- valign="top"
| Space Quest V (Sp.)|| align="center" |<!-- UPCA -->&nbsp;|| align="center"|1.000|| align="center"|1.001.068|| align="center"|&nbsp;
|}
</blockquote>
 
==<br /> Synopsis ==


<blockquote>
<blockquote>
<!-- Place synopsis here -->
<!-- Transcript notes here -->
</blockquote>
</blockquote>


==<br /> About ==
==<br /> Exploring Game Resources ==


<blockquote>
<blockquote>
A planned [[MPC]] CD re-release was never developed.
<!-- Resources notes here -->
</blockquote>


==<br /> Downloads ==
===<br /> Resources Used ===


<blockquote>
* [[VIEW Resource (SCI)#V56|*.V56]] — 256 color VIEW resources; sprite graphics. Location: RESOURCE.00*, patchDir.
=== GOG ===
* [[Picture Resource (SCI)#P56|*.P56]] — 256 color Picture resources; background graphics. Location: RESOURCE.00*, patchDir.
* [[Script Resource (SCI)#SCR|*.SCR]] — Script resources; static logic data. Location: RESOURCE.00*, patchDir.
* [[Text Resource (SCI)#TEX|*.TEX]] — Text Resources.<ref>Texts deprecated in favor of messages</ref> Location: RESOURCE.00*, patchDir.
* [[Sound Resource (SCI)#SND|*.SND]] — Sound resources; MIDI music and some sound effects. Location: RESOURCE.00*, patchDir.
* [[Vocab Resource (SCI)#VOC|*.VOC]] — Vocab (not used).<ref>Type 0x85 resources are 'memory' resources, which are only used internally.</ref> Location: RESOURCE.00*, patchDir.
* [[Font Resource (SCI)#FON|*.FON]] — Font resources; graphics to display text. Location: RESOURCE.00*, patchDir.
* [[CURSOR Resource (SCI)#CUR|*.CUR]] — Cursor resources; mouse cursors (deprecated in favor of v56-based cursors). Location: RESOURCE.00*, patchDir.
* [[Patch Resource (SCI)#PAT|*.PAT]] — Patch resources; audio patch files. Location: RESOURCE.00*, patchDir.
* [[Palette Resource (SCI)#PAL|*.PAL]] — Palette Resource; 256 color palette files. Location: RESOURCE.00*, patchDir.
* [[Audio Resource (SCI)#AUD|*.AUD]] — Audio resources; voice and digital sound effects. Location: RESOURCE.00*, patchDir.
* [[Message Resource (SCI)#MSG|*.MSG]] — Message resources; text plus metadata. Location: RESOURCE.00*, patchDir.
* [[Heap Resource (SCI)#HEP|*.HEP]] — Heap resources; dynamic script data.<ref>The script resource split introduced in SCI01 was incorporated into the actual resource layout in SCI1</ref> Location: RESOURCE.00*, patchDir.


* [[goggame:space_quest_4_5_6|Buy the full game on GOG.com]]
====<br /> External Resources ====


=== Demos ===
* [[Map Resource (SCI)#MAP|*.MAP]] — Map resources; lookup tables for the individual resources. Location: External, patchDir.
</blockquote>


* [[Space Quest 5 Demo]]
==<br /> Developer Notes ==


=== Misc Downloads ===
<!-- <div class="Quote">
 
{{Quote|Attrib = [[Ken Williams]]
* [[File:PDF.png]] [[Media:Space_Quest_5_Hint_Book.pdf|Space Quest V HintBook]]<span class="DLInfo"> PDF File [7.37 MB]</span>
}}
 
Quoted text here
{| align="center" width="80%"
<ref>[[sgf:Topic.|www.sierragamers.com/forum/bbs/Topic.]] - <date> <time></ref>
|-
</div>
| align="center"|[[Image:SQ5-HintBookFront.png|190px]]
-->
| align="center"|[[Image:SQ5-HintBookBack.png|190px]]
<blockquote>
|-
Sierra sent [[Mark Crowe]] to [[Dynamix]] to develop the fifth  installment of [[Space Quest Series|Space Quest]], '''''Space Quest V: The Next Mutation''''' to help Dynamix learn [[SCI]].
| align="center"| Space Quest V HintBook Front || align="center"| Space Quest V HintBook Back
|}
</blockquote>
</blockquote>
 
<!--
==<br /> Walkthroughs/Hints ==
{| class="wikitable sortable" width="700"
 
! width="150" | Command !! width="550" | Action
* [[shp:Walkthroughs/SQ5Walkthrough.html|Space Quest 5 Walkthrough]]
|- valign="top"
* [[shpf:10|SHP Space Quest Forum]]
|'''Q'''||Quit
|}
-->


==<br /> References ==
==<br /> References ==
Line 118: Line 72:
* [[Space Quest Series]]
* [[Space Quest Series]]
* [[Roger Wilco]]
* [[Roger Wilco]]
* [[w:Space_Quest#Roger_Wilco|Roger Wilco on Wikipedia]]
* [[w:Space Quest#Roger Wilco|Roger Wilco on Wikipedia]]
* [[SHP:Games/SpaceQuest/SQ5Help.html|Space Quest 5 on The Sierra Help Pages]]
* [[:Category:Game Development|Game Development]]
* [[SHP:Games/SpaceQuest/SQSeriesHelp.html|Space Quest Series on The Sierra Help Pages]]
<!--
* [[w:Space Quest V|Space Quest 5 on Wikipedia]]
* [[Exploring Game Resources]]
* [[w:Space Quest|Space Quest Series on Wikipedia]]
-->
* [[mobygame:space-quest-v-the-next-mutation|Space Quest 5 on MobyGames]]
* [[mobygrp:space-quest-series|Space Quest Series on MobyGames]]
* [[imdbt:tt0448775|Space Quest 5 on IMDb]]
* [[Dynamix Release List]]
* [[Sierra Release List]]


<!-- [[Category:]] -->
[[Category:Development Pages]]
<!-- [[Category:Game Design]] -->
<!-- [[Category:Concept Art]] -->
<!-- [[Category:Game Development]] -->
<!-- [[Category:Game Developer Notes]] -->
<!-- [[Category:Ken Williams Quotes]] -->
<!-- [[Category:Game Resources]] -->
<!-- [[Category:Game Developer Notes]] -->

Revision as of 01:14, 3 June 2024

Template:SubpageDevLinks

  This article is a Development development stub page. You can help the Sierra Wiki by expanding it.


 
 


Game Design Document


Game Transcript


Exploring Game Resources


Resources Used

  • *.V56 — 256 color VIEW resources; sprite graphics. Location: RESOURCE.00*, patchDir.
  • *.P56 — 256 color Picture resources; background graphics. Location: RESOURCE.00*, patchDir.
  • *.SCR — Script resources; static logic data. Location: RESOURCE.00*, patchDir.
  • *.TEX — Text Resources.[1] Location: RESOURCE.00*, patchDir.
  • *.SND — Sound resources; MIDI music and some sound effects. Location: RESOURCE.00*, patchDir.
  • *.VOC — Vocab (not used).[2] Location: RESOURCE.00*, patchDir.
  • *.FON — Font resources; graphics to display text. Location: RESOURCE.00*, patchDir.
  • *.CUR — Cursor resources; mouse cursors (deprecated in favor of v56-based cursors). Location: RESOURCE.00*, patchDir.
  • *.PAT — Patch resources; audio patch files. Location: RESOURCE.00*, patchDir.
  • *.PAL — Palette Resource; 256 color palette files. Location: RESOURCE.00*, patchDir.
  • *.AUD — Audio resources; voice and digital sound effects. Location: RESOURCE.00*, patchDir.
  • *.MSG — Message resources; text plus metadata. Location: RESOURCE.00*, patchDir.
  • *.HEP — Heap resources; dynamic script data.[3] Location: RESOURCE.00*, patchDir.


External Resources

  • *.MAP — Map resources; lookup tables for the individual resources. Location: External, patchDir.


Developer Notes

Sierra sent Mark Crowe to Dynamix to develop the fifth installment of Space Quest, Space Quest V: The Next Mutation to help Dynamix learn SCI.


References

  1. Texts deprecated in favor of messages
  2. Type 0x85 resources are 'memory' resources, which are only used internally.
  3. The script resource split introduced in SCI01 was incorporated into the actual resource layout in SCI1


Related Links