Advertisement
Guest User

Untitled

a guest
Aug 31st, 2014
1,182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1.  
  2. // rqde.cfg
  3. // Config for Counter-Strike:Global Offensive
  4. // July 11th 2014
  5.  
  6. //-----------------------------------
  7.  
  8. // Launch Options: -freq 144 -novid +exec custom/rqde.cfg
  9. // Other Settings: Vsync: OFF; Digital Vibrance: 60%;
  10.  
  11. //-----------------------------------
  12.  
  13. clear
  14. unbindall
  15. unbindallmousekeyboard
  16.  
  17. // Net Settings
  18. cl_interp "0"
  19. cl_interp_ratio "1"
  20. cl_cmdrate "128"
  21. cl_updaterate "128"
  22. rate "128000"
  23.  
  24. // Video Settings
  25. fps_max "0"
  26. fps_max_menu "144"
  27. mat_monitorgamma "2"
  28.  
  29. // Audio Settings
  30. lobby_voice_chat_enabled "0"
  31. windows_speaker_config "1"
  32. snd_mixahead "0.05"
  33. snd_headphone_pan_exponent "2"
  34. snd_headphone_pan_radial_weight "2"
  35. snd_legacy_surround "0"
  36. snd_mute_losefocus "1"
  37.  
  38. // Mouse Settings
  39. m_rawinput "1"
  40. m_customaccel "0"
  41. zoom_sensitivity_ratio_mouse "1"
  42.  
  43. // Crosshair Settings
  44. crosshair "1"
  45. cl_crosshairstyle "5"
  46. cl_crosshaircolor "5"
  47. cl_crosshaircolor_r "255"
  48. cl_crosshaircolor_g "20"
  49. cl_crosshaircolor_b "255"
  50. cl_crosshairalpha "200"
  51. cl_crosshairdot "1"
  52. cl_crosshairthickness "1.3"
  53. cl_crosshairscale "0"
  54. cl_crosshairsize "0"
  55. cl_crosshairgap "10"
  56.  
  57. // Radar Settings
  58. cl_hud_radar_scale "1.2"
  59. cl_radar_always_centered "1"
  60. cl_radar_icon_scale_min "0.4"
  61. cl_radar_rotate "1"
  62. cl_radar_scale "0.36"
  63. cl_teammate_colors_show "1"
  64.  
  65. // HUD Settings
  66. hud_scaling "1"
  67. safezonex "1"
  68. safezoney "1"
  69. hud_showtargetid "1"
  70. cl_teamid_overhead_name_fadetime "0"
  71. cl_teamid_overhead_name_alpha "255"
  72. cl_hud_background_alpha "0.8"
  73. cl_hud_bomb_under_radar "1"
  74. cl_hud_color "8"
  75. cl_hud_healthammo_style "1"
  76. cl_hud_playercount_pos "1"
  77. cl_hud_playercount_showcount "1"
  78. cl_showloadout "1"
  79. cl_showpos "0"
  80.  
  81. // Viewmodel Settings
  82. cl_righthand "1"
  83. viewmodel_presetpos "1"
  84. viewmodel_fov "58"
  85. viewmodel_offset_x "-1"
  86. viewmodel_offset_y "0"
  87. viewmodel_offset_z "-2"
  88. cl_viewmodel_shift_left_amt "0.5"
  89. cl_viewmodel_shift_right_amt "0.5"
  90. cl_bob_lower_amt "0.1"
  91. cl_bobamt_lat "0.1"
  92. cl_bobamt_vert "0.1"
  93.  
  94. // Console Settings
  95. developer "0"
  96. con_enable "1"
  97. con_filter_enable "2"
  98. con_filter_text "Damage "
  99. con_filter_text_out "Player:"
  100.  
  101. // Game Settings
  102. cl_forcepreload "0"
  103. r_drawtracers_firstperson "0"
  104. cl_downloadfilter "nosounds"
  105. cl_disablehtmlmotd "0"
  106. cl_autohelp "0"
  107. cl_showhelp "0"
  108. gameinstructor_enable "0"
  109. cl_autowepswitch "0"
  110. cl_disablefreezecam "1"
  111. cl_dm_buyrandomweapons "0"
  112. cl_use_opens_buy_menu "0"
  113. cl_show_clan_in_death_notice "0"
  114. ui_steam_overlay_notification_position "topleft"
  115. player_nevershow_communityservermessage "1"
  116. option_duck_method "0"
  117. option_speed_method "0"
  118. closeonbuy "1"
  119. hud_takesshots "0"
  120. net_graphproportionalfont "1"
  121.  
  122. //-----------------------------------
  123.  
  124. // Aliases
  125. alias +radarscale "cl_radar_scale 0.25"
  126. alias -radarscale "cl_radar_scale 0.36"
  127. alias +showstats "+showscores;net_graph 1"
  128. alias -showstats "-showscores;net_graph 0"
  129. alias +demo_slowmotion "demo_timescale 0.25"
  130. alias -demo_slowmotion "demo_timescale 1"
  131. alias +demo_fastforward "demo_timescale 2.5"
  132. alias -demo_fastforward "demo_timescale 1"
  133.  
  134. // Default Binds
  135. bind mouse1 "+attack"
  136. bind mouse2 "+attack2"
  137. bind mouse3 "+radarscale"
  138. bind mouse4 "" // Reserved for VOIP-Software
  139. bind mouse5 "+voicerecord"
  140. bind mwheelup "+jump"
  141. bind mwheeldown "noclip"
  142. // use weapon_incgrenade;use weapon_molotov;
  143.  
  144. bind w "+forward"
  145. bind s "+back"
  146. bind a "+moveleft"
  147. bind d "+moveright"
  148. bind space "+jump"
  149. bind shift "+speed"
  150. bind ctrl "+duck"
  151.  
  152. bind 1 "slot1"
  153. bind 2 "slot2"
  154. bind 3 "slot3"
  155. bind 4 "slot4"
  156. bind 5 "slot5"
  157. bind 6 "slot6"
  158. bind f "use weapon_flashbang"
  159. bind v "use weapon_smokegrenade"
  160. bind q "invnextnongrenade"
  161. bind e "+use"
  162. bind r "+reload"
  163. bind g "drop"
  164.  
  165. bind z "radio1"
  166. bind x "radio2"
  167. bind c "radio3"
  168.  
  169. // Sound Binds
  170. bind f1 "volume 0.005"
  171. bind f2 "volume 0.1"
  172. bind f3 "volume 0.15"
  173.  
  174. // Demo Binds
  175. bind f4 "demo_togglepause"
  176. bind f5 "+demo_slowmotion"
  177. bind f6 "+demo_fastforward"
  178.  
  179. // Misc Binds
  180. bind f7 "exec custom/practice.cfg
  181. bind f8 "exec custom/rqde.cfg"
  182. bind \ "toggleconsole"
  183. bind tab "+showstats"
  184. bind b "buymenu"
  185. bind m "teammenu"
  186. bind i "ignorerad"
  187. bind y "messagemode"
  188. bind u "messagemode2"
  189.  
  190. // Numpad Binds
  191. bind - "buy decoy;give weapon_decoy"
  192. bind KP_MULTIPLY "buy incgrenade;give weapon_incgrenade;buy molotov;give weapon_molotov"
  193. bind KP_MINUS "buy vest"
  194.  
  195. bind KP_Home "buy flashbang;give weapon_flashbang"
  196. bind KP_UpArrow "buy hegrenade;give weapon_hegrenade"
  197. bind KP_PgUp "buy smokegrenade;give weapon_smokegrenade"
  198.  
  199. bind KP_LEFTARROW "buy galilar;give weapon_galilar;buy famas;give weapon_famas"
  200. bind KP_5 "buy awp;give weapon_awp"
  201. bind KP_RIGHTARROW "buy m4a1;give weapon_m4a1;buy ak47;give weapon_ak47"
  202.  
  203. bind KP_END "buy p250;give weapon_p250"
  204. bind KP_DOWNARROW "buy deagle;give weapon_deagle"
  205. bind KP_PGDN "buy bizon;give weapon_bizon"
  206.  
  207. bind KP_PLUS "buy vesthelm"
  208. bind KP_ENTER "buy defuser"
  209. bind KP_INS "Need weapon!"
  210. bind KP_DEL ""
  211.  
  212. //-----------------------------------
  213.  
  214. host_writeconfig
  215. echo "Executed rqde.cfg"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement