Cyclemania Video
From MultimediaWiki
(Difference between revisions)
| Revision as of 05:15, 12 July 2011 Multimedia Mike (Talk | contribs) ← Previous diff |
Revision as of 05:16, 12 July 2011 Multimedia Mike (Talk | contribs) (Mobygames link to Cyclemania) Next diff → |
||
| Line 1: | Line 1: | ||
| * Samples: http://samples.mplayerhq.hu/game-formats/cyclemania/ | * Samples: http://samples.mplayerhq.hu/game-formats/cyclemania/ | ||
| - | Cyclemania is a 1994 DOS game published by Accolade. It's a motorcycle racing game with a full motion video backdrop. Video in the game is handled with 4 files per animation: | + | [http://www.mobygames.com/game/cyclemania Cyclemania] is a 1994 DOS game published by Accolade. It's a motorcycle racing game with a full motion video backdrop. Video in the game is handled with 4 files per animation: |
| * .COL file: color palette, always 776 bytes (2 32-bit numbers followed by 256 RGB triplets) | * .COL file: color palette, always 776 bytes (2 32-bit numbers followed by 256 RGB triplets) | ||
Revision as of 05:16, 12 July 2011
Cyclemania is a 1994 DOS game published by Accolade. It's a motorcycle racing game with a full motion video backdrop. Video in the game is handled with 4 files per animation:
- .COL file: color palette, always 776 bytes (2 32-bit numbers followed by 256 RGB triplets)
- .FRM file: unknown
- .HED file: header data including width and height and some other information
- .VID file: the size and extension of this file indicates that it hold the raw video data
