Difference between revisions of "Groovie"

From ScummVM :: Wiki
Jump to navigation Jump to search
(New page: {{EngineDescription| name=Groovie| developer=spookypeanut, jvprat| companies=Trilobyte, Aftermath Media| usedB...)
 
(20 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{EngineDescription|
{{EngineDescription|
         name=Groovie|
         name=Groovie|
         developer=[[User:spookypeanut|spookypeanut]], [[User:jvprat|jvprat]]|
         developer=[[User:spookypeanut|spookypeanut]], [[User:jvprat|jvprat]], [[User:ScottT|ScottT]]|
         companies=[[Trilobyte]], [[Aftermath Media]]|
         companies=[[Trilobyte]], [[Aftermath Media]]|
         usedBy=[[The 7th Guest]]|
         usedBy=[[The 7th Guest]]|
         dateAdded=November 14, 2008|
         dateAdded=November 14, 2008|
        release=0.13.0|
}}
}}


The Groovie engine was originally developed to use the full potential of the then emerging CD-ROM, and it can be considered a video player with interactive parts. There are two main versions of the engine: the first version (just used in [[The 7th Guest]]) plays VDX videos using 256 colours, while the second version (used from [[The 11th Hour]] on) requires 16bpp to play ROQ videos (a format which was later also used in id Software's Quake 3).
The '''Groovie''' engine was used to create several games between 1993 and 1998. It was originally developed to use the full potential of the then emerging CD-ROM, and it can be considered a video player with interactive parts. There are two main versions of the engine: the first version (just used in [[The 7th Guest]]) plays VDX videos using 256 colors, while the second version (used from [[The 11th Hour]] on) requires 16bpp to play ROQ videos (a format which was later also used in id Software's Quake 3).


==Games==
==Games==
Line 14: Line 15:
*[[Clandestiny]]
*[[Clandestiny]]
*[[Uncle Henry's Playhouse]]
*[[Uncle Henry's Playhouse]]
*[[Tender loving care]]
*[[Tender Loving Care]]
 
(The [[Groovie/Checksums | checksums page]] keeps track of which different exe versions are available, though we haven't found any differences in data files (yet))


== Status ==
== Status ==
*[[The 7th Guest]] is completable
For more detail, see [[Groovie/TODO]].
*[[The 7th Guest]]: supported as of December 16, 2008
*[[The 11th Hour]]: some early test code. The mansion is navigable (just about)
 
==Resources==
*[[Groovie/T7G/Opcodes|Opcodes]]: a list of the opcodes used by the Groovie engine, and what they do
*[[Groovie/T7G/Script_Variables|Script Variables]]: very incomplete list of what script variables do what
*[[Groovie/T7G/FNT_Files|FNT Files]]: description of FNT files
 
==External Links==
 
* [http://wiki.xentax.com/index.php?title=The_7th_Guest_GJD Description of the GJD / RL file format]
* [http://wiki.multimedia.cx/index.php?title=VDX Description of the VDX file format]
* [http://wiki.multimedia.cx/index.php?title=RoQ Description of the ROQ file format]


[[Category:Engines]]
[[Category:Engines]]

Revision as of 00:11, 26 March 2009

Groovie
Engine developer spookypeanut, jvprat, ScottT
Companies that used it Trilobyte, Aftermath Media
Games that use it The 7th Guest
Date added to ScummVM 2008-11-14
First release containing it 0.13.0

The Groovie engine was used to create several games between 1993 and 1998. It was originally developed to use the full potential of the then emerging CD-ROM, and it can be considered a video player with interactive parts. There are two main versions of the engine: the first version (just used in The 7th Guest) plays VDX videos using 256 colors, while the second version (used from The 11th Hour on) requires 16bpp to play ROQ videos (a format which was later also used in id Software's Quake 3).

Games

(The checksums page keeps track of which different exe versions are available, though we haven't found any differences in data files (yet))

Status

For more detail, see Groovie/TODO.

Resources

  • Opcodes: a list of the opcodes used by the Groovie engine, and what they do
  • Script Variables: very incomplete list of what script variables do what
  • FNT Files: description of FNT files

External Links