View Single Post
Old 07-31-2019, 02:31 PM   #11
joefromchicago
Hall Of Famer
 
joefromchicago's Avatar
 
Join Date: Jun 2011
Posts: 3,630
Quote:
Originally Posted by dishnet34 View Post
Yep. Both things have been done. Here's the error I get, along with the structure of the league as it is now.
I tried it and got the same error. So I employed a back-door approach to diagnosing the problem. I had the game generate a schedule and downloaded it. I then compared the header information from the game-generated schedule with gmo's schedule. The difference between the two is that the game-generated schedule did not have the information highlighted below:

<SCHEDULE type="ILN_BGY_G108_SL1_D1_T28_C_" inter_league="0" balanced_games="1" games_per_team="108" start_month="5" start_day="1">

By eliminating that information in gmo's schedule, you can now use it for your league. So either delete that text or else copy-and-paste the following over the existing header:

<SCHEDULE type="ILN_BGY_G108_T28_C_" inter_league="0" balanced_games="1" games_per_team="108" start_month="5" start_day="1">

Frankly, I'm not sure why that should make a difference, but it does.
joefromchicago is offline   Reply With Quote