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
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 05-08-2024, 12:24 AM   #1
PSUColonel
Hall Of Famer
 
PSUColonel's Avatar
 
Join Date: Feb 2002
Posts: 13,089
Blog Entries: 37
2024 LMB format REQUEST.

The Mexican Baseball League in 2024 now has 1 sub league with two divisions and 10 teams in each division. Each team plays 102 games. This means each team in each division would play a home & away series (3 games) against each other divisional opponnet for a total of 54 games. The other game I imagine are against other teams in league.
PSUColonel is offline   Reply With Quote
Old 05-11-2024, 04:53 PM   #2
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,332
What I found for the 2024 LMB schedule at...
https://www.wbsc.org/en/news/mexican...am-2024-season
https://img.mlbstatic.com/milb-image...kplejgbwdw.pdf
...was not exactly as described.

Teams play only 93 games, 31 series all of three games. With an odd number of games/series, teams have 3 more games (1 series) either home or away.

All division opponents are played in 3 series.

That leaves only 4 series outside the division, which occur consecutively immediately after the All-Star Break. Some teams play the same interdivision opponent in two series.

I will post that here.

There are not shortage of ways to make a 102 game schedule for that configuration if desired. A couple possibilities...
  • Two series against each division opponent (54 games) and one or two series against each team in other division (48 games)
  • Three series against each division opponent (81 games) and one series against seven of the teams in other division (21 games)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 05-11-2024, 04:53 PM   #3
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,332
Code:
#
# 20 team schedule, 93 games
# Designed for the following configuration:
# one subleague with two divisions of 10 teams
# 2024 Liga Mexicana de Beisbol (LMB) schedule
#
# Team id numbers used here:
#
# North Division
# 1  Acereros de Monclova
# 2  Algodoneros de Unión Laguna
# 3  Caliente de Durango
# 4  Charros de Jalisco
# 5  Dorados de Chihuahua
# 6  Rieleros de Aguascalientes
# 7  Saraperos de Saltillo
# 8  Sultanes de Monterrey
# 9  Tecolotes de los Dos Laredos
# 10 Toros de Tijuana
# 
# South Division
# 11 Bravos de León
# 12 Conspiradores de Querétaro
# 13 Diablos Rojos del México
# 14 El Águila de Veracruz
# 15 Guerreros de Oaxaca
# 16 Leones de Yucatán
# 17 Olmecas de Tabasco
# 18 Pericos de Puebla
# 19 Piratas de Campeche
# 20 Tigres de Quintana Roo
#
#
# 9 games against each 9 other teams in division (3-6H/3-6A)
# total of 12 games (4 series) against teams in other division
#
# Teams play their 4 interdivision series following All-Star Break
# Some teams play the same interdivision opponent in two series.
#
# Each team plays 45 or 48 games at home at the other number away.
#
# All games are in 3-game series
#
# Teams play as many as 9 consecutive days
#
# Up to 12 games in row may be played home or away
#
# All game times set at 7:05pm
#
# Teams play no more than one game per day
#
# Season begins with one game first Thursday on or after April 11
# Season ends first Thursday on or after Aug1
# Season spans 113 days
#
# All-Star Game set for first Saturday on or after May 25 (day 45)
#
# Built 2024-05-11
#
Attached Files
File Type: zip 20team93_2024LMB_gmo.zip (5.0 KB, 31 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 05-18-2024, 12:46 AM   #4
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,332
Code:
#
# 20 team schedule, 102 games
# Designed for the following configuration:
# 1 subleague with 2 divisions each with 10 teams
#
#
# 9 games against 9 other teams in division (3-6H/3-6A)
# 3 games against 7 of the other teams in league (3H or 3A)
#
#
# Only 3-game series
# All teams have one offday each week, either Mon or Thu
# Only one or two games on each Monday
#
# No homestands or roadtrips longer than 12 games
# All-Star break counted as ending homestands/roadtrips
#
# Teams play 8-9 home weekend series
#
# All game times set at 7:05pm
#
# Season begins first Thursday on or after Apr11 (one game)
# Season ends first Sunday on or after Aug11
# Season spans 123 days
#
# All-Star Game set for first Saturday on or after Jun8 (day num 59)
#
# Built on 2024-05-17
#
Attached Files
File Type: zip 20team102_210u_a_gmo.zip (4.8 KB, 23 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 05-18-2024, 12:47 AM   #5
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,332
Code:
#
# 20 team schedule, 102 games
# Designed for the following configuration:
# 1 subleague with 2 divisions each with 10 teams
#
#
# 9 games against 6 other teams in division (3H/3A)
# 3-6 games against 9 other teams in league (0-3H/0-3A)
#
#
# Only 3-game series
# All teams have one offday each week, either Mon or Thu
# Only one or two games on each Monday
#
# No homestands or roadtrips longer than 12 games
# All-Star break counted as ending homestands/roadtrips
#
# Teams play 8-9 home weekend series
#
# All game times set at 7:05pm
#
# Season begins first Thursday on or after Apr11 (one game)
# Season ends first Sunday on or after Aug11
# Season spans 123 days
#
# All-Star Game set for first Saturday on or after Jun8 (day num 59)
#
# Built on 2024-05-17
#
Attached Files
File Type: zip 20team102_210u_b_gmo.zip (4.8 KB, 24 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 05-22-2024, 10:21 AM   #6
Scipio Africanus
Major Leagues
 
Scipio Africanus's Avatar
 
Join Date: Jun 2019
Posts: 371
gmo, if I may, I'd like to piggyback a similar request on these schedules. Can you please make a schedule for a 20-team league (2 subleagues, 1 division each) with the following games:

# 9 games against 9 other teams in subleague (3-6H/3-6A)
# 3 games against 10 teams in other subleague (0-3H/0-3A)

That's 111 games by my count. I don't have any other specifications except I'd like an All-Star game near the middle of the season. Season start date, start times, etc. can be whatever is easiest for you. Thanks!
Scipio Africanus is offline   Reply With Quote
Old 05-24-2024, 09:07 PM   #7
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,332
Code:
#
# 20 team schedule, 111 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division with 10 teams
#
#
# 9 games against 9 other teams in division (3-6H/3-6A)
# 3 games against 10 teams in other league (3H or 3A)
#
#
# Only 3-game series
# All teams have one offday each week, either Mon or Thu
#
# With odd number of games team have uneven home/away split
# 57 games either home or away and 54 games the other way
#
# No homestands or roadtrips longer than 12 games
# All-Star break counted as ending homestands/roadtrips
#
# Teams play 9-10 home weekend series
#
# All game times set at 7:05pm
#
# Season begins third Monday of April
# Season ends last Sunday of August
# Season spans 133 days
#
# All-Star Game set for first Tuesday on or after Jun25 (day num 72)
#
# Built on 2024-05-24
#
Attached Files
File Type: zip 20team111_210u_a_gmo.zip (5.2 KB, 31 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 05-25-2024, 12:58 AM   #8
Scipio Africanus
Major Leagues
 
Scipio Africanus's Avatar
 
Join Date: Jun 2019
Posts: 371
Thanks, gmo. It's perfect.
Scipio Africanus 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:32 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 - 2025, vBulletin Solutions, Inc.
Copyright © 2024 Out of the Park Developments