You are here: Foswiki>WorldFoundry Web>LVLFileFormat (12 Apr 2002, KevinSeghetti;)Edit Attach

Level file format (output of iff2lvl, loaded by the game engine)

Header
   model count
   offset to Model Pointer Array
   object count
   offset to Object Pointer Array
//   pointer to Texture Pointer Array

Model Pointer Array:
      currently character strings containing file names
Object Array:
      currently objects themselves at this level
//Texture Pointer Array:


Models
   Faces
   Vertices
.
.
.


Textures
.
.
.


Objects
   type
   model index
   position
   orientation
   Object specific data (springiness, etc)
.
.
.
Topic revision: r1 - 12 Apr 2002, KevinSeghetti;
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback