User Tools

Site Tools


arma:file_formats:p3d_odol

Differences

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

Link to this comparison view

Next revision
Previous revision
arma:file_formats:p3d_odol [2007/07/04 10:39] – created snakemanarma:file_formats:p3d_odol [2024/08/01 08:02] (current) – links added. snakeman
Line 1: Line 1:
-====== ODOL ======+====== ArmA 1 ODOL ====== 
 + 
 +[[https://www.pmctactical.org/forum/viewforum.php?f=42|ArmA 1 Forum]], [[:arma|ArmA 1 Home]], [[arma:config|ArmA 1 Config]], [[arma:tools|ArmA 1 Tools]], [[arma:file_formats|ArmA 1 File Formats]], [[arma:missions|ArmA 1 Missions]], [[arma:modeling|ArmA 1 3D Modeling]], [[arma:terrain|ArmA 1 Terrain]], [[arma:texturing|ArmA 1 Texturing]], [[arma:scripting|ArmA 1 Scripting]] 
 + 
 +**ArmA 1** aka Armed Assault (ArmA)
  
 P3D File Format - ODOL v40 used in ArmA. P3D File Format - ODOL v40 used in ArmA.
  
-The following information has been provided by BxBx and included by Mikero+The following information has been provided by BxBx and included by Mikero.
  
-<code> +<code cpp
-//Legend  +//Legend 
-//byte = 1 char = 8 bits +//byte = 1 char = 8 bits
 //int = 4 byte = 32 bits; signed integer //int = 4 byte = 32 bits; signed integer
-//ulong = unsigned long, 4 bytes  +//ulong = unsigned long, 4 bytes 
-//ushort = unsigned short 2 bytes  +//ushort = unsigned short 2 bytes 
-//asciiz = variable length zero terminated string. +//asciiz = variable length zero terminated string.
 //float = 4 bytes (single precision) //float = 4 bytes (single precision)
 //bool8 = 1 byte = 8 bits; boolean; 0 or 1 //bool8 = 1 byte = 8 bits; boolean; 0 or 1
  
 +Blocks in Odol V40 are quite similar to Odol v7 but placed in reverse order.
  
-Blocks in Odol V40 are quite similar to Odol v7 but placed in reverse order.  +Resolution table,
- +
-Resolution table, +
 LOD tables last to first LOD tables last to first
- +
 The same LZ compression is used for LODs as ODOL v7 The same LZ compression is used for LODs as ODOL v7
  
-known data: +known data:
  
 Beginning of file (Header signature) Beginning of file (Header signature)
Line 40: Line 43:
  
 byte   u5[139];      // unknown data , still same length as v7 byte   u5[139];      // unknown data , still same length as v7
-Asciiz skeleton_name // Note: A Skeleton may not exist +Asciiz skeleton_name // Note: A Skeleton may not exist
 if (*skeleton_name) if (*skeleton_name)
 { {
Line 48: Line 51:
  {  {
    Asciiz bone1,bone2;    Asciiz bone1,bone2;
-  + }
 } }
  
 char u7[0x26]     // unknown data char u7[0x26]     // unknown data
-Asciiz modelclass, modelparent // I think purpose this data found values 'houseno'  +Asciiz modelclass, modelparent // I think purpose this data found values 'houseno' 
-                               //housebuilding',....  +                               //housebuilding',....
 char u8[5]        // unknown data char u8[5]        // unknown data
 bool8 exist_anims bool8 exist_anims
Line 72: Line 75:
 struct lod[lod_count] struct lod[lod_count]
 { {
- int     vertices count + int     vertices count
  bool8   ub1  bool8   ub1
  if (ub1) char uch[11]  // unknow data  if (ub1) char uch[11]  // unknow data
Line 90: Line 93:
    int    u11 // self increment value // 0,1,2,3,4,...    int    u11 // self increment value // 0,1,2,3,4,...
   }   }
-  char uch[0x34*textres_count] // some struct with same length  +  char uch[0x34*textres_count] // some struct with same length 
-       //as textures_in_material +       //as textures_in_material
        // I dont work with material now, I skip it.        // I dont work with material now, I skip it.
  }  }
Line 109: Line 112:
   char *name;   char *name;
   int selected_faces_count   int selected_faces_count
-  ushort selected_faces[selected_faces_count] // if selected_faces_count > 0x100 +  ushort selected_faces[selected_faces_count] // if selected_faces_count > 0x100
           // then compresed by LZ           // then compresed by LZ
   int    u14;   int    u14;
Line 146: Line 149:
 </code> </code>
  
-I cannot find face.texture_index informations, in M16A4 are only 2 textures and I texture it handly by original UVsets. +I cannot find face.texture_index information, in M16A4 are only 2 textures and I texture it hand by original UVsets.
- +
-====== See Also ======+
  
-First ArmA MLOD model on [[http://www.flashpoint1985.com/cgi-bin/ikonboard311/ikonboard.cgi?;act=ST;f=76;t=64271|BIS forum]]. 
arma/file_formats/p3d_odol.1183545576.txt.gz · Last modified: 2007/07/10 09:52 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.