home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / multikit.zip / FILES.DOC < prev    next >
Text File  |  1996-03-01  |  3KB  |  53 lines

  1.  
  2.  Documentation ─────────────────────────────────────────────────────────────┐
  3.  │                               File Formats                               │
  4.  └───────────────────────────────────────────────────────────── MULTIKIT v1.0
  5.  
  6.  
  7.  Type    │ F-Ext │ Offset Contents                 Size │ Comments
  8.  ────────┼───────┼──────────────────────────────────────┼────────────────────
  9.  Font    │ *.FNT │ +0000  size of font data             │ If the  width  byte
  10.          │       │        (excluding the header)    02  │ at offset +0003  is
  11.          │       │ +0002  ASCII code of the first       │ zero then the  font
  12.          │       │        character in the font     01  │ has variable  width
  13.          │       │ +0003  character width           01  │ which   means  that
  14.          │       │ +0004  character height          01  │ the width  of  each
  15.          │       │ +0005  font data starts here:        │ character is stored
  16.          │       │        1st row of 1st character  01  │ after the  data  of
  17.          │       │ +0006  2nd row of 1st character  01  │ the character  (one
  18.          │       │ ...                                  │ byte).
  19.          │       │ +XXXX  last row of last char     01  │ LIMITATIONS:
  20.          │       │                                      │ Character width  is
  21.          │       │                                      │ 8 or below.
  22.  ────────┼───────┼──────────────────────────────────────┼────────────────────
  23.  Palette │ *.PAL │ +0000  red  value  of  color 0   01  │ LIMITATIONS:
  24.          │       │ +0001  green  value of color 0   01  │ Any  palette   file
  25.          │       │ +0002  blue  value  of color 0   01  │ which can be loaded
  26.          │       │ +0003  red  value  of  color 1   01  │ via XLOADPAL is ex-
  27.          │       │ ...                                  │ pected  to  be  768
  28.          │       │ +02FF  blue value of color 255   01  │ bytes big.
  29.  ────────┼───────┼──────────────────────────────────────┼────────────────────
  30.  Module  │ *.MDP │ +0000  packed data size          04  │ LIMITATIONS:
  31.          │       │ +0003  packed module data        ??  │ Module  must   have
  32.          │       │                                      │ one  of the  follo-
  33.          │       │                                      │ wing signs: M.K. or
  34.          │       │                                      │ FLT4, 6CHN, 8CHN or
  35.          │       │                                      │ OCTA. No 15 instru-
  36.          │       │                                      │ ment  modules.   No
  37.          │       │                                      │ samples  over  64k.
  38.          │       │                                      │ Not  more  than  64
  39.          │       │                                      │ patterns.
  40.  ────────┼───────┼──────────────────────────────────────┼────────────────────
  41.  Sprite  │ *.SPR │ +0000  byte width of sprite      01  │ LIMITATIONS:
  42.          │       │        (pixel width DIV 4)           │ Pixel width must be
  43.          │       │ +0001  height                    01  │ a  multiple  of  4.
  44.          │       │ +0002  packed data size          02  │ One Sprite can't be
  45.          │       │ +0004  packed sprite data        ??  │ larger than 64k. 
  46.  
  47.  
  48.  
  49.  
  50.  This file is part of MULTIKIT.  
  51.  (C) Copyright by TSC-Software, 1995-96.
  52.  
  53.