mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Add Commands for T5
This commit is contained in:
@ -14,7 +14,7 @@ set reusable attachments;
|
||||
set count attachmentUniques 95;
|
||||
set reusable attachmentUniques;
|
||||
set string szXAnims;
|
||||
set count szXAnims 88;
|
||||
set count szXAnims NUM_WEAP_ANIMS;
|
||||
set reusable szXAnims;
|
||||
set scriptstring hideTags;
|
||||
set count hideTags 32;
|
||||
@ -119,7 +119,7 @@ set string adsZoomSound;
|
||||
set string shellCasing;
|
||||
set string shellCasingPlayer;
|
||||
set string bounceSound;
|
||||
set count bounceSound 32;
|
||||
set count bounceSound SURF_TYPE_NUM;
|
||||
set reusable bounceSound;
|
||||
set string standMountedWeapdef;
|
||||
set string crouchMountedWeapdef;
|
||||
@ -141,9 +141,9 @@ set string projExplosionSound;
|
||||
set string projDudSound;
|
||||
set string mortarShellSound;
|
||||
set string tankShellSound;
|
||||
set count parallelBounce 32;
|
||||
set count parallelBounce SURF_TYPE_NUM;
|
||||
set reusable parallelBounce;
|
||||
set count perpendicularBounce 32;
|
||||
set count perpendicularBounce SURF_TYPE_NUM;
|
||||
set reusable perpendicularBounce;
|
||||
set string projIgnitionSound;
|
||||
set string accuracyGraphName0;
|
||||
@ -159,7 +159,7 @@ set count originalAccuracyGraphKnots1 accuracyGraphKnotCount[1];
|
||||
set string szUseHintString;
|
||||
set string dropHintString;
|
||||
set string szScript;
|
||||
set count locationDamageMultipliers 21;
|
||||
set count locationDamageMultipliers HITLOC_NUM;
|
||||
set reusable locationDamageMultipliers;
|
||||
set string fireRumble;
|
||||
set string meleeImpactRumble;
|
||||
|
Reference in New Issue
Block a user