|
||||
|
|
OOTP Mods - Schedules Create your very own game schedules, or share historical schedules |
![]() |
|
Thread Tools |
![]() |
#1 |
Bat Boy
Join Date: Jul 2024
Posts: 10
|
16 team, 150 game schedule (2SL/2D/4T)
Hey all,
Looking for a schedule for two subleagues, two divisons per subleague, and four teams per division (16T total, subleagues are duplicates). No interleague play, with a heavy emphasis on in-division play (>=75%) Typical series is 3-days but can vary, with the season starting on or first Thursday after March 21st. All star break during or around August 6th. End of season on or about September 20. Thanks so much! Last edited by DamienEdele; 07-07-2025 at 05:14 PM. |
![]() |
![]() |
![]() |
#2 |
Hall Of Famer
Join Date: May 2002
Location: Longmont, CO
Posts: 3,361
|
Code:
# # 16 team schedule, 150 games # Designed for the following configuration: # 2 subleagues, each with 2 divisions of 4 teams # # # 38 games against 3 other team in division (19H/19A) # 9 games against 4 teams in other division of same subleague (3-6H/3-6A) # no interleague games # # Two subleagues are duplicates of each other # # Mostly 3-game series, some 2-game series, a few 4-game series # Two series per week # # Offdays almost every week, usually one but sometimes two # Teams play no more than 13 consecutive days # # No homestands or roadtrips longer than 13 games # # All weekday game times set at 7:05pm # Saturday game times 30%-1:05pm, 20%-4:05pm, 50%-7:05pm # Sunday game times 60%-1:05pm, 25%-4:05pm, 15%-7:05pm # Exceptions 1:05pm getaway days (where both teams play elsewhere next day) # # Season begins first Thursday on or after March 21 # Season ends first Wednesday on or after September 18 # Season spans 127 days # # All-Star Game set for first Tuesday on or after August 6 (day num 139) # # Posted 2025/07/09 #
__________________
Making Baseball Schedules |
![]() |
![]() |
![]() |
#3 |
Hall Of Famer
Join Date: May 2002
Location: Longmont, CO
Posts: 3,361
|
And for completeness, the 8-team schedule that is doubled to make the above.
Code:
# # 8 team schedule, 150 games # Designed for the following configuration: # 1 subleague with 2 divisions of 4 teams # # # 38 games against 3 other team in division (19H/19A) # 9 games against 4 teams in other division (3-6H/3-6A) # # # Mostly 3-game series, some 2-game series, a few 4-game series # Two series per week # # Offdays almost every week, usually one but sometimes two # Teams play no more than 13 consecutive days # # No homestands or roadtrips longer than 13 games # # All weekday game times set at 7:05pm # Saturday game times 30%-1:05pm, 20%-4:05pm, 50%-7:05pm # Sunday game times 60%-1:05pm, 25%-4:05pm, 15%-7:05pm # Exceptions 1:05pm getaway days (where both teams play elsewhere next day) # # Season begins first Thursday on or after March 21 # Season ends first Wednesday on or after September 18 # Season spans 127 days # # All-Star Game set for first Tuesday on or after August 6 (day num 139) # # Posted 2025/07/09 #
__________________
Making Baseball Schedules |
![]() |
![]() |
![]() |
#4 |
Hall Of Famer
Join Date: May 2002
Location: Longmont, CO
Posts: 3,361
|
Since I initially misinterpreted the "75%" to start out down this path and it was not difficult to finish...
Code:
# # 16 team schedule, 150 games # Designed for the following configuration: # 2 subleagues, each with 2 divisions of 4 teams # # # 34 games against 3 other team in division (17H/17A) # 12 games against 4 teams in other division of same subleague (6H/6A) # no interleague games # # Two subleagues are duplicates of each other # # Mostly 3-game series, some 2-game series, a few 4-game series # Two series per week # # Offdays almost every week, usually one but sometimes two # Teams play no more than 13 consecutive days # # No homestands or roadtrips longer than 13 games # # All teams play 13 weekend series at home # # All weekday game times set at 7:05pm # Saturday game times 30%-1:05pm, 20%-4:05pm, 50%-7:05pm # Sunday game times 60%-1:05pm, 25%-4:05pm, 15%-7:05pm # Exceptions 1:05pm getaway days (where both teams play elsewhere next day) # # Season begins first Thursday on or after March 21 # Season ends first Wednesday on or after September 18 # Season spans 182 days # # All-Star Game set for first Tuesday on or after August 6 (day num 139) # # Posted 2025/07/09 #
__________________
Making Baseball Schedules |
![]() |
![]() |
![]() |
#5 |
Hall Of Famer
Join Date: May 2002
Location: Longmont, CO
Posts: 3,361
|
And again for completeness...
Code:
# # 8 team schedule, 150 games # Designed for the following configuration: # 1 subleague with 2 divisions of 4 teams # # # 34 games against 3 other team in division (17H/17A) # 12 games against 4 teams in other division (6H/6A) # # # Mostly 3-game series, some 2-game series, a few 4-game series # Two series per week # # Offdays almost every week, usually one but sometimes two # Teams play no more than 13 consecutive days # # No homestands or roadtrips longer than 13 games # # All teams play 13 weekend series at home # # All weekday game times set at 7:05pm # Saturday game times 30%-1:05pm, 20%-4:05pm, 50%-7:05pm # Sunday game times 60%-1:05pm, 25%-4:05pm, 15%-7:05pm # Exceptions 1:05pm getaway days (where both teams play elsewhere next day) # # Season begins first Thursday on or after March 21 # Season ends first Wednesday on or after September 18 # Season spans 182 days # # All-Star Game set for first Tuesday on or after August 6 (day num 139) # # Posted 2025/07/09 #
__________________
Making Baseball Schedules |
![]() |
![]() |
![]() |
Bookmarks |
|
|