Guest User

Untitled

a guest
May 17th, 2023
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. I used your MP5 ADS CS GO version and it works great. Reload animation slow happens all the time with this mod though, and can confirm it's due to some mod script stuff. When I go to default settings (or my mod order is changed) , animation works right. But my script doesn't change reload stuff other than reload time. I even tried setting it back to default 2.2667 seconds and still doesn't fix it (ignore "file" : "vgui/hud/mp7" , I have a custom mp7 folder that has a Bizon HUD icon, I'm strange I know)
  2.  
  3. [spoiler]
  4. WeaponData
  5. {
  6. // Terror-specific Data -------------------- Bizon
  7. "VerticalPunch" "2.8"
  8. "SpreadPerShot" "0.4"
  9. "MaxSpread" "30"
  10. "SpreadDecay" "4"
  11. "MinDuckingSpread" "0.5" //0.3
  12. "MinStandingSpread" "1.2" //0.7
  13. "MinInAirSpread" "30"
  14. "MaxMovementSpread" "2.7"
  15. "AddonAttachment" "primary"
  16. "Team" "Survivor"
  17. "ReloadDuration" "2.2667"
  18.  
  19. "Tier" "1" // valid entries are 0, 1, 2
  20.  
  21. "ResponseRulesName" "SMG"
  22.  
  23. // particle muzzle flash effect to play when fired
  24. "MuzzleFlashEffect_1stPerson" "weapon_muzzle_flash_smg_FP"
  25. "MuzzleFlashEffect_3rdPerson" "weapon_muzzle_flash_smg"
  26.  
  27. // model for the shell casing to eject when we fire bullets
  28. "EjectBrassEffect" "weapon_shell_casing_9mm"
  29.  
  30. // Used in the music system when this weapon fires
  31. "MusicDynamicSpeed" "0.3"
  32.  
  33. "DisplayName" "#L4D_Weapon_SMG"
  34. "DisplayNameAllCaps" "#L4D_Weapon_SMG_CAPS"
  35.  
  36. // 360 Terror Data
  37. "MaxAutoAimDeflection1" "10.0"
  38. "MaxAutoAimRange1" "0"
  39. //This value determins how "big" a target is for auto aim. If a target is 10.0 units big then it is considered 10.0*scale.
  40. //You can think about this value controlling a falloff value on distant targets, the smaller the value the harder it is to hit at a distance.
  41. "WeaponAutoAimScale" "1.0"
  42. // End Terror-specific Data ----------------
  43.  
  44. "Rumble" "3"
  45.  
  46. "MaxPlayerSpeed" "250"
  47. "WeaponType" "smg"
  48. "WeaponPrice" "1500"
  49. "WeaponArmorRatio" "1.0"
  50. "CrosshairMinDistance" "6"
  51. "CrosshairDeltaDistance" "2"
  52. "BuiltRightHanded" "1"
  53. "PlayerAnimationExtension" "mp5"
  54. "MuzzleFlashScale" "1.1"
  55.  
  56.  
  57. "CanEquipWithShield" "0"
  58.  
  59.  
  60. // Weapon characteristics:
  61. "PenetrationNumLayers" "2"
  62. "PenetrationPower" "30"
  63. "PenetrationMaxDistance" "540" // none
  64.  
  65. "Damage" "14"
  66. "Range" "4000"
  67. "RangeModifier" "0.937"
  68. "Bullets" "1"
  69. "CycleTime" "0.057"
  70.  
  71. "TimeToIdle" "2"
  72. "IdleInterval" "20"
  73.  
  74. // Weapon data is loaded by both the Game and Client DLLs.
  75. "printname" "SMG"
  76. "playermodel" "models/w_models/weapons/w_smg_uzi.mdl"
  77.  
  78. "viewmodel" "models/v_models/v_smg.mdl"
  79. "CharacterViewmodelAddon"
  80. {
  81. "Coach" "models/weapons/arms/v_arms_coach_new.mdl"
  82. "Mechanic" "models/weapons/arms/v_arms_mechanic_new.mdl"
  83. "Producer" "models/weapons/arms/v_arms_producer_new.mdl"
  84. "Gambler" "models/weapons/arms/v_arms_gambler_new.mdl"
  85.  
  86. "Manager" "models/weapons/arms/v_arms_louis.mdl"
  87. "Biker" "models/weapons/arms/v_arms_francis.mdl"
  88. "TeenGirl" "models/weapons/arms/v_arms_zoey.mdl"
  89. "NamVet" "models/weapons/arms/v_arms_bill.mdl"
  90. }
  91.  
  92. "anim_prefix" "anim"
  93. "bucket" "0"
  94. "bucket_position" "0"
  95.  
  96. "clip_size" "30"
  97.  
  98. "primary_ammo" "AMMO_TYPE_SMG"
  99. "secondary_ammo" "None"
  100.  
  101. "weight" "25"
  102. "item_flags" "0"
  103.  
  104. // Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds)
  105. SoundData
  106. {
  107. "single_shot" "SMG.Fire"
  108. "shoot_incendiary" "SMG.FireIncendiary"
  109. }
  110.  
  111. // Weapon Sprite data is loaded by the Client DLL.
  112. TextureData
  113. {
  114. "weapon"
  115. {
  116. "file" "vgui/hud/mp7"
  117. "x" "0"
  118. "y" "0"
  119. "width" "256"
  120. "height" "64"
  121. }
  122. "ammo"
  123. {
  124. "file" "vgui/hud/9mm"
  125. "x" "0" //"384"
  126. "y" "0" //"448"
  127. "width" "64"
  128. "height" "64"
  129. }
  130. "crosshair"
  131. {
  132. "file" "sprites/crosshairs"
  133. "x" "0"
  134. "y" "48"
  135. "width" "24"
  136. "height" "24"
  137. }
  138. "autoaim"
  139. {
  140. "file" "sprites/crosshairs"
  141. "x" "0"
  142. "y" "48"
  143. "width" "24"
  144. "height" "24"
  145. }
  146. }
  147. ModelBounds
  148. {
  149. Viewmodel
  150. {
  151. Mins "-10 -4 -13"
  152. Maxs "21 9 -1"
  153. }
  154. World
  155. {
  156. Mins "-10 -7 -6"
  157. Maxs "22 8 9"
  158. }
  159. }
  160. }
  161.  
Advertisement
Add Comment
Please, Sign In to add comment