|
||||
| ||||
|
|||||||
| OOTP Mods - Schedules Create your very own game schedules, or share historical schedules |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Hall Of Famer
Join Date: Jun 2004
Posts: 4,300
|
Request 4 teams 84 games (2S/1D/2T)
I want a schedule for a league with 4 teams. Two subleagues each with 2 teams. Interleague play. Each team plays the 3 other teams 28 times (14 home and 14 away) for a total of 84 games per team.
Maybe do a 4-game series followed by a day off and then a 3-game series followed by a day off throughout the season. Or maybe simply schedule 7-game series followed by a day off throughout the season. I intend to use this for 19th century baseball with 2-man rotations. |
|
|
|
|
|
#2 |
|
Hall Of Famer
Join Date: May 2002
Location: Longmont, CO
Posts: 3,404
|
I went ahead and ran with both those ideas below.
They are made generic for a 4-team configuration. But with two subleagues, I think an edit may be necessary. I believe you may need to change the "inter_league" setting at the top of the file from "0" to "1". It might work as is - I am not sure. I started them on first Monday on or after Apr15. That can be changed at the top of the file. The 4 & 3 is a little longer because of the extra offday for each seven games. Went with 2:05pm for all gametimes since this is for 19th century. Also because 19th century, I did not put in an All-Star Game. If that is desired, I could slide games after the time you want it to open up a break.
__________________
Making Baseball Schedules |
|
|
|
|
|
#3 |
|
Hall Of Famer
Join Date: May 2002
Location: Longmont, CO
Posts: 3,404
|
Code:
# # 4 team schedule, 84 games # Designed for the following configuration: # any for 4 teams # # # 28 games against 3 other teams (28H/28A) # # # Schedule considered balanced so setting should be as such # # All games are in 7-game series followed by an offday # # Homestands and roadtrips no more than 2 such series # # All game times set at 2:05pm # # Season begins first Monday on or after Apr15 # Season ends mid/late-July # Season spans 95 days # # No All-Star Game # # Built 2022-12-29 #
__________________
Making Baseball Schedules |
|
|
|
|
|
#4 |
|
Hall Of Famer
Join Date: May 2002
Location: Longmont, CO
Posts: 3,404
|
Code:
# # 4 team schedule, 84 games # Designed for the following configuration: # any for 4 teams # # # 28 games against 3 other teams (28H/28A) # # # Schedule considered balanced so setting should be as such # # All games are in 4-game series followed by an offday # then a 3-game series followed by an offday # # Homestands and roadtrips no more than 11 games # # All game times set at 2:05pm # # Season begins first Monday on or after Apr15 # Season ends late July/early August # Season spans 107 days # # No All-Star Game # # Built 2022-12-29 #
__________________
Making Baseball Schedules |
|
|
|
|
|
#5 |
|
Hall Of Famer
Join Date: Jun 2004
Posts: 4,300
|
Thank You. Very much appreciated. If you could add two more versions with an all-star game for each that will be great.
|
|
|
|
|
|
#6 |
|
Hall Of Famer
Join Date: May 2002
Location: Longmont, CO
Posts: 3,404
|
How far in would you like the All-Star Game (i.e., after at least approximately how many games), and how long would you like the break to be?
__________________
Making Baseball Schedules |
|
|
|
|
|
#7 |
|
Hall Of Famer
Join Date: Jun 2004
Posts: 4,300
|
After game 42 is fine. You can leave three days off before and after the allstar game.
|
|
|
|
|
|
#8 |
|
Hall Of Famer
Join Date: May 2002
Location: Longmont, CO
Posts: 3,404
|
Code:
# # 4 team schedule, 84 games # Designed for the following configuration: # any for 4 teams # # # 28 games against 3 other teams (28H/28A) # # # Schedule considered balanced so setting should be as such # # All games are in 7-game series followed by an offday # # Homestands and roadtrips no more than 2 such series # # All game times set at 2:05pm # # Season begins first Monday on or after Apr15 # Season ends late-July # Season spans 101 days # # All-Star Game set for day num 51 at mid-point of season # Three offdays on either side of ASG # # Built 2023-01-02 #
__________________
Making Baseball Schedules |
|
|
|
|
|
#9 |
|
Hall Of Famer
Join Date: May 2002
Location: Longmont, CO
Posts: 3,404
|
Code:
# # 4 team schedule, 84 games # Designed for the following configuration: # any for 4 teams # # # 28 games against 3 other teams (28H/28A) # # # Schedule considered balanced so setting should be as such # # All games are in 4-game series followed by an offday # then a 3-game series followed by an offday # # Homestands and roadtrips no more than 11 games # # All game times set at 2:05pm # # Season begins first Monday on or after Apr15 # Season ends early August # Season spans 113 days # # All-Star Game set for day num 51 at mid-point of season # Three offdays on either side of ASG # # Built 2023-01-02 #
__________________
Making Baseball Schedules |
|
|
|
|
|
#10 |
|
Hall Of Famer
Join Date: Jun 2004
Posts: 4,300
|
This does not seem to be working. I tried changing the interleague value from 0 to 1 too and it did not work.
I think this is set up for 1 subleague instead of 2 subleagues possibly? Maybe because I set up a league in 1871 that had 9 teams and deleted 5 of them that the internal team ID does not align with this file? Edit: Tried setting up a league with teams that have 1-4 for their team ID but it still did not work. Edit: Tried using 1 subleague too but cannot get the file to load properly. Last edited by Garlon; 03-08-2023 at 02:48 AM. |
|
|
|
|
|
#11 |
|
Hall Of Famer
Join Date: May 2002
Location: Longmont, CO
Posts: 3,404
|
Sounds like it is the same issue as here: https://forums.ootpdevelopments.com/...85#post4982185.
Try replacing the "ILN_BGY_G84_SL1_D1_T4_C_" for the SCHEDULE type at the top of the file with "ILN_BGY_G84_T4_C_". Or since your league has two subleagues "ILY_BGY_G84_SL1_D1_T2_SL2_D1_T2_C_" should work also (instead?).
__________________
Making Baseball Schedules |
|
|
|
![]() |
| Bookmarks |
|
|