[general] ; General options. ; n.b. interleague and balanced options here ; only control the schedule file filename ; and header. To enforce balance or interleague ; play, use the options under [schedule]. ; Whether to write to the schedule file ; claiming interleague play is supported. interleague=false ; Whether to write to the schedule file ; claiming the schedule is balanced. balanced=false ; The league structure, in schedule file ; format. Underscores are permitted but ignored. structure=SL1_D1_T5_D2_T5_D3_T5_D4_T5 [schedule] ; Scheduling options. The scheduling engine will ; create a schedule with exactly this many games, ; or inform you what to change to create a valid ; schedule. ; This many divisional games. divisional_games=60 ; This many subleague games. subleague_games=90 ; This many interleague/interdivisional games. interleague_games=0 ; If set to true, the scheduling engine will attempt ; to set up interdivisional pools between divisions ; of the same size. match_divisions=false ; If set to true, the scheduling engine will attempt ; to set up interleague pools between leagues of the ; of the same size. match_subleagues=false ; If set to true, the scheduling engine will attempt ; to set up interleague pools between divisions of ; the same size. If enabled at the same time as ; match_subleagues, match_subleagues will take ; priority. match_subleagues_by_division=false [divisional-series] ; Series scheduling options. ; The preferred length for series. preferred_length=3 ; In each division (or subleague, or all teams, ; for the two following sections), teams will ; be divided into this many pools. pool_count=1 [subleague-series] preferred_length=3 pool_count=1 [interleague-series] preferred_length=3 pool_count=1 [break] ; Break scheduling options. ; This many days of break/padding will be added ; over the course of the series. break_days=24 ; The all-star game will be scheduled this far ; into the season. Set it to -1 to disable all- ; star scheduling. all_star_percentage=-1 ; The all-star game will occur in a break of ; this length. all_star_length=0 ; The all-star game will occur on this day of ; the week. ;all_star_day_of_week=Sunday ; These options enable week-aware scheduling. ; start_day_of_week defines the first day of ; week in the schedule. ; No games will be scheduled on off_days_of_week. ; No random break days will be placed on non_off_days_of_week. start_day_of_week=Monday ;off_days_of_week=List: non_off_days_of_week=List:Friday|Saturday|Sunday ; If true, break days may occur in the middle of ; series. If false, the scheduler will move break ; days to the end of series, except if doing so ; would cause a game to be played on a day specified ; in non_off_days_of_week. mid_series_breaks = false [time] ; Options for scheduling of games. The ; scheduler will distribute games evenly through ; the day per these options, starting on the hour ; or the half hour, preferring the last start times ; in the day first. ; Schedule the first game in a day no earlier ; than this. first_start=1200 ; Schedule the last game in a day no later than ; this. last_start=1900 ; Offset from the hour and half-hour by this much. start_offset=5 ; Start this many games at the same time. simultaneous_games=5