-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path01-autoexec.cfg
39 lines (31 loc) · 1.28 KB
/
01-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
// ########## MOUSE RE-MAPPING - G502 ########################################################################################
// wheel left/right - Backspace
// dpi up - [
// dpi down - [
// dpi switch - Enter
con_enable 1
echo Loading Config... (1/2);
// ########## Load External Configs ##########################################################################################
alias exec-performance "exec my/10-performance.cfg"
alias exec-hud "exec my/20-hud.cfg"
alias exec-viewmodels "exec my/30-viewmodels.cfg"
alias exec-crosshairs "exec my/40-crosshairs.cfg"
alias exec-binds "exec my/50-binds.cfg"
alias exec-misc "exec my/60-misc.cfg"
alias exec-buy-menu "exec my/70-buy-menu.cfg"
alias exec-default-binds "exec my/71-default-binds.cfg"
alias exec-buy-binds "exec my/72-buy-binds.cfg"
alias exec-practice-binds "echo "practice isn't loaded"
alias cfg "exec autoexec.cfg"
alias cfg-surf "exec my/61-surf.cfg"
alias cfg-bhop "exec my/62-bhop.cfg"
alias cfg-practice "exec my/80-practice.cfg"
alias cfg-pos "exec my/82-positioning.cfg"
exec-performance
exec-hud
exec-viewmodels
exec-crosshairs
exec-binds
exec-misc
exec-buy-menu
echo Config Loaded! (2/2);