1 // small big dark bright -red +red -green +green -blue +blue higher
2 // 1 2 3 4 5 6 7 8 9 0 Page ^
4 // spawn ^ remove static style style style style style style lower
5 // Q W E R T Y U I O P Page v
7 // < v > style style style style style style save north
8 // A S D F G H J K L ENTER ^
10 // copy paste fine coarse west south east
11 // Z X C V B N M , . < v >
13 in_bind 6 q "r_editlights_spawn"
14 in_bind 6 e "r_editlights_remove"
16 in_bind 6 1 "r_editlights_edit radiusscale 0.8"
17 in_bind 6 2 "r_editlights_edit radiusscale 1.25"
18 in_bind 6 3 "r_editlights_edit colorscale 0.8"
19 in_bind 6 4 "r_editlights_edit colorscale 1.25"
20 in_bind 6 5 "r_editlights_edit colorscale 0.8 1 1"
21 in_bind 6 6 "r_editlights_edit colorscale 1.25 1 1"
22 in_bind 6 7 "r_editlights_edit colorscale 1 0.8 1"
23 in_bind 6 8 "r_editlights_edit colorscale 1 1.25 1"
24 in_bind 6 9 "r_editlights_edit colorscale 1 1 0.8"
25 in_bind 6 0 "r_editlights_edit colorscale 1 1 1.25"
27 in_bind 6 r "r_editlights_edit style 0"
28 in_bind 6 t "r_editlights_edit style 1"
29 in_bind 6 y "r_editlights_edit style 2"
30 in_bind 6 z "r_editlights_edit style 2"
31 in_bind 6 u "r_editlights_edit style 3"
32 in_bind 6 i "r_editlights_edit style 4"
33 in_bind 6 o "r_editlights_edit style 5"
34 in_bind 6 p "r_editlights_edit style 6"
35 in_bind 6 f "r_editlights_edit style 7"
36 in_bind 6 g "r_editlights_edit style 8"
37 in_bind 6 h "r_editlights_edit style 8"
38 in_bind 6 j "r_editlights_edit style 9"
39 in_bind 6 k "r_editlights_edit style 10"
40 in_bind 6 l "r_editlights_edit style 11"
42 in_bind 6 c "r_editlights_copyinfo"
43 in_bind 6 v "r_editlights_pasteinfo"
45 in_bind 6 enter "r_editlights_save"
48 in_bind 6 , "editlights_step 1; echo Using small steps"
49 in_bind 6 . "editlights_step 8; echo Using large steps"
50 in_bind 6 uparrow "r_editlights_edit move 0 $editlights_step 0"
51 in_bind 6 downarrow "r_editlights_edit move 0 -$editlights_step 0"
52 in_bind 6 leftarrow "r_editlights_edit move -$editlights_step 0 0"
53 in_bind 6 rightarrow "r_editlights_edit move $editlights_step 0 0"
54 in_bind 6 pgdn "r_editlights_edit move 0 0 -$editlights_step"
55 in_bind 6 pgup "r_editlights_edit move 0 0 $editlights_step"
57 r_shadow_realtime_world 1