Add Commands for T5

This commit is contained in:
Jan
2021-05-12 19:23:27 +02:00
parent 4823fe036e
commit e3a3d012e6
39 changed files with 1950 additions and 48 deletions

View File

@ -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;