User Tools

Site Tools


formats:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
formats:start [2010-09-22 22:33] edheldilformats:start [2011-07-20 23:16] (current) edheldil
Line 1: Line 1:
 ==== File Types ==== ==== File Types ====
  
-  * [[zax|.ZAX]] - These files define map layout, i.e. placement of all objects in a map - trees, buildings, boulders, creature spawnpoints, traps, ... Also a heightmap and a lightmap. They are text dumps of CLayerSaveData objects.+=== Velocity Engine specific === 
 +  * [[zax|.ZAX]] - (200) These files define map layout, i.e. placement of all objects in a map - trees, buildings, boulders, creature spawnpoints, traps, ... Also a heightmap and a lightmap. They are text dumps of CLayerSaveData objects. Placed under $DATA/Levels/.
  
-*.*16 files reside in Cache subdirectory. They are probably Granny objects rendered to specific bit depth or something like that. In other games using VE, it's possible to delete the Cache subdirectory and the objects are recreated FIXME: or is there another Cache directory?? ] +  * [[way|.WAY]] - (200) searchmap, placed under $DATA/Cache/Levels
-  * [[mdl16|.MDL16]] - 3D models +
-  * [[frm16|.FRM16]] - Static images +
-  * [[seq16|.SEQ16]] - Animated images for things like cursors+
  
-  * [[gr2|.GR2]] - Granny archive +  * [[mdl16|.MDL16]] - (5653) 3D models, found under $DATA/Cache/Models/ 
-  * [[way|.WAY]] - searchmap? +  * [[frm16|.FRM16]] - (1180) Static images, placed under $DATA/Cache/ and embedded inside MDL16 and SEQ16 files 
-  * [[zax|txt, object, ...]]+  * [[seq16|.SEQ16]] - (84) Animated images mostly for things like cursors and HUD. Placed under $DATA/Cache/Animated Textures/ and $DATA/Cache/Resources/.
  
-  * [[sav]] - savegames +  * [[zax|txt, object, ...]] - Most of data files with the exception of graphics and sounds are stored in these files. They have many different extensions, but they are all in a common CObject text dump format.
-  * [[rpg|.RPG]]+
  
-  * .OGG music files +  * [[sav|.SAV]] Saved games. They get placed in $INSTALL/SaveGames/ 
-  * .WAV+  * [[rpg|.RPG]] - Found in $INSTALL/Characters/Last Character.RPG
  
 +=== Files in common formats ===
 +  * [[gr2|.GR2]] - (1968) RAD Game Tools Granny archive, Placed in $DATA/Resources/Models3D
 +  * .OGG - (3101) Sound effects, music and NPC speech. The most is 44100 Hz mono. They are found in $DATA/Sounds and $DATA/Music and $DATA/Resources/Levels/*/Dialog/<CHARNAME> VOs/ dirs respectively.
 +  * .WAV - (14) Sound files in RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 22050 Hz format. All can be found under $DATA/Sounds/. Their main use is !None (no sound), UI and launch effects. Animal ones were probably missed when converting files to OGG.
 +  * .BIK - (4) Intro and logo videos in Bink format. Placed in $DATA/Movies/
 +  * .TTF - (3) All in $DATA/Resources/Fonts/True Types/
 +
 +=== Miscellaneous Files ===
 +  * .DOC - (1) Leftover internal memo by QA staff. It's in  $DATA/Resources/Levels/3 Montaillou/Dialog/fabrisse.doc
 +  * .XLS - (1) Probably leftover from development. Lists unique magic items, their powers and where they were placed.
 +  * .RDS - (2) Leftover from ZAX: The Alien Hunter game.
  
formats/start.1285194810.txt.gz · Last modified: 2010-09-22 22:33 by edheldil