Home | Webstore
Latest News: OOTP 25 Available - FHM 10 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

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

Reply
 
Thread Tools
Old 05-21-2019, 07:50 PM   #1
chey
Minors (Triple A)
 
chey's Avatar
 
Join Date: Apr 2014
Posts: 282
Schedule Request: 10 Teams, 2 Divs, 63 games

Hello! I really enjoy a shorter schedule that lets me play through every game without seasons taking months to get through, but it seems like most shorter schedules follow a college format which doesn't really work for me. I would greatly appreciate it if someone could please help me out, schedule-wise:

One sub-league split into two divisions of five teams each. Each team plays:

Four 3-game series against the other four teams in their division, two at home and two away (4x3x4=48 games).

and one 3-game series against each team in the other division. (3x5=15 games).

Ideally the season would start on April 1 and run through to mid-June. I don't know if this is too complicated, but I would love if we could get a league-wide off-day after every third series (nine games on, one game off), which would allow for teams to skip their fifth starter every second run through the order. If that's too complicated it's fine, as long as there are still occasional off-days.

Thank you in advance!
chey is offline   Reply With Quote
Old 05-31-2019, 12:10 AM   #2
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,150
Code:
#
# 10 team schedule, 63 games
# Designed for the following configuration:
# 1 subleague with 2 divisions of 5 teams
#
#
# 12 games against 4 other teams in division (6H/6A)
# 3 games against 5 teams in other division (3H or 3A)
#
#
# All games played in 3-game series
# Every 10th day (after three series) is league-wide offday
#
# One set of series at mid-season are all interdivision
# Otherwise one interdivision series and others all intradivision
#
# Because of interdivision matchups breakdown
# half of teams play 3 more home games than road games,
# and half of teams play 3 more road games than home games
#
# Teams play no more than 12 games in row home or away
#
# All game times set at 7:05pm
#
# Season begins April 1st (regardless of day of week)
# Season ends June 8th (regardless of day of week)
# Season spans 69 days
#
# No All-Star Game
#
# Built 2019-05-30
#
Attached Files
File Type: lsdl 10team63_125u_a_gmo.lsdl (16.3 KB, 83 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 06-10-2019, 08:10 PM   #3
chey
Minors (Triple A)
 
chey's Avatar
 
Join Date: Apr 2014
Posts: 282
Thank you very much gmo!! I hadn't been checking the boards lately so apologies for the late response, but I'll definitely be using this when my current season ends!
chey is offline   Reply With Quote
Old 06-10-2019, 11:16 PM   #4
chey
Minors (Triple A)
 
chey's Avatar
 
Join Date: Apr 2014
Posts: 282
One thing: I realize I forgot to specify, but would it be much trouble to add in an All-Star Game? I've been playing with one up to now. If it's a lot of work please don't bother -- I'm very happy with what you've made! -- but if it's a simple addition I would appreciate it.
chey is offline   Reply With Quote
Old 06-11-2019, 01:28 AM   #5
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,150
In this case slotting in an All-Star Game would be really easy - just slot in some offdays for the break. So the questions are, how many days and when?

I might suggest after the 4th of the 7 blocks of three 3-game series. Instead of one offday there, two more could be added with the ASG in the middle of those three days. But whatever number of days whenever is just as easy.
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 06-11-2019, 10:09 AM   #6
chey
Minors (Triple A)
 
chey's Avatar
 
Join Date: Apr 2014
Posts: 282
So it would come 36 games into the season? That sounds perfect to me.

Last edited by chey; 06-11-2019 at 10:12 AM.
chey is offline   Reply With Quote
Old 06-13-2019, 11:35 PM   #7
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,150
Now version with All-Star Game
Code:
#
# 10 team schedule, 63 games
# Designed for the following configuration:
# 1 subleague with 2 divisions of 5 teams
#
#
# 12 games against 4 other teams in division (6H/6A)
# 3 games against 5 teams in other division (3H or 3A)
#
#
# All games played in 3-game series
# Every 10th day (after three series) is league-wide offday
# Except 3-day break encompassing All-Star Game
#
# One set of series at mid-season are all interdivision
# Otherwise one interdivision series and others all intradivision
#
# Because of interdivision matchups breakdown
# half of teams play 3 more home games than road games,
# and half of teams play 3 more road games than home games
#
# Teams play no more than 12 games in row home or away
#
# All game times set at 7:05pm
#
# Season begins April 1st (regardless of day of week)
# Season ends June 10th (regardless of day of week)
# Season spans 71 days
#
# All-Star Game after 36 games played (day num 41)
#
# Built 2019-06-13
#
Attached Files
File Type: lsdl 10team63_125u_a2_gmo.lsdl (16.4 KB, 79 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Old 06-15-2019, 02:21 PM   #8
chey
Minors (Triple A)
 
chey's Avatar
 
Join Date: Apr 2014
Posts: 282
Thank you very much gmo! You're the man!
chey is offline   Reply With Quote
Old 03-26-2020, 01:34 PM   #9
chey
Minors (Triple A)
 
chey's Avatar
 
Join Date: Apr 2014
Posts: 282
Sorry for the gravedig, but how hard would it be to edit this schedule just so that it all happens later in the year - starting July 1 instead of April 1? I could try myself but would be worried about screwing it up, unless there's a specific tutorial somewhere for this?
chey is offline   Reply With Quote
Old 04-19-2020, 05:11 PM   #10
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,150
Quote:
Originally Posted by chey View Post
Sorry for the gravedig, but how hard would it be to edit this schedule just so that it all happens later in the year - starting July 1 instead of April 1? I could try myself but would be worried about screwing it up, unless there's a specific tutorial somewhere for this?
It is quite easy to do yourself. Open the file in a program where you can edit it, like say Notepad in Windows. Near the top will be a line like:
Code:
<SCHEDULE type="ILN_BGN_G63_SL1_D1_T5_D2_T5_C_" inter_league="0" balanced_games="0" games_per_team="63" start_month="4" start_day="1">
Change the numbers for the start_month & start_day to what you what. In this case April 1st is 4/1, thus those numbers there. You could just change the month to 7 for July 1st.
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

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 12:06 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 © 2020 Out of the Park Developments