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 06-01-2025, 10:06 PM   #1
Garlon
Hall Of Famer
 
Join Date: Jun 2004
Posts: 4,252
Request: Custom 19th century schedules for Mod

I am working on a mod to make the 19th century easier to play through with schedules that automatically load that correspond to a custom league structure. We created the custom league structure for the InteGreated NeL mod for OOTP25 but never made custom schedules. This would be a nice update for OOTP26 though.


These are all for 2 subleagues with interleague play and an all-star game halfway through the season. Day games.

We can make July 1st the date of the All-Star Game for these schedules with the All-Star Break having two days off before and after the All-Star Game so that position players and pitchers are rested for both the game and when they return to their teams since these schedules will be used with 2-man and 3-man rotations.


1. 2 subleagues with 2 teams in each league: 32 games

-Teams play 16 games (8H/8A) against the other team in their own SL

-Teams play 8 games (4H/4A) against each of the two teams in the other SL

-All series can be 4 games

-We can put a day off between all series and have all teams in the league have the same days off.

-Season is 44 days total.



2. 2 subleagues with 2 teams in each league: 60 games

-Teams play 32 games (16H/16A) against the other team in their own SL

-Teams play 14 games (7H/7A) against each of the two teams in the other SL

-Series can be mostly 4 games

-We can put a day off between all series and have all teams in the league have the same days off.

-There will end up being four 3-game series for each team against the interleague opponents. Perhaps one series to begin the season, one series before the all-star break, one series after the all-star break, and one series to end the season so that all the teams keep the same off days.

-Season is 80 days total.



3. 2 subleagues with 2 teams in each league: 96 games

-Teams play 48 games (24H/24A) against the other team in their own SL

-Teams play 24 games (12H/12A) against each of the two teams in the other SL

-All series can be 4 games

-We can put a day off between all series and have all teams in the league have the same days off.

-Season is 124 days total.



4. 2 subleagues with 4 teams in each league: 96 games

-Teams play 16 games (8H/8A) against each the other three teams in their own SL

-Teams play 12 games (6H/6A) against each of the four teams in the other SL

-Series can be 4 games and 3 games

-We can put a day off between all series and have all teams in the league have the same days off.

-Season is 128 days total.



5. 2 subleagues with 6 teams in each league: 112 games

-Teams play 14 games (7H/7A) against each of the other five teams in their own SL

-Teams play 7 games (4H/3A or 3H/4A) against each of the six teams in the other SL

-Series can be 3 games and 4 games

-We can put a day off between all series and have all teams in the league have the same days off.

-Season is 148 days total.



6. 2 subleagues with 6 teams in each league: 140 games

-Teams play 16 games (8H/8A) against each of the other five teams in their own SL

-Teams play 10 games (5H/5A) against each of the six teams in the other SL

-Series can be 4 games and 5 games

-We can put a day off between all series and have all teams in the league have the same days off.

-Season is 176 days total.



7. 2 subleagues with 8 teams in each league: 140 games

-Teams play 12 games (6H/6A) against each of the other 7 teams in their own SL

-Teams play 7 games (4H/3A or 3H/4A) against each of the eight teams in the other SL.

-Series can be 6 games when playing opponents in the same league and 4 games and 3 games against interleague opponents.

-We can put a day off between all series and have all teams in the league have the same days off.

-Season is 174 days total.

Last edited by Garlon; 06-08-2025 at 08:43 PM.
Garlon is offline   Reply With Quote
Old 06-15-2025, 11:17 PM   #2
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,361
Code:
#
# 4 team schedule, 32 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division of 2 teams
#
#
# 16 games against 1 other team in division (8H/8A)
# 8 games against 2 teams in other subleague (4H/4A)
#
#
# All 4-game series
# Offday for all teams follows each series
#
# All-Star Game on July both preceded and followed by two offdays
# That is the exact midpoint of the season
#
# No homestands or roadtrips longer than 8 games
#
# Game times randomly on half hours between 12:00pm and 2:00pm
#
# Season begins June 10
# Season ends July 22
# Season spans 43 days
#
# All-Star Game set for July 1 (day num 22)
#
# Posted 2025/06/15
#
Attached Files
File Type: zip 4team32_22u_a_gmo.zip (1.1 KB, 27 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 06-15-2025, 11:17 PM   #3
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,361
Code:
#
# 4 team schedule, 60 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division of 2 teams
#
#
# 32 games against 1 other team in division (16H/16A)
# 14 games against 2 teams in other subleague (7H/7A)
#
#
# All division games in 4-game series, and other series mix of 3-game and 4-game
# Offday for all teams follows each series
#
# All-Star Game on July both preceded and followed by two offdays
# That is the exact midpoint of the season
#
# No homestands or roadtrips longer than 10 games
#
# Game times randomly on half hours between 12:00pm and 2:00pm
#
# Season begins May 23
# Season ends August 9
# Season spans 79 days
#
# All-Star Game set for July 1 (day num 40)
#
# Posted 2025/06/15
#
Attached Files
File Type: zip 4team60_22u_a_gmo.zip (1.4 KB, 19 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 06-15-2025, 11:18 PM   #4
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,361
Code:
#
# 4 team schedule, 96 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division of 2 teams
#
#
# 48 games against 1 other team in division (24H/24A)
# 24 games against 2 teams in other subleague (12H/12A)
#
#
# All 4-game series
# Offday for all teams follows each series
#
# All-Star Game on July both preceded and followed by two offdays
# That is the exact midpoint of the season
#
# No homestands or roadtrips longer than 12 games
#
# Game times randomly on half hours between 12:00pm and 2:00pm
#
# Season begins May 1
# Season ends August 31
# Season spans 123 days
#
# All-Star Game set for July 1 (day num 62)
#
# Posted 2025/06/15
#
Attached Files
File Type: zip 4team96_22u_a_gmo.zip (1.6 KB, 20 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 06-15-2025, 11:18 PM   #5
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,361
Code:
#
# 8 team schedule, 96 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division of 4 teams
#
#
# 16 games against 3 other team in division (8H/8A)
# 12 games against 4 teams in other subleague (6H/6A)
#
#
# All division games in 4-game series, and other series 3-game
# Offday for all teams follows each series
#
# All-Star Game on July both preceded and followed by two offdays
# That is the exact midpoint of the season
#
# No homestands or roadtrips longer than 11 games
#
# Game times randomly on half hours between 12:00pm and 2:00pm
#
# Season begins April 29
# Season ends September 2
# Season spans 127 days
#
# All-Star Game set for July 1 (day num 64)
#
# Posted 2025/06/15
#
Attached Files
File Type: zip 8team96_24u_a_gmo.zip (2.5 KB, 22 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 06-15-2025, 11:19 PM   #6
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,361
Code:
#
# 12 team schedule, 112 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division of 6 teams
#
#
# 14 games against 5 other team in division (7H/7A)
# 7 games against 6 teams in other subleague (3-4H/3-4A)
#
#
# Series even mix of 3-game and 4-game
# Offday for all teams follows each series
#
# All-Star Game on July both preceded and followed by two offdays
# That is the exact midpoint of the season
#
# No homestands or roadtrips longer than 11 games
#
# Game times randomly on half hours between 12:00pm and 2:00pm
#
# Season begins April 19
# Season ends September 12
# Season spans 147 days
#
# All-Star Game set for July 1 (day num 74)
#
# Posted 2025/06/15
#
Attached Files
File Type: zip 12team112_26u_b_gmo.zip (3.8 KB, 14 views)
__________________
Making Baseball Schedules

Last edited by gmo; 06-21-2025 at 11:34 AM. Reason: Fix SCHEDULE definition in attachment to be for 2 subleagues
gmo is offline   Reply With Quote
Old 06-15-2025, 11:19 PM   #7
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,361
Code:
#
# 12 team schedule, 140 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division of 6 teams
#
#
# 16 games against 5 other team in division (8H/8A)
# 10 games against 6 teams in other subleague (5H/5A)
#
#
# All division games in 4-game series, and other series 5-game
# Offday for all teams follows each series
#
# All-Star Game on July both preceded and followed by two offdays
# That is the exact midpoint of the season
#
# No homestands or roadtrips longer than 13 games
#
# Game times randomly on half hours between 12:00pm and 2:00pm
#
# Season begins April 5
# Season ends September 26
# Season spans 175 days
#
# All-Star Game set for July 1 (day num 88)
#
# Posted 2025/06/15
#
Attached Files
File Type: zip 12team140_26u_b_gmo.zip (4.5 KB, 21 views)
__________________
Making Baseball Schedules

Last edited by gmo; 06-21-2025 at 11:34 AM. Reason: Fix SCHEDULE definition in attachment to be for 2 subleagues
gmo is offline   Reply With Quote
Old 06-15-2025, 11:20 PM   #8
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,361
Code:
#
# 16 team schedule, 140 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division of 8 teams
#
#
# 12 games against 7 other team in division (6H/6A)
# 7 games against 8 teams in other subleague (3-4H/3-4A)
#
#
# All division games in 3-game series, and other series mix of 3-game and 4-game
# Offday for all teams follows each series
#
# All-Star Game on July both preceded and followed by two offdays
# That is the exact midpoint of the season
#
# No homestands or roadtrips longer than 10 games
#
# Game times randomly on half hours between 12:00pm and 2:00pm
#
# Season begins March 30
# Season ends October 2
# Season spans 187 days
#
# All-Star Game set for July 1 (day num 94)
#
# Posted 2025/06/15
#
Attached Files
File Type: zip 16team140_28u_b_gmo.zip (5.8 KB, 21 views)
__________________
Making Baseball Schedules

Last edited by gmo; 06-21-2025 at 11:35 AM. Reason: Fix SCHEDULE definition in attachment to be for 2 subleagues
gmo 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 03:56 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