Advertisement
UberMunchkin

civilian.ctx (current)

Jun 11th, 2014
2,681
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. //
  2. // Team Fortress - Civilian Player Class
  3. //
  4. PlayerClass
  5. {
  6. // Attributes.
  7. "name" "civilian"
  8. "model" "models/player/scout.mdl"
  9. "model_hwm" "models/player/hwm/scout.mdl"
  10. "model_hands" "models/weapons/c_models/c_medic_arms.mdl"
  11. "localize_name" "TF_Class_Name_Civilian"
  12. "speed_max" "250"
  13. "health_max" "200"
  14. "armor_max" "0"
  15.  
  16. // Grenades.
  17.  
  18. // Weapons.
  19. "weapon1" "TF_WEAPON_BAT"
  20. "weapon2" ""
  21. "weapon3" ""
  22.  
  23. //Thirdperson
  24. "cameraoffset_forward" "85"
  25. "cameraoffset_right" "25"
  26. "cameraoffset_up" "0"
  27.  
  28. AmmoMax
  29. {
  30. "tf_ammo_primary" "0"
  31. "tf_ammo_secondary" "0"
  32. "tf_ammo_metal" "0"
  33. "tf_ammo_grenades1" "0"
  34. "tf_ammo_grenades2" "0"
  35. }
  36.  
  37. // Death Sounds
  38. "sound_death" "Civilian.Death"
  39. "sound_crit_death" "Civilian.CritDeath"
  40. "sound_melee_death" "Civilian.MeleeDeath"
  41. "sound_explosion_death" "Civilian.ExplosionDeath"
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement