-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreatefx.cfg
45 lines (38 loc) · 1.17 KB
/
createfx.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
set loc_warningsAsErrors 0
set createfx on
bind 1 "set effect_grid 1"
bind 2 "set effect_grid 2"
bind 3 "set effect_grid 4"
bind 4 "set effect_grid 8"
bind 5 "set effect_grid 16"
bind 6 "set effect_grid 32"
bind 7 "set effect_grid 64"
bind 8 "set effect_grid 128"
bind 9 "set effect_grid 256"
bind leftarrow "set effect_4 go"
bind rightarrow "set effect_6 go"
bind uparrow "set effect_8 go"
bind downarrow "set effect_2 go"
bind kp_end "set effect_1 go"
bind kp_downarrow "set effect_2 go"
bind kp_pgdn "set effect_3 go"
bind kp_leftarrow "set effect_4 go"
bind kp_5 "set effect_create"
bind kp_rightarrow "set effect_6 go"
bind kp_home "set effect_7 go"
bind kp_uparrow "set effect_8 go"
bind kp_pgup "set effect_9 go"
bind kp_plus "set effect_up go"
bind kp_enter "set effect_down go"
bind kp_ins "toggle effect_showOrigin on off"
bind shift "toggle effect_orient on off"
bind enter "toggle effect_display on off"
bind space "effect_onceoff on"
bind mouse1 "effect_genshoot on"
bind tab "effect_genplayer on"
bind ins "effect_create go"
bind del "effect_delete go"
bind g "effect_generate go"
// Makes text stop flickering
bind backspace "set g_entinfo 1; wait 4; set g_entinfo 0"
map_restart