Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1.  
  2. // rqde.cfg
  3. // Config for Counter-Strike:Global Offensive
  4. // December 1st 2014
  5.  
  6. //-----------------------------------
  7.  
  8. // Launch Options: -freq 144 -novid +exec rqde.cfg
  9. // Other Settings: Vsync: OFF; Digital Vibrance: 60%; Strobelight 10%;
  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.06"
  33. snd_front_headphone_position "45.0"
  34. snd_rear_headphone_position "135.0"
  35. snd_headphone_pan_exponent "1.5"
  36. snd_headphone_pan_radial_weight "1"
  37. snd_legacy_surround "0"
  38. snd_mute_losefocus "1"
  39.  
  40. // Mouse Settings
  41. m_rawinput "1"
  42. m_customaccel "0"
  43. zoom_sensitivity_ratio_mouse "1"
  44.  
  45. // Crosshair Settings
  46. crosshair "1"
  47. cl_crosshairstyle "5"
  48. cl_crosshaircolor "5"
  49. cl_crosshaircolor_r "255"
  50. cl_crosshaircolor_g "20"
  51. cl_crosshaircolor_b "255"
  52. cl_crosshairalpha "200"
  53. cl_crosshairdot "1"
  54. cl_crosshairthickness "1.3"
  55. cl_crosshairscale "0"
  56. cl_crosshairsize "0"
  57. cl_crosshairgap "10"
  58.  
  59. // Radar Settings
  60. cl_hud_radar_scale "1.2"
  61. cl_radar_always_centered "1"
  62. cl_radar_icon_scale_min "0.4"
  63. cl_radar_rotate "1"
  64. cl_radar_scale "0.36"
  65. cl_teammate_colors_show "1"
  66.  
  67. // HUD Settings
  68. hud_scaling "1"
  69. safezonex "1"
  70. safezoney "1"
  71. hud_showtargetid "1"
  72. cl_teamid_overhead_name_fadetime "0"
  73. cl_teamid_overhead_name_alpha "255"
  74. cl_hud_background_alpha "0.8"
  75. cl_hud_bomb_under_radar "1"
  76. cl_hud_color "8"
  77. cl_hud_healthammo_style "1"
  78. cl_hud_playercount_pos "1"
  79. cl_hud_playercount_showcount "1"
  80. cl_showloadout "1"
  81. cl_showpos "0"
  82.  
  83. // Viewmodel Settings
  84. cl_righthand "1"
  85. viewmodel_presetpos "0"
  86. viewmodel_fov "58"
  87. viewmodel_offset_x "-1"
  88. viewmodel_offset_y "0"
  89. viewmodel_offset_z "-2"
  90. cl_viewmodel_shift_left_amt "0.5"
  91. cl_viewmodel_shift_right_amt "0.5"
  92. cl_bob_lower_amt "0.1"
  93. cl_bobamt_lat "0.1"
  94. cl_bobamt_vert "0.1"
  95.  
  96. // Console Settings
  97. developer "0"
  98. con_enable "1"
  99. con_filter_enable "2"
  100. con_filter_text "Damage "
  101. con_filter_text_out "Player:"
  102.  
  103. // Game Settings
  104. cl_forcepreload "1"
  105. r_drawtracers_firstperson "0"
  106. cl_downloadfilter "nosounds"
  107. cl_disablehtmlmotd "0"
  108. cl_autohelp "0"
  109. cl_showhelp "0"
  110. gameinstructor_enable "0"
  111. cl_autowepswitch "0"
  112. cl_disablefreezecam "1"
  113. cl_dm_buyrandomweapons "0"
  114. cl_use_opens_buy_menu "0"
  115. cl_show_clan_in_death_notice "0"
  116. ui_steam_overlay_notification_position "topleft"
  117. player_nevershow_communityservermessage "1"
  118. option_duck_method "0"
  119. option_speed_method "0"
  120. closeonbuy "1"
  121. hud_takesshots "0"
  122. net_graphproportionalfont "1"
  123.  
  124. //-----------------------------------
  125.  
  126. // Aliases
  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 mouse4 "" // Reserved for VOIP-Software
  138. bind mouse5 "+voicerecord"
  139. bind mwheelup "+jump"
  140. bind mwheeldown "noclip"
  141. // use weapon_incgrenade;use weapon_molotov;
  142.  
  143. bind w "+forward"
  144. bind s "+back"
  145. bind a "+moveleft"
  146. bind d "+moveright"
  147. bind space "+jump"
  148. bind shift "+speed"
  149. bind ctrl "+duck"
  150.  
  151. bind 1 "slot1"
  152. bind 2 "slot2"
  153. bind 3 "slot3"
  154. bind 4 "slot4"
  155. bind 5 "slot5"
  156. bind 6 "slot6"
  157. bind f "use weapon_flashbang"
  158. bind v "use weapon_smokegrenade"
  159. bind q "invnextnongrenade"
  160. bind e "+use"
  161. bind r "+reload"
  162. bind g "drop"
  163.  
  164. bind z "radio1"
  165. bind x "radio2"
  166. bind c "radio3"
  167.  
  168. // Sound Binds
  169. bind f1 "volume 0.005"
  170. bind f2 "volume 0.1"
  171. bind f3 "volume 0.15"
  172.  
  173. // Demo Binds
  174. bind f4 "demo_togglepause"
  175. bind f5 "+demo_slowmotion"
  176. bind f6 "+demo_fastforward"
  177.  
  178. // Misc Binds
  179. bind f7 "exec practice.cfg
  180. bind f8 "exec rqde.cfg"
  181. bind \ "toggleconsole"
  182. bind tab "+showstats"
  183. bind b "buymenu"
  184. bind m "teammenu"
  185. bind i "ignorerad"
  186. bind y "messagemode"
  187. bind u "messagemode2"
  188. bindtoggle o "voice_enable"
  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 cz75;buy fn57;buy tec9;give weapon_p250;give weapon_fn57;give weapon_tec9"
  205. bind KP_PGDN "buy weapon_p90;give weapon_p90"
  206.  
  207. bind KP_PLUS "buy vesthelm"
  208. bind KP_ENTER "buy defuser"
  209. bind KP_INS "say Need weapon!"
  210. bind KP_DEL "say "Dropping!"
  211.  
  212. //-----------------------------------
  213.  
  214. host_writeconfig
  215. echo "Executed rqde.cfg"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement