|
||||
|
|
OOTP Mods - Schedules Create your very own game schedules, or share historical schedules |
![]() |
|
Thread Tools |
![]() |
#1 |
Bat Boy
Join Date: May 2005
Posts: 10
|
request for 30 team league
30 team league
2 Sub Leagues with 3 divisions of 5 each 156 games no interleague if at all possible the idea is 96 games versus the teams in the division(4 home series and 4 away series) and 60 for every other team in league(1 home and 1 away series)...I think I calculated it right in terms of a balanced home and away schedule please and thank you very much Last edited by trostol; 06-14-2024 at 05:00 AM. |
![]() |
![]() |
![]() |
#2 |
Hall Of Famer
Join Date: May 2002
Location: Longmont, CO
Posts: 3,361
|
No interleague is possible. But the odd number of teams in each subleague means at least one team must be off at all times. That means to season has to be longer to get all the games in since each halfweek is not "full".
One way here to claw back on the length is turn some of those four 3-game series against division opponents into three 4-game series. That increases the likelihood of going a longer time without an offday. The compensation for that comes in those instances where a given team is off while (likely) everyone else is playing. Sacrificing some division games for some interleague allows for having all teams playing at a given time. Not that there are not offdays, but that teams do not have multiple offdays because they have no available opponent.
__________________
Making Baseball Schedules |
![]() |
![]() |
![]() |
#3 |
Hall Of Famer
Join Date: May 2002
Location: Longmont, CO
Posts: 3,361
|
Code:
# # 30 team schedule, 156 games # Designed for the following configuration: # 2 subleagues, each with 3 divisions of 5 teams # # # 24 games against 4 other teams in division (12H/12A) # 6 games against other 10 teams in subleague (3H/3A) # no interleague games # # Because no interleague and odd number of teams per subleague, # at least one team in each subleague off at all times # Attempt made to spread off halfweeks for each team # # Teams play no more than one game per day # # Teams play as many as 27 consecutive days without offday # # No homestands or roadtrips longer than 14 games # All-Star break and off halfweeks counted as ending homestands/roadtrips # # All teams play 12-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 # Except 1:05pm game time for all getaway days for both teams # # Season begins first Thursday on or after Mar 28 # Season ends first Sunday on or after Sep 29 # Season spans 186 days # # All-Star Game set for first Tuesday on or after Jul 9 (season day 104) # # Built 2024-06-20 #
__________________
Making Baseball Schedules |
![]() |
![]() |
![]() |
#4 |
Hall Of Famer
Join Date: May 2002
Location: Longmont, CO
Posts: 3,361
|
Code:
# # 30 team schedule, 156 games # Designed for the following configuration: # 2 subleagues, each with 3 divisions of 5 teams # # # 18 games against 4 other teams in division (9H/9A) # 6 games against other 10 teams in subleague (3H/3A) # 8 games against 1 team from each division of other league (4H/4A) # # # Teams play no more than one game per day # # Teams play as many as 20 consecutive days without offday # # No homestands or roadtrips longer than 13 games # All-Star break counted as ending homestands/roadtrips # # 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 # Except 1:05pm game time for all getaway days for both teams # # Season begins first Thursday of April # Season ends first Sunday on or after Sep 26 # Season spans 179 days # # All-Star Game set for first Tuesday on or after Jul 14 (season day 104) # # Built 2024-06-20 #
__________________
Making Baseball Schedules |
![]() |
![]() |
![]() |
Bookmarks |
|
|