Star Wars Dark Forces LFD

From MultimediaWiki
Revision as of 23:38, 18 July 2008 by Suxen drol (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Extension: lfd
  • Company: LucasArts
  • Samples: TBD

LFD is motion/animation format used in the [Star Wars: Dark Forces] game for IBM-PC.

The file format is chunk-based.

bytes 0-3    block type FourCC
bytes 4-11   block name (ASCII)
bytes 12-15  payload length (bytes)
bytes 16..   block payload

All multi-byte values are stored as little-endian.

Chunk Types

Files are found to begin with the RMAP chunk, followed by FILM, and then the other resource chunk.

  • RMAP: a random-access list of all chunks in file.
  • FILM: describes the film sequence using ANIM, CUST, DELT, END, PLTT, VIEW, VOIC commands.
  • PLTT: palette
  • DELT: background?
  • ANIM: video sequence?