Quote:
Originally Posted by dmacgreg37
That's amazing, it did work. I clicked on auto create ASG and it puts it in the right spot as well.
Thanks so much.
|
Your welcome..Sometimes I get lucky!!

Here's how you edit start dates in the schedule..
The element line is always the second line in the schedule and always starts with
<Schedule type and looks like this depending on setup:
Code:
<SCHEDULE type="ILN_BGY_G72_SL1D1T10SL2D1T10" inter_league="0"
balanced_games="1" games_per_team="72" start_day_of_week="6" start_month="5"
start_day="19" allstar_game_day="0">
start_day_of_week="6" This is the day of the week. Sunday is 1, Monday is 2 and so on till Sat. which is 7
start_month="5" start_day="19" The Month is May and the day is the 19th.
ILN is Interleague =No: Sets to no interleague play as well as the inter_league="0" ILY sets to Interleague play as well as interleague_="1".
BGN is Balanced games =No: Sets balanced games to no as well as the balanced_games="0" and BGY sets it to yes as well as balanced_games="1".
The SL1D1T10SL2D1T10 means you have 2 Subleagues with 1 division each and 10 teams in each division. So SL=subleague. D=Division. T=teams.
Schedules can be edited in any text editor.
Now that you know that crap, let's say you wanted it to start June 4, 2017.
Simply change the day of week to 1 (which is Sunday in 2017)
Change the Start Month to 6 (June is the 6th month of the year.)
Change the Start day to 4 (4th day of the month).
Save it and import and your season will start on Sunday June 4, 2017. Pretty simple.