mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
Add missing IW5 commands
This commit is contained in:
parent
c88987f7dc
commit
29f72cde7a
@ -1158,7 +1158,7 @@ namespace IW5
|
||||
int partitionIndex;
|
||||
};
|
||||
|
||||
struct CollisionAabbTree
|
||||
struct type_align(16) CollisionAabbTree
|
||||
{
|
||||
float midPoint[3];
|
||||
unsigned short materialIndex;
|
||||
@ -1694,7 +1694,7 @@ namespace IW5
|
||||
unsigned char endVertIndex;
|
||||
};
|
||||
|
||||
union FxGlassGeometryData
|
||||
union type_align(4) FxGlassGeometryData
|
||||
{
|
||||
FxGlassVertex vert;
|
||||
FxGlassHoleHeader hole;
|
||||
|
@ -12,3 +12,12 @@ use MapTriggers;
|
||||
set count models count;
|
||||
set count hulls hullCount;
|
||||
set count slabs slabCount;
|
||||
|
||||
// ClientTriggers
|
||||
use ClientTriggers;
|
||||
set count triggerString triggerStringLength;
|
||||
set count triggerStringOffsets trigger::count;
|
||||
set count triggerType trigger::count;
|
||||
set count origins trigger::count;
|
||||
set count scriptDelay trigger::count;
|
||||
set count audioTriggers trigger::count;
|
@ -30,6 +30,12 @@ set count dynEntClientList[1] dynEntCount[1];
|
||||
set block dynEntCollList XFILE_BLOCK_RUNTIME;
|
||||
set count dynEntCollList[0] dynEntCount[0];
|
||||
set count dynEntCollList[1] dynEntCount[1];
|
||||
reorder:
|
||||
...
|
||||
cmodels
|
||||
smodelNodes
|
||||
mapEnts
|
||||
stages;
|
||||
|
||||
// ClipInfo
|
||||
use ClipInfo;
|
||||
@ -70,6 +76,11 @@ set count data::leaf::brushes leafBrushCount;
|
||||
// CollisionPartition
|
||||
set reusable CollisionPartition::borders;
|
||||
|
||||
// cmodel_t
|
||||
use cmodel_t;
|
||||
set block info XFILE_BLOCK_TEMP;
|
||||
set reusable info;
|
||||
|
||||
// cbrush_t
|
||||
use cbrush_t;
|
||||
set reusable sides;
|
||||
|
Loading…
x
Reference in New Issue
Block a user