Created
November 22, 2019 09:20
-
-
Save JamesIde/ff7204ac4270e1ba66efb7b1372abf6c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// radar | |
cl_hud_background_alpha "0.5" | |
cl_hud_bomb_under_radar "1" | |
cl_hud_color "1" | |
cl_hud_healthammo_style "1" | |
cl_hud_playercount_pos "0" | |
cl_hud_playercount_showcount "0" | |
cl_hud_radar_scale "1" | |
hud_scaling "0.750000" | |
hud_showtargetid "1" | |
cl_radar_always_centered "1" | |
cl_radar_icon_scale_min "0.6" | |
cl_radar_rotate "1" | |
cl_radar_scale "1" | |
cl_radar_square_with_scoreboard "1" | |
hud_showtargetid "1" // shows id of player in your crosshair | |
cl_showloadout "1" // shows full inventory all the time | |
cl_autowepswitch "0" // does not auto switch on weapon pick up | |
bind mouse1 "+attack;r_cleardecals'; | |
//misc binds | |
bind "kp_end" "buy ak47; buy m4a1;" | |
bind "kp_downarrow" "buy galilar; buy famas;" | |
bind "kp_pgdn" "buy awp;" | |
bind "kp_plus" "buy tec9; buy fiveseven;" | |
bind "kp_enter" "buy p250;" | |
bind "kp_ins" "buy defuser;" | |
bind "leftarrow" "buy smokegrenade;" | |
bind "downarrow" "buy molotov; buy incgrenade;" | |
bind "rightarrow" "buy flashbang;" | |
bind "uparrow" "buy hegrenade;" | |
bind "kp_leftarrow" "buy ump45;" | |
bind "kp_5" "buy mac10; buy mp9;" | |
bind "kp_rightarrow" "buy deagle;" | |
bind "f1" "buy vest;" | |
bind "f2" "buy vesthelm;" | |
bind "MWHEELUP" "+jump" | |
bind "MWHEELDOWN" "+jump" | |
bind "SPACE" "+jump" | |
bind z "gamepadslot6"; | |
bind x "gamepadslot4"; | |
bind c "gamepadslot3"; | |
bind mouse5 "+voicerecord"; | |
alias "+jumpthrow" "+jump;-attack" | |
alias "-jumpthrow" "-jump" | |
bind "V" "+jumpthrow" | |
fps_max_menu 0 | |
fps_max 0 | |
cl_crosshairstyle 4;cl_crosshairsize 1.5;cl_crosshaircolor 5;cl_crosshaircolor_b 255; cl_crosshaircolor_r 255; cl_crosshaircolor_g 255;cl_crosshair_drawoutline 1;cl_crosshair_outlinethickness 0.5; | |
viewmodel_offset_x 2 | |
viewmodel_offset_y 1 | |
viewmodel_offset_z -2 | |
cl_bob_lower_amt "5" | |
cl_bobamt_lat "0.1" | |
cl_bobamt_vert "0.1" | |
cl_bobcycle "2" | |
clear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment