mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-26 06:37:52 -05:00
IW5 support initial commit
This commit is contained in:
16
src/ZoneCode/Game/IW5/XAssets/VehicleDef.txt
Normal file
16
src/ZoneCode/Game/IW5/XAssets/VehicleDef.txt
Normal file
@ -0,0 +1,16 @@
|
||||
// =========================================
|
||||
// VehicleDef
|
||||
// =========================================
|
||||
use VehicleDef;
|
||||
set block XFILE_BLOCK_TEMP;
|
||||
set string name;
|
||||
set name name;
|
||||
set string useHintString;
|
||||
set string turretWeaponName;
|
||||
set scriptstring trophyTags;
|
||||
set string surfaceSndPrefix;
|
||||
|
||||
// VehiclePhysDef
|
||||
use VehiclePhysDef;
|
||||
set string physPresetName;
|
||||
set string accelGraphName;
|
Reference in New Issue
Block a user