home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / DVDStar / Akce / Half-Life2 / install-at2v4release2005.exe / AntTroopDuece / scripts / weapon_shotgun.txt < prev    next >
Text File  |  2005-05-08  |  1KB  |  66 lines

  1. // Shotgun
  2.  
  3. WeaponData
  4. {
  5.     // Weapon data is loaded by both the Game and Client DLLs.
  6.     "printname"    "#HL2_Shotgun"
  7.     "viewmodel"                "models/weapons/v_shotgun.mdl"
  8.     "playermodel"            "models/weapons/w_shotgun.mdl"
  9.     "anim_prefix"            "shotgun"
  10.     "bucket"                "3"
  11.     "bucket_position"        "0"
  12.  
  13.     "clip_size"                "6"
  14.     "primary_ammo"            "Buckshot"
  15.     "secondary_ammo"        "None"
  16.  
  17.     "weight"                "4"
  18.     "item_flags"            "0"
  19.  
  20.     // Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds)
  21.     SoundData
  22.     {
  23.  
  24.         "empty"                "Weapon_Shotgun.Empty"
  25.         "reload"            "Weapon_Shotgun.Reload"
  26.         "special1"            "Weapon_Shotgun.Special1"
  27.         "single_shot"        "Weapon_Shotgun.Single"
  28.         "double_shot"        "Weapon_Shotgun.Double"
  29.         // NPC WEAPON SOUNDS
  30.         "reload_npc"        "Weapon_Shotgun.NPC_Reload"
  31.         "single_shot_npc"    "Weapon_Shotgun.NPC_Single"
  32.     }
  33.  
  34.     // Weapon Sprite data is loaded by the Client DLL.
  35.     TextureData
  36.     {
  37.         "weapon"
  38.         {
  39.                 "font"        "WeaponIcons"
  40.                 "character"    "b"
  41.         }
  42.         "weapon_s"
  43.         {    
  44.                 "font"        "WeaponIconsSelected"
  45.                 "character"    "b"
  46.         }
  47.         "ammo"
  48.         {
  49.                 "font"        "WeaponIcons"
  50.                 "character"    "s"
  51.         }
  52.         "crosshair"
  53.         {
  54.                 "font"        "Crosshairs"
  55.                 "character"    "Q"
  56.         }
  57.         "autoaim"
  58.         {
  59.                 "file"        "sprites/crosshairs"
  60.                 "x"            "0"
  61.                 "y"            "48"
  62.                 "width"        "24"
  63.                 "height"    "24"
  64.         }
  65.     }
  66. }