Home | Webstore
Latest News: OOTP 26 Available - FHM 11 Available - OOTP Go! Available

Out of the Park Baseball 26 Buy Now!

  

Go Back   OOTP Developments Forums > Out of the Park Baseball 26 > OOTP Mods > OOTP Mods - Schedules

OOTP Mods - Schedules Create your very own game schedules, or share historical schedules

Reply
 
Thread Tools
Old 04-30-2024, 06:04 PM   #1
TomServo
Bat Boy
 
Join Date: Nov 2019
Posts: 2
Schedule request

Anyone have or can make a schedule for 31 teams, SL1 5-6-5 and SL 5-5-5. 162 games, ideally interleague but not a stickler on that. Thank you!
TomServo is offline   Reply With Quote
Old 05-06-2024, 11:02 PM   #2
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,384
Odd numbers of teams are difficult because at least one team has to be off at any given time. Trying to do interleague in a situation like that would be particularly challenging. I made something for each of the two subleagues and then combined them into one though the pair are quite different from each other.
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 05-06-2024, 11:03 PM   #3
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,384
Code:
#
# 16 team schedule, 162 games
# Designed for the following configuration:
# 1 subleague with 3 divisions of 5, 6, 5 teams
#
#
# 5-team divisions:
#  16-17 games against 4 other teams in division (7-9H/7-9A)
#  9 games against 11 other teams (3 or 6H / 3 or 6A)
#  6 games against 1 other team (3H/3A)
#
# 6-team division:
#  14-15 games against 5 other teams in division (6-9A/6-9H)
#  9 games against 10 other teams (3 or 6H / 3 or 6A)
#
#
# Teams play as many as 20 consecutive days without offday
#
# No homestands or roadtrips longer than 13 games
#
# All teams play 13-14 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 Friday on or after March 29
# Season ends late September/early October
# Season spans 185 days
#
# All-Star Game first Tuesday after July 13 (day 103)
# Though may not work with single subleague and odd number of divisions
#
# Built 2024-05-06
#
Attached Files
File Type: zip 16team162_565u_a_gmo.zip (6.1 KB, 24 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 05-06-2024, 11:04 PM   #4
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,384
Code:
#
# 15 team schedule, 162 games
# Designed for the following configuration:
# 1 subleague with 3 divisions each of 5 teams
#
#
# 18 games against 4 other teams in division (8-10H/8-10A)
# 9 games against 11 other teams (3 or 6H / 3 or 6A)
#
#
# Because of odd number of teams, at least one team off at all times
# Most team offdays come during the 4 breaks each has when off while other teams play
# Those breaks are scattered through the schedule but not spread evenly through the season
# Teams play as many as 28 consecutive days without offday
#
# No homestands or roadtrips longer than 13 games
#
# The Mon-Sun usual "baseball" week is not followed here because of offday distribution
# Series can begin any day of the week
#
# 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 Friday on or after March 29
# Season ends late September/early October
# Season spans 185 days
#
# All-Star Game first Tuesday after July 13 (day 103)
# Though may not work with single subleague and odd number of divisions
#
# Built 2024-05-06
#
Attached Files
File Type: zip 15team162_35u_a_gmo.zip (5.9 KB, 25 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 05-06-2024, 11:05 PM   #5
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,384
Code:
#
# 31 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues
#  first with 3 divisions of 5, 6, and 5 teams
#  second with 3 division each of 5 teams
#
# No interleague play - subleagues are independent
#
#
# First subleague:
#
# 5-team divisions:
#  16-17 games against 4 other teams in division (7-9H/7-9A)
#  9 games against 11 other teams (3 or 6H / 3 or 6A)
#  6 games against 1 other team (3H/3A)
#
# 6-team division:
#  14-15 games against 5 other teams in division (6-9A/6-9H)
#  9 games against 10 other teams (3 or 6H / 3 or 6A)
#
# Teams play as many as 20 consecutive days without offday
#
# All teams play 13-14 weekend series at home
#
#
# Second subleague:
#
# 18 games against 4 other teams in division (8-10H/8-10A)
# 9 games against 11 other teams (3 or 6H / 3 or 6A)
#
# Because of odd number of teams, at least one team off at all times
# Most team offdays come during the 4 breaks each has when off while other teams play
# Those breaks are scattered through the schedule but not spread evenly through the season
# Teams play as many as 28 consecutive days without offday
#
# The Mon-Sun usual "baseball" week is not followed here because of offday distribution
# Series can begin any day of the week
#
#
# 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 Friday on or after March 29
# Season ends late September/early October
# Season spans 185 days
#
# All-Star Game first Tuesday after July 13 (day 103)
# Though may not work with single subleague and odd number of divisions
#
# Built 2024-05-06
#
Attached Files
File Type: zip 31team162_23565555un_a_gmo.zip (11.5 KB, 40 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 05-13-2024, 04:56 PM   #6
TomServo
Bat Boy
 
Join Date: Nov 2019
Posts: 2
Quote:
Originally Posted by gmo View Post
Code:
#
# 31 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues
#  first with 3 divisions of 5, 6, and 5 teams
#  second with 3 division each of 5 teams
#
# No interleague play - subleagues are independent
#
#
# First subleague:
#
# 5-team divisions:
#  16-17 games against 4 other teams in division (7-9H/7-9A)
#  9 games against 11 other teams (3 or 6H / 3 or 6A)
#  6 games against 1 other team (3H/3A)
#
# 6-team division:
#  14-15 games against 5 other teams in division (6-9A/6-9H)
#  9 games against 10 other teams (3 or 6H / 3 or 6A)
#
# Teams play as many as 20 consecutive days without offday
#
# All teams play 13-14 weekend series at home
#
#
# Second subleague:
#
# 18 games against 4 other teams in division (8-10H/8-10A)
# 9 games against 11 other teams (3 or 6H / 3 or 6A)
#
# Because of odd number of teams, at least one team off at all times
# Most team offdays come during the 4 breaks each has when off while other teams play
# Those breaks are scattered through the schedule but not spread evenly through the season
# Teams play as many as 28 consecutive days without offday
#
# The Mon-Sun usual "baseball" week is not followed here because of offday distribution
# Series can begin any day of the week
#
#
# 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 Friday on or after March 29
# Season ends late September/early October
# Season spans 185 days
#
# All-Star Game first Tuesday after July 13 (day 103)
# Though may not work with single subleague and odd number of divisions
#
# Built 2024-05-06
#
Sorry for the late reply, thank you so much!
TomServo is offline   Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:54 AM.

 

Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball. Visit MLB.com and MiLB.com.

Officially Licensed Product – MLB Players, Inc.

Out of the Park Baseball is a registered trademark of Out of the Park Developments GmbH & Co. KG

Google Play is a trademark of Google Inc.

Apple, iPhone, iPod touch and iPad are trademarks of Apple Inc., registered in the U.S. and other countries.

COPYRIGHT © 2023 OUT OF THE PARK DEVELOPMENTS. ALL RIGHTS RESERVED.

 

Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright © 2024 Out of the Park Developments