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

Out of the Park Baseball 25 Buy Now!

  

Go Back   OOTP Developments Forums > Out of the Park Baseball 25 > OOTP Mods > OOTP Mods - Schedules
Register Blogs FAQ Calendar Today's Posts Search

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

Reply
 
Thread Tools
Old 11-08-2024, 10:55 AM   #1
CH1MA3RA
Minors (Triple A)
 
Join Date: Aug 2021
Posts: 217
request: 24 team league 154Gm (2S/2D/6T)

This is my first time posting a request in this channel, so I hope there's enough info in these details.

I'm looking for a custom schedule for my 24-team online league.

we have 2 sub-leagues, each with 2 divisions of 6 teams. There is no interleague play, and the 154 games need to be evenly distributed across all teams in the conference (play everyone 14 times). The season should start on April 1st and concluded at the end of September, spanning the 183 days in that timeframe, with a standard 4 days off for the All-Star game scheduled over the M/T/W/Th nearest to July 4th.

Ideally this schedule would have 3 or 4 variations that can be uploaded to provide a different slate of games within this format, so that it's not identical year after year.

TIA
CH1MA3RA is offline   Reply With Quote
Old 11-16-2024, 11:48 AM   #2
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,275
Initially sketching this out I think it works to have two series plus an offday every 7 days. Those two series would be either two 3-game or one 2-game plus one 4-game. So I will proceed with that.

The catch would be that cannot lock onto both season always being Apr1-Sep30 plus having All-Star break over a Mon-Thu. You would be able to set so either always playing Apr1-Sep30, and the break is always Jul1-4 even though that could span any 4 days of the week. Or you could set to lock in make days of the week consistent even though it could mean the season could be offset in the dates like Mar30-Sep28 or Apr3-Oct2 in a given year.

As far as year-to-year variation, the game automatically will mix up matchups if you maintain the schedule. It juggles the slots team hold in their divisions, so what matchups they fill in the schedule is randomized.
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 11-16-2024, 02:04 PM   #3
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,275
Code:
#
# 12 team schedule, 154 games
# Designed for the following configuration:
# 1 subleague with 2 divisions of 6 teams
#
#
# 14 games against each other team in subleague (7H/7A)
#
# Schedule balanced, so make sure setting is such
#
# No homestands or roadtrips longer than 14 games
#
# Team play as many as 9 consecutive days
# Every week has one offday for each team
# Weeks are either pair of 3-game series or 2-game series then 4-game series
#
# 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 Monday on or after April 1
# Season ends first Monday on or after September 30
# Season spans 183 days
#
# All-Star Game on first Tuesday on or after July 2 (day 93)
#
# Built 2024-11-16
#
Attached Files
File Type: zip 12team154_112_c_gmo.zip (4.2 KB, 3 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 11-16-2024, 02:04 PM   #4
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,275
Code:
#
# 24 team schedule, 154 games
# Designed for the following configuration:
# 2 subleagues, each with 2 divisions of 6 teams
#
#
# 14 games against each other team in subleague (7H/7A)
# No interleague games
#
# Schedule balanced, so make sure setting is such
#
# No homestands or roadtrips longer than 14 games
#
# Team play as many as 9 consecutive days
# Every week has one offday for each team
# Weeks are either pair of 3-game series or 2-game series then 4-game series
#
# 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 Monday on or after April 1
# Season ends first Monday on or after September 30
# Season spans 183 days
#
# All-Star Game on first Tuesday on or after July 2 (day 93)
#
# Built 2024-11-16
#
Attached Files
File Type: zip 24team154_212n_c_gmo.zip (7.7 KB, 6 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 11-16-2024, 02:05 PM   #5
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,275
The version as posted locks in to start on the first Monday on or after Apr1. So the season could span anything between Apr1-Sep30 to Apr7-Oct6, with the ASG between Jul2 & Jul8.

You could adjust the start_month & start_day values at the top of the file in the SCHEDULE line to change that range.

To make it lock in on Apr1-Sep30, remove the start_day_of_week piece from the SCHEDULE line. That would make the season run Apr1-Sep30 with ASG on Jul2 with no deference to the days of the week.
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 11-16-2024, 03:21 PM   #6
CH1MA3RA
Minors (Triple A)
 
Join Date: Aug 2021
Posts: 217
Thank you for working on this! As for the date requirements, is it possible to set it to always be April 1st start, but leave the end date open? And then to have the ASG break always M-TH with the date of it flexible for near the start of July? Maybe using on or after June 28th or something like that?

Much appreciated on what you've created!
CH1MA3RA is offline   Reply With Quote
Old 11-16-2024, 05:53 PM   #7
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,275
Quote:
Originally Posted by CH1MA3RA View Post
Thank you for working on this! As for the date requirements, is it possible to set it to always be April 1st start, but leave the end date open? And then to have the ASG break always M-TH with the date of it flexible for near the start of July? Maybe using on or after June 28th or something like that?
No, you can only either completely lock in (1) specific dates and thus have the days of the week vary or (2) the days of the week and allow the exact dates of the start, ASG, and end float a little. Cannot have a mix of those.
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 11-16-2024, 07:02 PM   #8
CH1MA3RA
Minors (Triple A)
 
Join Date: Aug 2021
Posts: 217
Understood. Thank you for clarifying. I'll definitely be using this schedule!!!
CH1MA3RA 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 09:53 PM.

 

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 - 2024, vBulletin Solutions, Inc.
Copyright © 2024 Out of the Park Developments