|
| 1 | +DEFAULT: |
| 2 | + use_signup_form: false # Do you want the participating squadrons to write an application form on signup? (default: false) |
| 3 | + match_generation: trueskill # One of trueskill or standard (see below) |
| 4 | + autostart_matches: false # If you want your matches to be autostarted by the bot (with a 1 day and 1 hour reminder per DM), set this to true (default: false) |
| 5 | + coalition_passwords: true # Auto-generate coalition passwords for red and blue. |
| 6 | + allow_exports: false # Do not allow exports (default: false). |
| 7 | + auto_join: true # If true, your pilot will be automatically assigned to the associated squadron on join (default: false). |
| 8 | + delayed_start: 300 # optional: give people 300 seconds to prepare their planes. |
| 9 | + time_to_choose: 600 # The time in seconds squadrons have to choose their customizations for the next round (default: 600s). |
| 10 | + sudden_death: false # true: add one decisive round after the configured rounds were played if no winner was found. false: wait until the best out of X is reached. |
| 11 | + balance_multiplier: true # true: use a sophisticated multiplier for credit points, based on the Trueskill™️ difference |
| 12 | + remove_on_death: .* # Optional: if set, any unit that was lost and where the name matches this regular expression will be removed in the next round of the same match |
| 13 | + # mission: Tournament.miz # Optional: the mission to load, otherwise the current mission is used. (Could be a name or a number. If name it has to be in the mission list.) |
| 14 | + mission: # Optional: if you provide a list of missions, a random pick will be done. Terrain perferences of the squadrons will be considered. |
| 15 | + - Caucasus.miz # you need at least (!) one mission on Caucasus or MarianaIslands |
| 16 | + - PersianGulf.miz # all missions need to be in your mission list in serverSettings.lua! |
| 17 | + events: |
| 18 | + go: {message: "GO GO GO! The fight is now on!", sound: "siren.ogg"} # Go message to be sent at match start (optional add a sound) |
| 19 | + presets: |
| 20 | + file: presets_tournament.yaml |
| 21 | + initial: # presets that have to be applied to any mission |
| 22 | + - default # Add a default preset (sample has a sound to be added) |
| 23 | + - sanitize # preset to be used for sanitization (security settings in mission) |
| 24 | + - random_weather # Randomize the weather |
| 25 | + even: |
| 26 | + - switch_sides # This will switch the blue and red sides on any even round (2, 4, ..) |
| 27 | + # uneven: # just to show you that it is there also |
| 28 | + choices: # list of preset | cost in squadron credits |
| 29 | + 'AIM-120': {"costs": 2} # each AIM-120 costs you 2 credit points |
| 30 | + 'AIM-9x': {"costs": 1} # each AIM-9x costs you 1 credit points |
| 31 | + 'AWACS': {"costs": 0, "max": 1, "ticket": "AWACS"} # each AWACS costs you no credit points but one AWACS ticket. You can only choose one AWACS per round. |
| 32 | + tickets: # you can get a specific number of tickets per tournament |
| 33 | + AWACS: {num: 1, credits: 500} # you get 1 ticket per default, but you can optionally sell tickets with /ticket sell and get the number in credits for it |
| 34 | + channels: |
| 35 | + info: 112233445566778899 # information channel |
| 36 | + streamer: 91827364519283745 # channel for a tournament streamer |
| 37 | + category: 119922883377446655 # a category where all match channels will be created into |
| 38 | + admin: 998877665544332211 # optional: gamemaster admin channel (if not set, a central admin channel will be used) |
0 commit comments