Advertisement
Guest User

lux config

a guest
Feb 21st, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.72 KB | None | 0 0
  1. unbindall
  2.  
  3. clear
  4.  
  5.  
  6. // BINDS
  7.  
  8. bind "1" "slot1";
  9. bind "2" "slot2";
  10. bind "3" "slot3";
  11. bind "4" "slot4";
  12. bind "5" "slot5";
  13. bind "6" "slot6";
  14. bind "7" "slot7";
  15. bind "8" "slot8";
  16. bind "9" "slot9";
  17. bind "a" "+moveleft";
  18. bind "b" "use weapon_hegrenade";
  19. bind "c" "use weapon_smokegrenade";
  20. bind "d" "+moveright";
  21. bind "e" "+use";
  22. bind "f" "noclip";
  23. bind "g" "drop";
  24. bind "h" "+lookatweapon";
  25. bind "i" "bot_crouch 0";
  26. bind "j" "radio1";
  27. bind "k" "radio2";
  28. bind "l" "radio3";
  29. bind "m" "+spray_menu";
  30. bind "n" "buymenu";
  31. bind "o" "bot_crouch 1";
  32. bind "p" "bot_place";
  33. bind "q" "lastinv";
  34. bind "r" "+reload";
  35. bind "s" "+back";
  36. bind "t" "messagemode";
  37. bind "u" "bot_place";
  38. bind "v" "use weapon_flashbang";
  39. bind "w" "+forward";
  40. bind "x" "use weapon_molotov; use weapon_incgrenade";
  41. bind "y" "messagemode2";
  42. bind "z" ""; // JUMPTHROW
  43. bind "`" "toggleconsole";
  44. bind "TAB" "+showscores";
  45. bind "CAPSLOCK" "+voicerecord";
  46. bind "ESCAPE" "cancelselect";
  47. bind "SHIFT" "+duck";
  48. bind "CTRL" "+speed";
  49. bind "SPACE" "+jump";
  50. bind "MOUSE1" "+attack";
  51. bind "MOUSE2" "+attack2";
  52. bind "MOUSE4" "r_cleardecals";
  53. bind "MWHEELUP" "+jump";
  54. bind "MWHEELDOWN" "+jump";
  55. bindToggle "MOUSE5" "cl_righthand";
  56. bind "F1" "net_graph 1";
  57. bind "F2" "net_graph 0";
  58. bind "F6" "mp_restartgame 1";
  59. bind "kp_ins" "volume 0.01";
  60. bind "kp_del" "volume 0.35";
  61.  
  62.  
  63. // BUYING BINDS
  64.  
  65. bind "kp_home" "buy p250;"
  66. bind "kp_uparrow" "buy tec9; buy fiveseven;"
  67. bind "kp_pgup" "buy deagle;"
  68. bind "UPARROW" "buy smokegrenade;"
  69. bind "LEFTARROW" "buy molotov; buy incgrenade;"
  70. bind "DOWNARROW" "buy flashbang;"
  71. bind "RIGHTARROW" "buy hegrenade;"
  72. bind "INS" "buy ak47; buy m4a1;"
  73. bind "HOME" "buy awp;"
  74. bind "PGUP" "buy ump45;"
  75. bind "END" "buy vest;"
  76. bind "PGDN" "buy defuser;"
  77. bind "DEL" "buy vesthelm;"
  78.  
  79.  
  80. // CROSSHAIR
  81.  
  82. cl_crosshair_drawoutline "1";
  83. cl_crosshair_dynamic_splitalpha_innermod "1";
  84. cl_crosshair_dynamic_splitalpha_outermod "0.5";
  85. cl_crosshair_dynamic_splitdist "7";
  86. cl_crosshair_outlinethickness "0";
  87. cl_crosshair_sniper_show_normal_inaccuracy "0";
  88. cl_crosshair_sniper_width "2";
  89. cl_crosshair_t "0";
  90. cl_crosshairalpha "150";
  91. cl_crosshaircolor "5";
  92. cl_crosshaircolor_b "100";
  93. cl_crosshaircolor_g "0";
  94. cl_crosshaircolor_r "255";
  95. cl_crosshairdot "0";
  96. cl_crosshairgap "-2";
  97. cl_crosshairgap_useweaponvalue "0";
  98. cl_crosshairscale "0";
  99. cl_crosshairsize "3";
  100. cl_crosshairstyle "4";
  101. cl_crosshairthickness "1.5";
  102. cl_crosshairusealpha "1";
  103. cl_fixedcrosshairgap "2.500000";
  104.  
  105.  
  106. // FPS
  107.  
  108. fps_max 999;
  109.  
  110.  
  111. // GRENADE CROSSHAIR
  112.  
  113. alias "-crosshairsmoke" "cl_crosshairstyle 4; cl_crosshairsize 3; cl_crosshairdot 0; cl_crosshairgap -2; cl_crosshair_drawoutline 1; cl_crosshairthickness 1.5";
  114. alias "+crosshairsmoke" "cl_crosshairstyle 4; cl_crosshairsize 1000;cl_crosshairdot 0;cl_crosshairgap -5;cl_crosshair_drawoutline 0; cl_crosshairthickness 0";
  115. bind "F5" "+crosshairsmoke"
  116.  
  117.  
  118. // INTERNET
  119.  
  120. rate "786432";
  121. cl_updaterate "128";
  122. cl_cmdrate "128";
  123. cl_interp "0";
  124. cl_interp_ratio "1";
  125.  
  126.  
  127. // JUMPTHROW
  128.  
  129. alias "+jumpthrow" "+jump;-attack"
  130. alias "-jumpthrow" "-jump"
  131. bind "z" "+jumpthrow"
  132.  
  133.  
  134. // MOUSE
  135.  
  136. sensitivity "1.25"; // USING 800 DPI, 1000Hz POLLING RATE
  137. zoom_sensitivity_ratio_mouse "1";
  138. m_customaccel "0";
  139. m_rawinput "1"; // WINDOWS SENSITIVITY 6/11
  140.  
  141.  
  142. // RADAR
  143.  
  144. cl_hud_radar_scale "1";
  145. cl_radar_always_centered "1";
  146. cl_radar_scale "1";
  147. cl_radar_icon_scale_min "0.8";
  148. cl_radar_rotate "1";
  149.  
  150.  
  151. // VIEWMODEL
  152.  
  153. cl_viewmodel_shift_left_amt "1.5"
  154. cl_viewmodel_shift_right_amt "0.75"
  155. viewmodel_fov "68"
  156. viewmodel_offset_x "2.5"
  157. viewmodel_offset_y "0"
  158. viewmodel_offset_z "-1.5"
  159. viewmodel_presetpos "3"
  160. viewmodel_recoil "0"
  161. cl_bob_lower_amt "5"
  162. cl_bobamt_lat "0"
  163. cl_bobamt_vert "0"
  164. cl_bobcycle "0.98"
  165. cl_righthand "1";
  166.  
  167.  
  168. // THE REST OF CONFIG
  169.  
  170. adsp_debug "0";
  171. ai_report_task_timings_on_limit "0";
  172. ai_think_limit_label "0";
  173. budget_averages_window "30";
  174. budget_background_alpha "128";
  175. budget_bargraph_background_alpha "128";
  176. budget_bargraph_range_ms "16.6666666667";
  177. budget_history_numsamplesvisible "100";
  178. budget_history_range_ms "66.666666667";
  179. budget_panel_bottom_of_history_fraction ".25";
  180. budget_panel_height "384";
  181. budget_panel_width "512";
  182. budget_panel_x "0";
  183. budget_panel_y "50";
  184. budget_peaks_window "30";
  185. budget_show_averages "0";
  186. budget_show_history "1";
  187. budget_show_peaks "1";
  188. bugreporter_uploadasync "0";
  189. bugreporter_username "";
  190. c_maxdistance "200";
  191. c_maxpitch "90";
  192. c_maxyaw "135";
  193. c_mindistance "30";
  194. c_minpitch "0";
  195. c_minyaw "-135";
  196. c_orthoheight "100";
  197. c_orthowidth "100";
  198. c_thirdpersonshoulder "false";
  199. c_thirdpersonshoulderaimdist "120.0";
  200. c_thirdpersonshoulderdist "40.0";
  201. c_thirdpersonshoulderheight "5.0";
  202. c_thirdpersonshoulderoffset "20.0";
  203. cam_collision "1";
  204. cam_idealdelta "4.0";
  205. cam_idealdist "150";
  206. cam_idealdistright "0";
  207. cam_idealdistup "0";
  208. cam_ideallag "4.0";
  209. cam_idealpitch "0";
  210. cam_idealyaw "0";
  211. cam_snapto "0";
  212. cc_lang "";
  213. cc_linger_time "1.0";
  214. cc_predisplay_time "0.25";
  215. cc_subtitles "0";
  216. chet_debug_idle "0";
  217. cl_allowdownload "1";
  218. cl_allowupload "1";
  219. cl_autohelp "0";
  220. cl_autowepswitch "0";
  221. cl_chatfilter_version "1";
  222. cl_chatfilters "63";
  223. cl_clock_24hour "1";
  224. cl_color "4";
  225. cl_debugrumble "0";
  226. cl_detail_avoid_force "0.4";
  227. cl_detail_avoid_radius "64";
  228. cl_detail_avoid_recover_speed "0.25";
  229. cl_detail_max_sway "5";
  230. cl_disablefreezecam "0";
  231. cl_disablehtmlmotd "0";
  232. cl_dm_buyrandomweapons "0";
  233. cl_downloadfilter "all";
  234. cl_embedded_stream_audio_volume "60";
  235. cl_embedded_stream_audio_volume_xmaster "1";
  236. cl_forcepreload "0";
  237. cl_freezecampanel_position_dynamic "1";
  238. cl_hud_background_alpha "0.0000"
  239. cl_hud_bomb_under_radar "0"
  240. cl_hud_color "4"
  241. cl_hud_healthammo_style "1"
  242. cl_hud_playercount_pos "0"
  243. cl_hud_playercount_showcount "0"
  244. cl_hud_radar_scale "1"
  245. cl_idealpitchscale "0.8";
  246. cl_inv_showdividerline "0";
  247. cl_join_advertise "1";
  248. cl_loadout_colorweaponnames "1";
  249. cl_minimal_rtt_shadows "1"
  250. cl_mouselook "1"
  251. cl_mute_all_but_friends_and_party "0"
  252. cl_mute_enemy_team "0";
  253. cl_observercrosshair "1";
  254. cl_playerspray_auto_apply "1";
  255. cl_rumblescale "1.0";
  256. cl_scalecrosshair "1";
  257. cl_scoreboard_mouse_enable_binding "+attack2";
  258. cl_show_clan_in_death_notice "1";
  259. cl_showhelp "0";
  260. cl_showloadout "0";
  261. cl_showpluginmessages "1";
  262. cl_spec_follow_grenade_key "0";
  263. cl_spec_mode "4";
  264. cl_teamid_overhead_name_alpha "245";
  265. cl_teamid_overhead_name_fadetime "1.0";
  266. cl_teammate_colors_show "2";
  267. cl_timeout "30";
  268. cl_use_opens_buy_menu "0";
  269. closecaption "0";
  270. closeonbuy "0";
  271. commentary_firstrun "0";
  272. con_enable "1";
  273. crosshair "1";
  274. cursortimeout "60.0";
  275. econ_highest_baseitem_seen "63";
  276. engine_no_focus_sleep "50";
  277. func_break_max_pieces "15";
  278. g15_update_msec "250";
  279. gameinstructor_enable "0";
  280. hud_scaling "1"
  281. hud_showtargetid "1"
  282. hud_takesshots "0";
  283. joy_accelmax "1.0";
  284. joy_accelscale "3.5";
  285. joy_accelscalepoly "0.4";
  286. joy_advanced "0";
  287. joy_advaxisr "0";
  288. joy_advaxisu "0";
  289. joy_advaxisv "0";
  290. joy_advaxisx "0";
  291. joy_advaxisy "0";
  292. joy_advaxisz "0";
  293. joy_autoaimdampen "0";
  294. joy_autoAimDampenMethod "0";
  295. joy_autoaimdampenrange "0";
  296. joy_axisbutton_threshold "0.3";
  297. joy_cfg_preset "1";
  298. joy_circle_correct "1";
  299. joy_curvepoint_1 "0.001";
  300. joy_curvepoint_2 "0.4";
  301. joy_curvepoint_3 "0.75";
  302. joy_curvepoint_4 "1";
  303. joy_curvepoint_end "2";
  304. joy_diagonalpov "0";
  305. joy_display_input "0";
  306. joy_forwardsensitivity "-1";
  307. joy_forwardthreshold "0.15";
  308. joy_gamma "0.2";
  309. joy_inverty "0";
  310. joy_lowend "1";
  311. joy_lowend_linear "0.55";
  312. joy_lowmap "1";
  313. joy_movement_stick "0";
  314. joy_name "joystick";
  315. joy_no_accel_jump "0";
  316. joy_pitchsensitivity "-1";
  317. joy_pitchthreshold "0.15";
  318. joy_response_look "0";
  319. joy_response_look_pitch "1";
  320. joy_response_move "1";
  321. joy_sensitive_step0 "0.1";
  322. joy_sensitive_step1 "0.4";
  323. joy_sensitive_step2 "0.90";
  324. joy_sidesensitivity "1";
  325. joy_sidethreshold "0.15";
  326. joy_wingmanwarrior_centerhack "0";
  327. joy_wingmanwarrior_turnhack "0";
  328. joy_yawsensitivity "-1";
  329. joy_yawthreshold "0.15";
  330. joystick "0";
  331. joystick_force_disabled "0";
  332. key_bind_version "2";
  333. lobby_default_privacy_bits1 "6";
  334. lockMoveControllerRet "0";
  335. lookspring "0";
  336. lookstrafe "0";
  337. m_customaccel_exponent "1.05";
  338. m_customaccel_max "0";
  339. m_customaccel_scale "0.04";
  340. m_forward "1";
  341. m_mouseaccel1 "0";
  342. m_mouseaccel2 "0";
  343. m_mousespeed "1"
  344. m_pitch "0.022";
  345. m_side "0.8";
  346. m_yaw "0.022";
  347. mapoverview_icon_scale "1.0";
  348. mat_monitorgamma "1.9";
  349. mat_monitorgamma_tv_enabled "0";
  350. mat_powersavingsmode "0";
  351. mat_queue_report "0";
  352. mat_spewalloc "0";
  353. mat_texture_list_content_path "";
  354. mc_accel_band_size "0.5";
  355. mc_dead_zone_radius "0.06";
  356. mc_max_pitchrate "100.0";
  357. mc_max_yawrate "230.0";
  358. mm_csgo_community_search_players_min "3";
  359. mm_dedicated_search_maxping 60;
  360. mm_server_search_lan_ports "27015,27016,27017,27018,27019,27020";
  361. muzzleflash_light "1";
  362. name "Lux";
  363. net_allow_multicast "1";
  364. net_graph "0";
  365. net_graphheight "64";
  366. net_graphholdsvframerate "0";
  367. net_graphmsecs "400";
  368. net_graphpos "1";
  369. net_graphproportionalfont "0";
  370. net_graphshowinterp "1";
  371. net_graphshowlatency "1";
  372. net_graphshowsvframerate "0";
  373. net_graphsolid "1";
  374. net_graphtext "3";
  375. net_maxroutable "1200";
  376. net_scale "5";
  377. net_steamcnx_allowrelay "1";
  378. npc_height_adjust "1";
  379. option_duck_method "0";
  380. option_speed_method "0";
  381. play_distance "1";
  382. player_botdifflast_s "0.000000";
  383. player_gamemodelast_m "0.000000";
  384. player_gamemodelast_s "0";
  385. player_gametypelast_m "1.000000";
  386. player_gametypelast_s "0.000000";
  387. player_last_leaderboards_filter "0.000000";
  388. player_last_leaderboards_mode "0.000000";
  389. player_last_leaderboards_panel "0";
  390. player_last_medalstats_category "0.000000";
  391. player_last_medalstats_panel "0.000000";
  392. player_maplast_m "0.000000";
  393. player_maplast_s "0.000000";
  394. player_medalstats_most_recent_time "0";
  395. player_nevershow_communityservermessage "1";
  396. player_teamplayedlast "2";
  397. r_drawmodelstatsoverlaymax "1.5";
  398. r_drawmodelstatsoverlaymin "0.1";
  399. r_drawtracers_firstperson "1";
  400. r_dynamic 1;
  401. r_eyegloss "1";
  402. r_eyemove "1";
  403. r_eyeshift_x "0";
  404. r_eyeshift_y "0";
  405. r_eyeshift_z "0";
  406. r_eyesize "0";
  407. safezonex "1";
  408. safezoney "1";
  409. sc_enable "1.0";
  410. sc_joystick_map "1";
  411. sc_pitch_sensitivity "1.0";
  412. sc_yaw_sensitivity "1.0";
  413. scene_showfaceto "0";
  414. scene_showlook "0";
  415. scene_showmoveto "0";
  416. scene_showunlock "0";
  417. sf_ui_tint "2";
  418. sk_autoaim_mode "1";
  419. skill "1.000000";
  420. snd_duckerattacktime "0.5";
  421. snd_duckerreleasetime "2.5";
  422. snd_duckerthreshold "0.15";
  423. snd_ducking_off "1";
  424. snd_ducktovolume "0.55";
  425. snd_mixahead "0.05";
  426. snd_music_selection "2";
  427. snd_pitchquality "1";
  428. spec_replay_autostart "1";
  429. spec_show_xray "1";
  430. spec_usenumberkeys_nobinds "1";
  431. ss_splitmode "0";
  432. store_version "1";
  433. suitvolume "0.25";
  434. sv_forcepreload "0";
  435. sv_log_onefile "0";
  436. sv_logbans "0";
  437. sv_logecho "1";
  438. sv_logfile "1";
  439. sv_logflush "0";
  440. sv_logsdir "logs";
  441. sv_noclipaccelerate "5";
  442. sv_noclipspeed "5";
  443. sv_pvsskipanimation "1";
  444. sv_skyname "sky_dust";
  445. sv_specaccelerate "5";
  446. sv_specnoclip "1";
  447. sv_specspeed "3";
  448. sv_unlockedchapters "1";
  449. sv_voiceenable "1";
  450. sys_antialiasing "0";
  451. sys_aspectratio "0";
  452. sys_refldetail "0";
  453. texture_budget_background_alpha "128";
  454. texture_budget_panel_bottom_of_history_fraction ".25";
  455. texture_budget_panel_height "284";
  456. texture_budget_panel_width "512";
  457. texture_budget_panel_x "0";
  458. texture_budget_panel_y "450";
  459. tv_nochat "1";
  460. ui_steam_overlay_notification_position "topleft";
  461. vgui_message_dialog_modal "1";
  462. voice_caster_enable "0";
  463. voice_caster_scale "1";
  464. voice_forcemicrecord "0";
  465. voice_mixer_boost "0";
  466. voice_mixer_mute "0";
  467. voice_mixer_volume "1.0";
  468. voice_modenable "1";
  469. voice_threshold "2000";
  470. volume "0";
  471. vprof_graphheight "256";
  472. vprof_graphwidth "512";
  473. vprof_unaccounted_limit "0.3";
  474. vprof_verbose "1";
  475. vprof_warningmsec "10";
  476. windows_speaker_config "1";
  477. xbox_autothrottle "1";
  478. xbox_throttlebias "100";
  479. xbox_throttlespoof "200";
  480.  
  481.  
  482. clear;
  483.  
  484.  
  485. echo " +-----------------------------------------------------------+"
  486. echo " | |"
  487. echo " +-----------------------------------------------------------+"
  488. echo " | L U X ' S C O N F I G H A S B E E N L O A D E D ! |"
  489. echo " +-------------------------------------------------------------+"
  490. echo " | |"
  491. echo " | dd/mm/yyyy |"
  492. echo " | Config updated on 21.02.2020 |"
  493. echo " | |"
  494. echo " | Settings + gear: |"
  495. echo " | |"
  496. echo " | Sensitivity 1.25 @ 800 dpi / 1000Hz (m_rawinput 1) |"
  497. echo " | In-game resolution: 1280x960 stretched |"
  498. echo " | Mouse: Zowie EC1-A; Mousepad: Zowie-GSR |"
  499. echo " | Keyboard: HyperX Alloy FPS RGB w/ Kailh Silver Speed |"
  500. echo " | Headset: HyperX Cloud Alpha |"
  501. echo " | Monitor: ASUS VG278HV @ 144Hz 27 inch |"
  502. echo " | |"
  503. echo " +-----------------------------------------------------------+"
  504. echo " | |"
  505. echo " | PC Performance |"
  506. echo " | |"
  507. echo " | CPU: Intel Core i7-7700K @ 4.9GHz |"
  508. echo " | Motherboard: MSI Z270 GAMING M5 |"
  509. echo " | GPU: Gigabyte GeForce GTX 1080 G1 Gaming 8GB GDDR5X |"
  510. echo " | RAM: HyperX Predator 3000MHz DDR4 16GB |"
  511. echo " | PSU: Seasonic Focus 650W 80+ Platinum |"
  512. echo " | Case: Corsair Carbide SPEC-Alpha |"
  513. echo " | |"
  514. echo " +-----------------------------------------------------------+"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement