add dumping of iw4 vehicle files

This commit is contained in:
Jan
2020-10-27 22:35:26 +01:00
parent 3b1e62e398
commit 911e43d4c2
4 changed files with 288 additions and 1 deletions

View File

@ -111,4 +111,15 @@ namespace IW4
WFT_NUM_FIELD_TYPES,
};
enum VehicleFieldType
{
VFT_TYPE = CSPFT_NUM_BASE_FIELD_TYPES,
VFT_AXLE_STEERING,
VFT_AXLE_POWER,
VFT_AXLE_BRAKING,
VFT_TROPHY_TAGS,
VFT_NUM,
};
}