Created
January 30, 2013 18:45
-
-
Save Kolesias123/4675614 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WeaponData | |
{ | |
"printname" "#HL2_RPG" | |
"viewmodel" "models/weapons/v_rpg.mdl" | |
"playermodel" "models/weapons/w_rocket_launcher.mdl" | |
"anim_prefix" "missile launcher" | |
"bucket" "4" | |
"bucket_position" "1" | |
"clip_size" "-1" | |
"clip2_size" "-1" | |
"default_clip" "3" | |
"default_clip2" "-1" | |
"primary_ammo" "rpg_round" | |
"secondary_ammo" "None" | |
"autoswitchfrom" "0" | |
"autoswitchto" "0" | |
"weight" "0" | |
"item_flags" "2" | |
// 100 - ¡Muy pesado! | |
"weapon_weight" "100" | |
SoundData | |
{ | |
"single_shot" "Weapon_RPG.Single" | |
"single_shot_npc" "Weapon_RPG.NPC_Single" | |
"special1" "Weapon_RPG.LaserOn" | |
"special2" "Weapon_RPG.LaserOff" | |
"empty" "Weapon_SMG1.Empty" | |
} | |
TextureData | |
{ | |
"weapon" | |
{ | |
"font" "WeaponIcons" | |
"character" "i" | |
} | |
"weapon_s" | |
{ | |
"font" "WeaponIconsSelected" | |
"character" "i" | |
} | |
"ammo" | |
{ | |
"font" "WeaponIcons" | |
"character" "x" | |
} | |
"crosshair" | |
{ | |
"font" "Crosshairs" | |
"character" "Q" | |
} | |
"autoaim" | |
{ | |
"file" "sprites/crosshairs" | |
"x" "48" | |
"y" "72" | |
"width" "24" | |
"height" "24" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment