Skip to content

Commit

Permalink
feat: add simple light show for grooveline hits
Browse files Browse the repository at this point in the history
  • Loading branch information
unRARed committed Dec 21, 2024
1 parent dad0a6d commit d391824
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 0 deletions.
50 changes: 50 additions & 0 deletions modes/green_flag/config/green_flag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,56 @@ light_player:
mode_green_flag_started:
x_loop_gate:
color: white
######################
## Grooveline State ##
######################
player_grooveline_counter_count{current_player.grooveline_counter_count == 1}:
l_grooveline_01: on
player_grooveline_counter_count{current_player.grooveline_counter_count == 2}:
l_grooveline_01: on
l_grooveline_02: on
player_grooveline_counter_count{current_player.grooveline_counter_count == 3}:
l_grooveline_01: on
l_grooveline_02: on
l_grooveline_03: on
player_grooveline_counter_count{current_player.grooveline_counter_count == 4}:
l_grooveline_01: on
l_grooveline_02: on
l_grooveline_03: on
l_grooveline_04: on
player_grooveline_counter_count{current_player.grooveline_counter_count == 5}:
l_grooveline_01: on
l_grooveline_02: on
l_grooveline_03: on
l_grooveline_04: on
l_grooveline_05: on
player_grooveline_counter_count{current_player.grooveline_counter_count == 6}:
l_grooveline_01: on
l_grooveline_02: on
l_grooveline_03: on
l_grooveline_04: on
l_grooveline_05: on
l_grooveline_06: on
player_grooveline_counter_count{current_player.grooveline_counter_count == 7}:
l_grooveline_01: on
l_grooveline_02: on
l_grooveline_03: on
l_grooveline_04: on
l_grooveline_05: on
l_grooveline_06: on
l_grooveline_07: on
player_grooveline_counter_count{current_player.grooveline_counter_count == 8}:
l_grooveline_01: on
l_grooveline_02: on
l_grooveline_03: on
l_grooveline_04: on
l_grooveline_05: on
l_grooveline_06: on
l_grooveline_07: on
l_grooveline_08: on

show_player:
player_grooveline_counter_count{current_player.grooveline_counter_count == 9}: grooveline_soon

sequences:
seq_lap:
Expand Down
44 changes: 44 additions & 0 deletions shows/grooveline_soon.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
#show_version=6

# Chasing lights top to bottom across the "grooveline".

- time: 0
lights:
tag_lights_grooveline: off
l_grooveline_01: on
- time: "+0.2s"
lights:
tag_lights_grooveline: off
l_grooveline_02: on
- time: "+0.2s"
lights:
tag_lights_grooveline: off
l_grooveline_03: on
- time: "+0.2s"
lights:
tag_lights_grooveline: off
l_grooveline_04: on
- time: "+0.2s"
lights:
tag_lights_grooveline: off
l_grooveline_05: on
- time: "+0.2s"
lights:
tag_lights_grooveline: off
l_grooveline_06: on
- time: "+0.2s"
lights:
tag_lights_grooveline: off
l_grooveline_07: on
- time: "+0.2s"
lights:
tag_lights_grooveline: off
l_grooveline_08: on
- time: "+0.2s"
lights:
tag_lights_grooveline: off
l_grooveline_09: on
- time: "+0.2s"
lights:
tag_lights_grooveline: off
l_grooveline_10: on

0 comments on commit d391824

Please sign in to comment.