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_357.txt < prev    next >
Text File  |  2005-05-08  |  1KB  |  60 lines

  1. // 357
  2.  
  3. WeaponData
  4. {
  5.     // Weapon data is loaded by both the Game and Client DLLs.
  6.     "printname"            "#HL2_357Handgun"
  7.     "viewmodel"            "models/weapons/v_357.mdl"
  8.     "playermodel"        "models/weapons/w_357.mdl"
  9.     "anim_prefix"        "python"
  10.     "bucket"            "1"
  11.     "bucket_position"    "1"
  12.  
  13.     "clip_size"            "6"
  14.     "default_clip"        "6"
  15.     "primary_ammo"        "357"
  16.     "secondary_ammo"    "None"
  17.  
  18.     "weight"        "7"
  19.     "item_flags"        "0"
  20.  
  21.     // Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds)
  22.     SoundData
  23.     {
  24.         "empty"        "Weapon_Pistol.Empty"
  25.         "single_shot"    "Weapon_357.Single"
  26.     }
  27.  
  28.     // Weapon Sprite data is loaded by the Client DLL.
  29.     TextureData
  30.     {
  31.         "weapon"
  32.         {
  33.                 "font"        "WeaponIcons"
  34.                 "character"    "e"
  35.         }
  36.         "weapon_s"
  37.         {    
  38.                 "font"        "WeaponIconsSelected"
  39.                 "character"    "e"
  40.         }
  41.         "ammo"
  42.         {
  43.                 "font"        "WeaponIcons"
  44.                 "character"    "q"
  45.         }
  46.         "crosshair"
  47.         {
  48.                 "font"        "Crosshairs"
  49.                 "character"    "Q"
  50.         }
  51.         "autoaim"
  52.         {
  53.                 "file"        "sprites/crosshairs"
  54.                 "x"            "0"
  55.                 "y"            "48"
  56.                 "width"        "24"
  57.                 "height"    "24"
  58.         }
  59.     }
  60. }