config_players (example config files)¶
Machine config examples¶
Here are some example machine-wide config files that show real-world examples of how these configs are used.
#config_version=5
modes:
- mode1
- mode2
banana_player:
event1: express
event2:
some: key
event3:
this_banana:
some: key
that_banana:
some: key
show_player:
event4: show1
Mode config examples¶
Here are some example mode config files that go along with the machine-wide config above.
Note that there are multiple mode config examples here. You might not necessarily use more than one in your machine.
#config_version=5
mode:
priority: 200
game_mode: False
banana_player:
#config_version=5
mode:
priority: 100
game_mode: False
banana_player:
event5: express
show_player:
event6: mode1_show
#show_version=5
- time: 0
bananas:
banana2: express
- time: 2
Show file examples¶
Here are some example show files that go along with the above config(s).
#show_version=5
- time: 0
bananas:
banana1: express
- time: 2