"WeaponData" { // Weapon data is loaded by both the Game and Client DLLs. "printname" "Raging Bull" "viewmodel" "models/weapons/v_NERVbull.mdl" "playermodel" "models/weapons/w_pist_bull.mdl" "anim_prefix" "pistol" "bucket" "1" "bucket_position" "9" "clip_size" "7" "clip2_size" "-1" "default_clip" "7" "default_clip2" "-1" "primary_ammo" "Nerv_357" "secondary_ammo" "None" "weight" "2" "item_flags" "0" "BuiltRightHanded" "0" "AllowFlipping" "1" "csviewmodel" "1" "ironsightoffset" { "x" "-3.00" "y" "2.75" "z" "1" "xori" "-0.25" "yori" "0" "zori" "0" } // Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds) "SoundData" { "reload_npc" "Weapon_Pistol.NPC_Reload" "empty" "Default.ClipEmpty_Pistol" "single_shot" "Weapon_DEagle.Single" "single_shot_npc" "Weapon_DEagle.Single" "reload" "weapon_deagle.wheel_out" } // Weapon Sprite data is loaded by the Client DLL. "TextureData" { "weapon" { "font" "CSWeaponIcons" "character" "f" } "weapon_s" { "font" "CSWeaponIconsSelected" "character" "f" } "ammo" { "font" "WeaponIcons" "character" "q" } "crosshair" { "font" "Crosshairs" "character" "Q" } "autoaim" { "file" "sprites/crosshairs" "x" "0" "y" "48" "width" "24" "height" "24" } } "Advanced" // only for Weapon_Scripted { // **Primary Attack** // 0 = none, 1 = Basic Bullet, 2 = Burst, 3 = shotgun, 4 = autoshotgun, 5 = laser, 6 = warp "FireType1" "1" // Rate of Weapons Fire ( Not for laser or warp ) "FireRate1" "0.6" // Allow a refire as fast as the player can click, Single Only. "FastFire1" "0" // Allow Fire Underwater? "FireUnderWater1" "1" // For Bullet accuracy "FireCone1" "1" // Starting Value ( 0-20 ) "FireConeLerp1" "0" // Bool // **Secondary Attack** // 0 = none, 1 = Basic Bullet, 2 = Burst, 3 = shotgun, 4 = autoshotgun, 5 = laser, 6 = warp, 8 = scope "FireType2" "0" // **Global Weapon Settings** // Number of Recoil Animations, weapon models with ACT_VM_RECOIL animations. // ( Only if a weapon has recoil animations, Not for laser or warp ) "NumberOfRecoilAnims" "0" // Shots fired till next recoil animation. ( Only if a weapon has recoil animations ) "RecoilIncrementSpeed" "1" // 1 = Pistol, 2 = AR2, 3 = crossbow, 4 = physgun, 5 = shotgun, 6 = smg1 // This is the player animation set that will be used on all players you view ingame. "PlayerAnimationSet" "1" } }