OOTP Developments Forums

OOTP Developments Forums (https://forums.ootpdevelopments.com//index.php)
-   OOTP Mods - Schedules (https://forums.ootpdevelopments.com//forumdisplay.php?f=3632)
-   -   Schedule Request: 10 Teams, 2 Divs, 63 games (https://forums.ootpdevelopments.com//showthread.php?t=303450)

chey 05-21-2019 06:50 PM

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!

gmo 05-30-2019 11:10 PM

1 Attachment(s)
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
#


chey 06-10-2019 07:10 PM

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 06-10-2019 10:16 PM

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.

gmo 06-11-2019 12:28 AM

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.

chey 06-11-2019 09:09 AM

So it would come 36 games into the season? That sounds perfect to me.

gmo 06-13-2019 10:35 PM

1 Attachment(s)
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
#


chey 06-15-2019 01:21 PM

Thank you very much gmo! You're the man!

chey 03-26-2020 12:34 PM

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?

gmo 04-19-2020 04:11 PM

Quote:

Originally Posted by chey (Post 4608917)
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.


All times are GMT -4. The time now is 11:52 PM.

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