-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoexec.cfg
73 lines (63 loc) · 2.55 KB
/
autoexec.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
bind "kp_end" "buy vest; buy vesthelm;"
bind "kp_downarrow" "buy flashbang;"
bind "kp_pgdn" "buy smokegrenade;"
bind "kp_leftarrow" "buy hegrenade;"
bind "kp_5" "buy molotov; buy incgrenade;"
bind "kp_rightarrow" "buy decoy;"
bind "kp_home" "buy defuser;"
bind "kp_uparrow" "buy vest; buy vesthelm; buy defuser; buy flashbang; buy smokegrenade; buy hegrenade; buy flashbang;"
bind "f1" "buy ak47; buy m4a1;"
bind "f2" "buy galilar; buy famas;"
bind "f3" "buy tec9; buy fiveseven;"
bind "f4" "buy awp;"
bind "f5" "buy g3sg1; buy scar20;"
bind "t" "use weapon_flashbang"
bind "f" "use weapon_smokegrenade"
bind "v" "use weapon_molotov;use weapon_incgrenade;"
bind "4" "use weapon_hegrenade"
bind "6" "use weapon_decoy"
// MODEL SETTINGS
viewmodel_offset_x 2
viewmodel_offset_y -2
viewmodel_offset_z -2
viewmodel_fov 68
cl_righthand 0 // left-handedness
// MOUSE SETTINGS
m_rawinput 1 // Raw Input on
m_customaccel 0 // Mouse Acceleration off
m_customaccel_exponent 0 // Acceleration Amount
m_mousespeed 0 // Windows mouse acceleration off
m_mouseaccel1 0 // Windows mouse acceleration initial threshold (2x movement)
m_mouseaccel2 0 // Windows mouse acceleration secondary threshold (4x movement)
sensitivity 0.8
// (left-right)-hand toggle
bind "mouse4" "toggle cl_righthand"
// bunny-hopping is fun!
bind "MWHEELUP" "+jump"
bind "MWHEELDOWN" "+jump"
bind "SPACE" "+jump"
// Jump Throw ( https://www.youtube.com/watch?v=iNmcBAReMJQ )
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "h" "+jumpthrow"
// PINK CROSSHAIR
crosshair "1" //Enables crosshair
cl_crosshaircolor "5" //Allows custom colors.
cl_crosshaircolor_r "255" //Red
cl_crosshaircolor_g "100" //Green
cl_crosshaircolor_b "255" //Blue
cl_crosshairusealpha "1" //Allows the crosshair to be solid
cl_crosshairalpha "255" //Keeps the color solid, not see through
cl_crosshairdot "1" //Dot in the center off, +1 if you want it on
cl_crosshairsize "2" //Size of the cross
cl_crosshairthickness "1" //Thickness of the cross
cl_crosshairgap "-7" //Gap in the middle of the cross
cl_crosshairstyle "2" //Enter this first to customize a crosshair that is static.
cl_crosshair_dynamic_splitdist "4" //Something, default 4
cl_crosshair_outlinethickness "0.5" //Thickness of the outline
cl_crosshair_dynamic_maxdist_splitratio "0" // something, default 0
cl_crosshair_dynamic_splitalpha_innermod "1" // something, default 1
cl_crosshair_dynamic_splitalpha_outermod "0" //something, default 0
cl_crosshair_drawoutline "0" //Not needed, default 0
// Start SLAM
exec slam