mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 07:48:16 -05:00
Separate command files to a single command file per asset and include them in the main command file
This commit is contained in:
15
src/ZoneCode/Game/IW4/XAssets/VehicleDef.txt
Normal file
15
src/ZoneCode/Game/IW4/XAssets/VehicleDef.txt
Normal file
@ -0,0 +1,15 @@
|
||||
// =========================================
|
||||
// VehicleDef
|
||||
// =========================================
|
||||
use VehicleDef;
|
||||
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