Advertisement
jerri98

soldier.cfg

Nov 18th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. unbindall //resets all binds
  2.  
  3. // // //
  4.  
  5. bind 1 ""
  6. bind 2 ""
  7. bind 3 ""
  8. bind 4 ""
  9. bind 5 ""
  10. bind 6 ""
  11.  
  12. bind 7 "hud_reloadscheme;exec autoexec;exec soldier;snd_restart;exec insult" //reloads a bunch of stuff so if there's something wrong press 7 and it might fix it (weapons not shooting, unable to switch weapons, hud broken etc.)
  13.  
  14. // // //
  15.  
  16. //net_graph script thing----------------------//-//-//-//
  17.  
  18. bind 8 netgraph2 //press 8 to toggle off/on net_graph
  19.  
  20. alias netgraph1 "net_graph 1; bind 8 netgraph2; alias +scoreboard netgraph1on; alias -scoreboard netgraph1off; net_graphproportionalfont 1"
  21. alias netgraph2 "net_graph 0; bind 8 netgraph1; alias +scoreboard netgraph2on; alias -scoreboard netgraph2off; net_graphproportionalfont 0"
  22.  
  23. alias netgraph1on "+showscores; net_graph 4; cl_showerror 1; cl_showpos 1; cl_showfps 1; net_graphproportionalfont 0; net_graphpos 2"
  24. alias netgraph1off "-showscores; net_graph 1; cl_showerror 0; cl_showpos 0; cl_showfps 0; net_graphproportionalfont 1; net_graphpos 1"
  25. alias netgraph2on "+showscores; net_graph 4; cl_showerror 1; cl_showpos 1; cl_showfps 1; net_graphproportionalfont 0; net_graphpos 2"
  26. alias netgraph2off "-showscores; net_graph 0; cl_showerror 0; cl_showpos 0; cl_showfps 0; net_graphproportionalfont 1; net_graphpos 1"
  27.  
  28. netgraph1
  29.  
  30. bind tab +scoreboard
  31.  
  32. //---------------------------------------------//-//-//-//
  33.  
  34. // // //
  35.  
  36. bind e "voicemenu 0 0"
  37. bind f +inspect
  38. bind g +taunt
  39. bind j +use_action_slot_item
  40. bind h dropitem
  41. bind m open_charinfo_direct
  42. bind n open_charinfo_backpack
  43. bind r +reload
  44. bind shift bhop //binds mwheelup to +jump, do mwheeldown to reset it
  45. bind t say
  46. bind y say_team
  47. bind v +voicerecord
  48. bind ] toggleconsole
  49. bind , changeclass
  50. bind . changeteam
  51. bind escape cancelselect
  52. bindtoggle 9 "tf_scoreboard_mouse_mode"
  53. bind shift bhop
  54. r_drawtracers_firstperson 1
  55. cl_hud_playerclass_use_playermodel 0
  56. exec ogloc
  57. bind mouse3 loc
  58.  
  59. //Numpad class-switch
  60.  
  61. bind KP_END "join_class scout"
  62. bind KP_DOWNARROW "join_class soldier"
  63. bind KP_PGDN "join_class pyro"
  64. bind KP_LEFTARROW "join_class demoman"
  65. bind KP_5 "join_class heavyweapons"
  66. bind KP_RIGHTARROW "join_class engineer"
  67. bind KP_HOME "join_class medic"
  68. bind KP_UPARROW "join_class sniper"
  69. bind KP_PGUP "join_class spy"
  70.  
  71. // // //
  72.  
  73. bind z voice_menu_1
  74. bind x voice_menu_2
  75. bind c voice_menu_3
  76.  
  77. // // //
  78.  
  79. bind F1 "cl_trigger_first_notification"
  80. bind F2 "cl_decline_first_notification"
  81. bind F3 "show_quest_log
  82. bind F4 "player_ready_toggle"
  83. bind F5 "screenshot"
  84. bind F6 "save_replay"
  85. bind F7 "askconnect_accept"
  86.  
  87. bind F12 ""
  88.  
  89. // // //
  90.  
  91. bind ctrl +duck
  92. bind space +jumpy //jumps
  93. alias +jumpy "+jump;dotxhaircolor;spec_mode"
  94. alias -jumpy "-jump;dotxhaircolor"
  95.  
  96. // // //
  97.  
  98. bind mouse1 +atak1 //primary attack
  99. alias +atak1 "+attack;dotxhaircolor;spec_prev"
  100. alias -atak1 "-attack;dotxhaircolor;impulse 101"
  101.  
  102. // // //
  103.  
  104. bind mouse2 +atak2 //secondary attack and crouching
  105. alias +atak2 "+duck;dotxhaircolor;spec_next"
  106. alias -atak2 "-duck;dotxhaircolor"
  107.  
  108. // // //
  109.  
  110. //bind mouse3 +attack3
  111.  
  112. bind mouse4 ds_mark
  113.  
  114. // // //
  115.  
  116. bind q "slot2;bind mwheelup num1;bind mwheeldown num1;dotxhaircolor;viewmodel_fov 90;cl_crosshair_file crosshair7;cl_crosshair_scale 60" //switches to secondary, mwheelup = sniper rifle, mwheeldown = melee
  117.  
  118. // // //
  119.  
  120. alias num1 "slot1;bind mwheelup num3;bind mwheeldown num3;viewmodel_fov 90;dotxhaircolor;cl_crosshair_file crosshair1;cl_crosshair_scale 60" //weapon changing
  121. alias num3 "slot3;bind mwheelup num1;bind mwheeldown num1;viewmodel_fov 105;dotxhaircolor;cl_crosshair_file crosshair5;cl_crosshair_scale 18"
  122.  
  123. num1 //spawn with the rocket launcher out
  124.  
  125. // // //
  126.  
  127. exec nullmove
  128.  
  129. // // //
  130.  
  131. echo ""
  132. echo "----------------------" //confirms sniper config loaded in console
  133. echo "----SOLDIER LOADED----"
  134. echo "----------------------"
  135. echo ""
  136.  
  137. // // //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement