Advertisement
Guest User

Untitled

a guest
May 1st, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. // - - - - - - DOGCFGYN - - - - - -
  2.  
  3. // - - - - - - LAUNCH OPTS - - - - - -
  4. host_writeconfig
  5. fps_max 102
  6. developer 1
  7. sv_cheats 1
  8. sv_showimpacts_time 0.1
  9. sv_noclipspeed 2
  10.  
  11. // - - - - - - NADE ALIAS - - - - - -
  12. alias givenades "give weapon_hegrenade; give weapon_flashbang; give weapon_smokegrenade; give weapon_decoy"
  13.  
  14. // - - - - - - MISC. BINDS - - - - - -
  15. bind mouse1 "+attack;r_cleardecals" //clears decals on release of mouse1, gets rid of blood etc
  16. bind 1 "slot7" //flash
  17. bind 2 "slot8" //smoke
  18. bind 3 "slot6" //frag
  19. bind 4 "slot10" //molotov
  20. bind 5 "slot9" //decoy
  21. bind z "drop" //drops gun
  22. bind mwheeldown "+jump" //jump with scroll down
  23. bind TAB "+showscores" //scoreboard
  24. bind m "toggle voice_enable" //mute voice chat
  25. bind "v" "noclip; +voicerecord" //noclip and voice key
  26. bind "ins" "callvote" //insert opens vote menu
  27. bind "home" "disconnect" //disconnect to menu
  28. bind "pgdn" "toggle volume 0 0.1" //mute toggle
  29. bind "j" "toggle gameinstructor_enable" //toggles tooltips
  30. bind "end" "kill; echo don't do it" //killbind
  31.  
  32. // - - - - - - PRAC BINDS - - - - - -
  33. bind "=" "givenades" //puts nades in inventory (for practice)
  34. bindtoggle p "sv_showimpacts" 1 0 //turns impacts on/off
  35. bind o "incrementvar sv_infinite_ammo 1 2 1" //toggles between infinite ammo 1 and 2
  36. bind [ "toggle weapon_recoil_view_punch_extra 0f 0.055f" //toggles visual recoil on/off
  37.  
  38.  
  39.  
  40. // - - - - - - BUY BINDS - - - - - -
  41.  
  42. bind "kp_ins" "buy vesthelm; buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade; buy defuser"
  43.  
  44. //primary weapons
  45. bind "kp_slash" "buy ak47; buy m4a1;"
  46. bind "kp_uparrow" "buy awp;"
  47. bind "kp_5" "buy bizon;"
  48. bind "kp_downarrow" "buy ssg08;"
  49.  
  50. //secondary weapons
  51. bind "kp_minus" "buy p250;"
  52. bind "kp_plus" "buy tec9; buy fiveseven;"
  53. bind "kp_enter" "buy deagle;"
  54.  
  55. //utilities
  56. bind "kp_home" "buy vest;"
  57. bind "kp_leftarrow" "buy vesthelm;"
  58. bind "kp_end" "buy defuser;"
  59.  
  60. //grenades
  61. bind "kp_pgup" "buy smokegrenade;"
  62. bind "kp_multiply" "buy flashbang;"
  63. bind "kp_rightarrow" "buy hegrenade;"
  64. bind "kp_pgdn" "buy molotov; buy incgrenade;"
  65. bind "kp_del" "buy decoy;"
  66.  
  67. //full buys
  68. bind "downarrow" "buy ak47; buy m4a1; buy vesthelm; buy defuser; buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade;"
  69. bind "uparrow" "buy p250; buy flashbang; buy smokegrenade;"
  70. bind "leftarrow" "buy tec9; buy fiveseven; buy vest; buy flashbang; buy smokegrenade;"
  71. bind "rightarrow" "buy deagle; buy vesthelm; buy taser 34; buy hegrenade; buy flashbang;"
  72.  
  73. // - - - - - - SCRIPTS AND STUFF - - - - - -
  74.  
  75. //null cancelling movement script
  76. bind w +mfwd
  77. bind s +mback
  78. bind a +mleft
  79. bind d +mright
  80.  
  81. alias +mfwd "-back;+forward;alias checkfwd +forward"
  82. alias +mback "-forward;+back;alias checkback +back"
  83. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  84. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  85. alias -mfwd "-forward;checkback;alias checkfwd none"
  86. alias -mback "-back;checkfwd;alias checkback none"
  87. alias -mleft "-moveleft;checkright;alias checkleft none"
  88. alias -mright "-moveright;checkleft;alias checkright none"
  89. alias checkfwd none
  90. alias checkback none
  91. alias checkleft none
  92. alias checkright none
  93. alias none ""
  94.  
  95. //q locked primary/secondary script
  96. alias primwep "slot1; bind "q" secwep"
  97. alias secwep "slot2; bind "q" primwep"
  98. bind "q" primwep
  99.  
  100. //quickswitch script
  101. alias +knife "slot3"
  102. alias -knife "lastinv"
  103. bind space +knife
  104.  
  105. //jump throw script
  106. alias "+jumpthrow" "+jump;-attack"
  107. alias "-jumpthrow" "-jump"
  108. bind "n" "+jumpthrow"
  109.  
  110. //display damage script
  111. con_filter_text "Damage"
  112. con_filter_text_out "Player:"
  113. con_filter_enable "2"
  114.  
  115. // - - - - - - MISC - - - - - -
  116. closeonbuy "0"
  117. cl_allowdownload "1"
  118. cl_autowepswitch "0"
  119. cl_autohelp "0"
  120. cl_disablehtmlmotd 1
  121. cl_downloadfilter "0"
  122. cl_showhelp "0"
  123. cl_forcepreload "1"
  124. cl_lagcompensation "1"
  125. cl_show_clan_in_death_notice "0"
  126. cl_showfps "0"
  127. cl_showloadout "1"
  128. cl_teammate_colors_show "1"
  129. cl_use_opens_buy_menu "0"
  130. ds_get_newest_subscribed_files "1"
  131. fps_max_menu "102"
  132. hud_showtargetid "1" //Makes it easier to spot enemies
  133. mm_dedicated_search_maxping "85" //No more than 100
  134. r_drawtracers_firstperson "0" //I have gone back to it because I feel it helps me control recoil better.
  135.  
  136. // - - - - - - SOUND - - - - - -
  137. dsp_enhance_stereo "0"
  138. dsp_slow_cpu "0"
  139. dsp_speaker "50"
  140. dsp_volume "1"
  141. snd_mixahead "0.05"
  142. windows_speaker_config 1
  143. snd_front_headphone_position 45
  144. snd_rear_headphone_position 90
  145. snd_headphone_pan_exponent 1.2
  146. snd_headphone_pan_radial_weight 0.5
  147.  
  148. // - - - - - - NET - - - - - -
  149. net_graph "0"
  150. net_graphpos "1"
  151. net_graphheight "0"
  152. cl_cmdrate "128"
  153. cl_interp "0"
  154. cl_interp_ratio "1"
  155. cl_updaterate "128"
  156. rate "128000"
  157. cl_pred_optimize "2"
  158. cl_predict "1"
  159. cl_predictweapons "1"
  160. cl_smooth "0"
  161. cl_smoothtime "0"
  162. cl_wpn_sway_interp "0"
  163.  
  164. //end of config
  165. echo "dogcfgyn loaded"
  166. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement