]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
prepare use of metalsteps/nosteps surfaces
authorRudolf Polzer <divverent@xonotic.org>
Sun, 16 Oct 2011 20:05:53 +0000 (22:05 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 16 Oct 2011 20:05:53 +0000 (22:05 +0200)
misc/tools/midi2cfg-ng.conf

index 8401e4e1eb82e76410796581da31667322667ef9..81d37ff77428a6b77630518961a73944344663d9 100644 (file)
@@ -9,6 +9,8 @@ time_forgetfulness 3
 raw set places_tuba "tUba1 tUba2 tUba3 tUba4 tUba5 tUba6 tUba7 tUba8 tUba9 tUba10 tUba11 tUba12 tUba13 tUba14 tUba15 tUba16 tUba17 tUba18 tUba19 tUba20 tUba21 tUba22 tUba23 tUba24 tUba25 tUba26 tUba27 tUba28 tUba29 tUba30 tUba31 tUba32"
 raw set places_percussion "tChr1 tChr2 tChr3 tChr4 tChr5 tChr6 tChr7 tChr8 tChr9 tChr10 tChr11 tChr12 tChr13 tChr14 tChr15 tChr16 tChr17 tChr18 tChr19 tChr20 tChr21 tChr22 tChr23 tChr24 tChr25 tChr26 tChr27 tChr38 tChr39 tChr30 tChr31 tChr32"
 raw set places_vocals "tVocals"
+raw set places_metalsteps "tMetalSteps1 tMetalSteps2 tMetalSteps3"
+raw set places_nosteps "tNoSteps1 tNoSteps2 tNoSteps3 tNoSteps4"
 
 raw settemp bot_ai_thinkinterval 0
 raw settemp bot_sound_monopoly 1
@@ -830,6 +832,21 @@ bot jumper
                time 0
                busy 0.1
 
+bot metaljumper
+       channels 10
+       init
+               time -2
+               cmd aimtarget "tPercussion 1"
+               cmd barrier
+               cmd wait 0.5
+#      percussion FIXME
+#              time -0.6666666
+#              buttons jump
+#              time -0.5
+#              buttons
+#              time 0
+#              busy 0.1
+
 bot switcher
        channels 10
        init
@@ -1028,7 +1045,7 @@ bot instance_jetpack
        include common
        count 16
        init
-               cmd movetotarget @places_percussion
+               cmd movetotarget @places_nosteps
                cmd barrier
                super
 
@@ -1041,6 +1058,15 @@ bot instance_jumper
                cmd barrier
                super
 
+bot instance_metaljumper
+       include metaljumper
+       include common
+       count 16
+       init
+               cmd movetotarget @places_metalsteps
+               cmd barrier
+               super
+
 bot instance_switcher
        include switcher
        include common