Quote:
Originally Posted by lightgrenade07
I got it to work with 4 changes.
#1 - in line 2, remove the quotation mark before allstar_game_day
What you have now: "allstar_game_day="95"
What it should be: allstar_game_day="95"
Fixing this will remove the parsing error.
#2 - Update the league structure to match your setup:
"ILY_BGN_G156_SL1D4T4T4T4T4SL2D4T4T4T4T4"
Two subleagues, each with 4 divisions; each division has 4 teams.
Fixing this will remove the error message about not matching the league structure.
#3 - remove the empty 700+ rows at the bottom.
#4 - fill in the data for the All Star game:
<GAME day="95" time="1305" away="-2" home="-1" type="4"/>
^^^ These were both attempts to address an error message stating that team ID cannot be less than 1.
|
Thanks Light Grenade. I appreciate the quick feedback and experience. I guess I should clarify - I am going for a 4 division, 8 team set-up. I thought I had it set up correctly in the heading, but when I try to load it in game i get a message that the structure doesn't match. What am I doing wrong?
Thanks! (And I'm sure these are all basic questions - I appreciate the help in getting it settled.)