OOTP Developments Forums

OOTP Developments Forums (https://forums.ootpdevelopments.com//index.php)
-   OOTP Mods - Schedules (https://forums.ootpdevelopments.com//forumdisplay.php?f=3632)
-   -   56 team 2SL 7x8 108 Game Schedule (https://forums.ootpdevelopments.com//showthread.php?t=299185)

Lordofbrewtown 02-24-2019 02:58 PM

56 team 2SL 7x8 108 Game Schedule
 
Would love help creating a 108 game schedule for a 56 team league. 2 sub-leagues, 8 divisions of 7 teams.

Ideally:
36 Division games (3 home, 3 away vs 6 opponents)
36 Intra-league (play 4 of the 7 teams from each of the other 3 divisions in Sub-league in a 3 game series 4x3x3)
36 Inter-League games (play 3 teams from each of the 4 divisions in other sub-league in a 3 game series 3x4x3)

Ideally, 1 off day/week (though I'd be find with the typical 2-3 off days/month)

gmo 02-28-2019 09:11 PM

1 Attachment(s)
Been a while since I have done, but I did get it to load in the game.

Let me know if there are any issues. Or if the start date or All-Star Game choices I made are not satisfactory. You could edit the file yourself to simply move the start date, though I do not mind doing that in the posted version if you want.

Code:

#
# 56 team schedule, 108 games
# Designed for the following configuration:
# 2 subleagues, each with 4 divisions, each with 7 teams
#
#
# 6 games against 6 other teams in division (3H/3A)
# 3 games against 4 of the 7 teams in each other division in league (3H or 3A)
# 3 games against 3 of the 7 teams in each division of other league (3H or 3A)
#
#
# All games are in 3-game series
# Two series per week, except first week and All-Star Game week
# Every team has one offday per week, either Monday or Thursday
#
# 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 first Thursday before first Monday in April
# No games played until the Friday, the 2nd day of season
# Season ends early/mid-August
# Season spans 130 days
#
# All-Star Game on Tuesday in mid-June
#
# Built 2019-02-24
#


joefromchicago 02-28-2019 10:55 PM

Quote:

Originally Posted by gmo (Post 4443227)
Been a while since I have done...

Dude, you've been gone over nine years! So glad to see you back :D

Lordofbrewtown 06-15-2019 01:13 PM

Any possibility of modifying this for just 1 sub-league, no all-star game?

gmo 06-16-2019 01:59 PM

1 Attachment(s)
Very similar to the above, but with All-Star break squeezed out of existence and with very minor tinkering around the edges.
Code:

#
# 56 team schedule, 108 games
# Designed for the following configuration:
# 1 subleague with 8 divisions, each with 7 teams
#
#
# 6 games against 6 other teams in division (3H/3A)
# 3 games against 4 of the 7 teams in 3 of other divisions in league (3H or 3A)
# 3 games against 3 of the 7 teams in 4 of other divisions in league (3H or 3A)
#
#
# All games are in 3-game series
# Two series per week
# Every team has one offday per week, either Monday or Thursday
#
# 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 first Monday in April
# Season ends early/mid-August
# Season spans 126 days
#
# No All-Star Game
#
# Built 2019-06-16
#


Lordofbrewtown 06-16-2019 03:01 PM

Thanks
 
Thanks a bunch - you are awesome!

Lordofbrewtown 06-16-2019 05:28 PM

Actually, I'm getting an error - won't load schedule - has a different setting for 'Interleague' than my setup...

gmo 06-16-2019 07:02 PM

Quote:

Originally Posted by Lordofbrewtown (Post 4502685)
Actually, I'm getting an error - won't load schedule - has a different setting for 'Interleague' than my setup...

My bad - I neglected to turn off "inter_league" in my configuration file, so it was still there on the schedule file. I have updated the attachment above, so it should work now.

Lordofbrewtown 06-16-2019 09:48 PM

Interleague error is gone; but, there's still an error - does not match league structure.

joefromchicago 06-17-2019 08:48 AM

Header is still wrong:


<SCHEDULE type="ILY_BGN_G108_SL1_D1_T7_D2_T7_D3_T7_D4_T7_SL2 _D1_T7_D2_T7_D3_T7_D4_T7_C_" inter_league="0" balanced_games="0" games_per_team="108" start_month="4" start_day="1" start_day_of_week="2">


Copy and paste this over the header and see if it works:


<SCHEDULE type="ILN_BGN_G108_SL1_D1_T7_D2_T7_D3_T7_D4_T7_D5_ T7_D6_T7_D7_T7_D8_T7_C_" inter_league="0" balanced_games="0" games_per_team="108" start_month="4" start_day="1" start_day_of_week="2">

gmo 06-17-2019 07:57 PM

Quote:

Originally Posted by joefromchicago (Post 4502980)
Header is still wrong

Ack, I thought I forgot to change one character from "1" to "0" and forgot the whole league structure needed adjustment. Thanks for pointing out that. The attachment above should be re-fixed now too.

Lordofbrewtown 06-17-2019 09:47 PM

Thanks guys. It's working. Really appreciate it.


All times are GMT -4. The time now is 08:00 PM.

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