Advertisement
solomondg

Untitled

Apr 21st, 2015
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. exec resetall.cfg
  2. //exec performance.cfg
  3.  
  4. viewmodel_fov 90
  5. fov_desired 90
  6.  
  7. bind "mouse1" "+attack;trashcan_cycle"
  8.  
  9. alias +scores "net_graph 1; +showscores"
  10. alias -scores "net_graph 0; -showscores"
  11.  
  12. bind TAB +score
  13.  
  14. cl_use_tournament_specgui "1"
  15. cl_mvm_wave_status_visible_during_wave 1
  16.  
  17. jpeg_quality 100
  18. bind "F5" "jpeg"
  19.  
  20. hud_combattext 1
  21. hud_combattext_healing 1
  22.  
  23. hud_combattext_batching 1
  24. hud_combattext_batching_window .2
  25.  
  26. snd_mixahead 0.05
  27.  
  28. tf_dingalingaling "1"
  29. tf_dingaling_pitchmaxdmg "66"
  30. tf_dingaling_pitchmindmg "133"
  31. t f_dingaling_volume "1"
  32.  
  33. m_rawinput 1
  34.  
  35. prec_mode 3
  36. prec_screens 1
  37. prec_info
  38.  
  39. //bind w "+mfwd;+use_action_slot_item";bind s "+mback;+use_action_slot_item";bind a "+mleft;+use_action_slot_item";bind d "+mright;+use_action_slot_item";bind mouse1 "+attack;+use_action_slot_item";bind space "+jump;+use_action_slot_item
  40.  
  41. bind w "+mfwd"
  42. bind s "+mback"
  43. bind a "+mleft"
  44. bind d "+mright"
  45.  
  46. alias +mfwd "-back;+forward;alias checkfwd +forward"
  47. alias +mback "-forward;+back;alias checkback +back"
  48. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  49. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  50. alias -mfwd "-forward;checkback;alias checkfwd none"
  51. alias -mback "-back;checkfwd;alias checkback none"
  52. alias -mleft "-moveleft;checkright;alias checkleft none"
  53. alias -mright "-moveright;checkleft;alias checkright none"
  54. alias checkfwd none
  55. alias checkback none
  56. alias checkleft none
  57. alias checkright none
  58. alias none ""
  59.  
  60. tf_hud_target_id_disable_floating_health 1
  61.  
  62. r_drawviewmodel 1
  63.  
  64.  
  65. tf_dingaling_pitchmaxdmg 20
  66. tf_dingaling_pitchmindmg 100
  67.  
  68. exec scripts
  69. exec scripts.cfg
  70.  
  71. prec_mode 2
  72.  
  73. //exec rhapsody
  74. //exec rhapsody.cfg
  75. exec cowmangilia
  76. exec cowmangilia.cfg
  77.  
  78. cl_showfps 2
  79.  
  80. echo "Scripts Loaded!"
  81.  
  82. alias +scores "net_graph 3; +showscores"
  83. alias -scores "net_graph 0; -showscores"
  84.  
  85. bind tab +scores
  86.  
  87. tf_grapplinghook_use_acceleration 1
  88. rope_collide 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement