]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
make a simple rtlights editor config
authorRudolf Polzer <divverent@alientrap.org>
Tue, 21 Feb 2012 21:34:50 +0000 (22:34 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 21 Feb 2012 21:34:50 +0000 (22:34 +0100)
input-rtlights.cfg [new file with mode: 0644]

diff --git a/input-rtlights.cfg b/input-rtlights.cfg
new file mode 100644 (file)
index 0000000..ea5ce2b
--- /dev/null
@@ -0,0 +1,59 @@
+//     small   big     dark    bright  -red    +red    -green  +green  -blue   +blue                                   higher
+//     1       2       3       4       5       6       7       8       9       0                                       Page ^
+//     
+//     spawn   ^       remove  static  style   style   style   style   style   style                                   lower
+//     Q       W       E       R       T       Y       U       I       O       P                                       Page v
+//     
+//     <       v       >       style   style   style   styl    style   style           save                    north
+//     A       S       D       F       G       H       J       K       L               ENTER                   ^
+//     
+//                     copy    paste                           fine    coarse                          west    south   east
+//     Z       X       C       V       B       N       M       ,       .                               <       v       >
+
+in_bind 6 q "r_editlights_spawn"
+in_bind 6 e "r_editlights_remove"
+
+in_bind 6 1 "r_editlights_edit radiusscale 0.8"
+in_bind 6 2 "r_editlights_edit radiusscale 1.25"
+in_bind 6 3 "r_editlights_edit colorscale 0.8"
+in_bind 6 4 "r_editlights_edit colorscale 1.25"
+in_bind 6 5 "r_editlights_edit colorscale 0.8 1 1"
+in_bind 6 6 "r_editlights_edit colorscale 1.25 1 1"
+in_bind 6 7 "r_editlights_edit colorscale 1 0.8 1"
+in_bind 6 8 "r_editlights_edit colorscale 1 1.25 1"
+in_bind 6 9 "r_editlights_edit colorscale 1 1 0.8"
+in_bind 6 0 "r_editlights_edit colorscale 1 1 1.25"
+
+in_bind 6 r "r_editlights_edit style 0"
+in_bind 6 t "r_editlights_edit style 1"
+in_bind 6 y "r_editlights_edit style 2"
+in_bind 6 z "r_editlights_edit style 2"
+in_bind 6 u "r_editlights_edit style 3"
+in_bind 6 i "r_editlights_edit style 4"
+in_bind 6 o "r_editlights_edit style 5"
+in_bind 6 p "r_editlights_edit style 6"
+in_bind 6 f "r_editlights_edit style 7"
+in_bind 6 g "r_editlights_edit style 8"
+in_bind 6 h "r_editlights_edit style 8"
+in_bind 6 j "r_editlights_edit style 9"
+in_bind 6 k "r_editlights_edit style 10"
+in_bind 6 l "r_editlights_edit style 11"
+
+in_bind 6 c "r_editlights_copyinfo"
+in_bind 6 v "r_editlights_pasteinfo"
+
+in_bind 6 enter "r_editlights_save"
+
+set editlights_step 1
+in_bind 6 , "editlights_step 1; echo Using small steps"
+in_bind 6 . "editlights_step 8; echo Using large steps"
+in_bind 6 uparrow "r_editlights_edit move 0 $editlights_step 0"
+in_bind 6 downarrow "r_editlights_edit move 0 -$editlights_step 0"
+in_bind 6 leftarrow "r_editlights_edit move -$editlights_step 0 0"
+in_bind 6 rightarrow "r_editlights_edit move $editlights_step 0 0"
+in_bind 6 pgdn "r_editlights_edit move 0 0 -$editlights_step"
+in_bind 6 pgup "r_editlights_edit move 0 0 $editlights_step"
+
+r_shadow_realtime_world 1
+r_editlights 1
+in_bindmap 6 0