Advertisement
solomondg

asdf

May 17th, 2015
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. sensitivity 4
  2.  
  3. zoom_sens_ratio .5
  4.  
  5.  
  6. unbind w
  7. unbind s
  8. unbind d
  9. unbind a
  10. unbind alt
  11. unbind space
  12. unbind shift
  13. unbind home
  14. unbind mouse1
  15. unbind mouse2
  16. unbind mwheelup
  17. unbind mwheeldown
  18. unbind mouse4
  19. unbind mouse5
  20. unbind 1
  21. unbind 2
  22. unbind 3
  23. unbind 4
  24. unbind 5
  25.  
  26. alias knife_vm_mode ""
  27. alias amby_vm_mode ""
  28. alias sap_vm_mode ""
  29.  
  30.  
  31. bind w +forward
  32. bind s +back
  33. bind d +moveright
  34. bind a +moveleft
  35. bind alt +strafe
  36. bind space +jump
  37. bind shift +duck
  38. bind home centerview
  39.  
  40. bind mouse1 +attack
  41. bind mouse2 +attack2
  42.  
  43. bind mwheelup invprev
  44. bind mwheeldown invnext
  45.  
  46. bind 1 slot1
  47. bind 2 slot2
  48. bind 3 slot3
  49. bind 4 slot4
  50. bind 5 slot5
  51.  
  52. unbind mouse4
  53. unbind mouse5
  54.  
  55. viewmodel_fov 90
  56.  
  57. //---------------------------------------------------------------------
  58.  
  59. exec resetall.cfg
  60. //exec performance.cfg
  61.  
  62. viewmodel_fov 90
  63. fov_desired 90
  64.  
  65. bind "mouse1" "+attack"
  66.  
  67. alias +scores "net_graph 1; +showscores"
  68. alias -scores "net_graph 0; -showscores"
  69.  
  70. bind TAB +score
  71.  
  72. cl_use_tournament_specgui "1"
  73. cl_mvm_wave_status_visible_during_wave 1
  74.  
  75. jpeg_quality 100
  76. bind "F5" "jpeg"
  77.  
  78. hud_combattext 1
  79. hud_combattext_healing 1
  80.  
  81. hud_combattext_batching 1
  82. hud_combattext_batching_window .2
  83.  
  84. snd_mixahead 0.05
  85.  
  86. tf_dingalingaling "1"
  87. tf_dingaling_pitchmaxdmg "66"
  88. tf_dingaling_pitchmindmg "133"
  89. t f_dingaling_volume "1"
  90.  
  91. m_rawinput 1
  92.  
  93. prec_mode 3
  94. prec_screens 1
  95. prec_info
  96.  
  97. //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
  98.  
  99. bind w "+mfwd"
  100. bind s "+mback"
  101. bind a "+mleft"
  102. bind d "+mright"
  103.  
  104. alias +mfwd "-back;+forward;alias checkfwd +forward"
  105. alias +mback "-forward;+back;alias checkback +back"
  106. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  107. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  108. alias -mfwd "-forward;checkback;alias checkfwd none"
  109. alias -mback "-back;checkfwd;alias checkback none"
  110. alias -mleft "-moveleft;checkright;alias checkleft none"
  111. alias -mright "-moveright;checkleft;alias checkright none"
  112. alias checkfwd none
  113. alias checkback none
  114. alias checkleft none
  115. alias checkright none
  116. alias none ""
  117.  
  118. tf_hud_target_id_disable_floating_health 1
  119.  
  120. r_drawviewmodel 1
  121.  
  122.  
  123. tf_dingaling_pitchmaxdmg 20
  124. tf_dingaling_pitchmindmg 100
  125.  
  126. exec scripts
  127.  
  128. prec_mode 2
  129.  
  130. exec rhapsody
  131. //exec rhapsody.cfg
  132.  
  133. cl_showfps 2
  134.  
  135. bind "PGUP" "r_drawviewmodels 0"
  136. bind "PGDN" "r_drawviewmodels 1"
  137.  
  138. echo "Scripts Loaded!"
  139.  
  140. alias +scores "net_graph 3; +showscores"
  141. alias -scores "net_graph 0; -showscores"
  142.  
  143. bind tab +scores
  144.  
  145. tf_grapplinghook_use_acceleration 1
  146. rope_collide 1
  147.  
  148. cl_phys_props_enable 0;cl_phys_props_max 0;props_break_max_pieces 0;r_propsmaxdist 1;violence_agibs 0;violence_hgibs 0
  149. cl_ragdoll_fade_time 0;cl_ragdoll_forcefade 1;cl_ragdoll_physics_enable 0;g_ragdoll_fadespeed 0;ragdoll_sleepaftertime 0
  150. r_eyes 0;r_flex 0;r_lod 2;;r_teeth 0
  151. mat_shadowstate 0;r_shadowmaxrendered 0;r_shadowrendertotexture 0;r_shadows 0;nb_shadow_dist 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement