PureSim Schedule
Moderator: puresimmer
PureSim Schedule
I've noticed that the schedules the come with PureSim every team has the same off days. Can this be added to the suggestion list for 2008? Without injuries, the #1 starters always face each other. This is with a 18 team association, 2 leagues, 10 teams and 8 teams.
RE: PureSim Schedule
I would definitely 2nd, 3rd, and 4th this.
-
SittingDuck
- Posts: 1194
- Joined: Sat Aug 31, 2002 9:08 pm
RE: PureSim Schedule
Need a schedule creator is what we need.
RE: PureSim Schedule
I agree a schedule creator would be a wonderful addition. Even a schedule tutorial, since it seems possible to alter existing schedules.
RE: PureSim Schedule
It may be that schedules created by the game do give all teams the same day off, but if the assn is set up using some of the historical options and you are told that a schedule is available for that year and you elect to use it there are doubleheaders and days when only one team plays, other days when part of one league plays and days when parts of both leagues play and others are off.
Deltadog
RE: PureSim Schedule
ORIGINAL: Deltadog
It may be that schedules created by the game do give all teams the same day off, but if the assn is set up using some of the historical options and you are told that a schedule is available for that year and you elect to use it there are doubleheaders and days when only one team plays, other days when part of one league plays and days when parts of both leagues play and others are off.
Wow, that is one long ass sentence! [X(]
-
SittingDuck
- Posts: 1194
- Joined: Sat Aug 31, 2002 9:08 pm
RE: PureSim Schedule
lol
The pairing of days off has always been a PSBB schedule issue.
The pairing of days off has always been a PSBB schedule issue.
RE: PureSim Schedule
I can get you guys some realistic schedules for most assn configs. As for odd day pairings, I havnt got around to that yet. If theres anything you're lookin for be specific. My sched maker will give you a realistic ML schedule. I have to create the scheds tho, the app is pieced together with duct tape and string. Plus I dont wanna release it yet. 
RE: PureSim Schedule
Deltadog,
I always use the Retrosheet schedules when available. I'm just at a point where they don't exist.
I always use the Retrosheet schedules when available. I'm just at a point where they don't exist.
-
Schedule King
- Posts: 10
- Joined: Thu Jul 20, 2006 6:49 am
RE: PureSim Schedule
I've mentioned this before, but you can use the OOTP6 format schedule files for historical MLB seasons found in this thread on the OOTP boards: http://www.ootpdevelopments.com/board/s ... hp?t=85752ORIGINAL: henry296
Deltadog,
I always use the Retrosheet schedules when available. I'm just at a point where they don't exist.
In fact, those files are more up-to-date than some of the Retrosheet files. I should know, as the person behind both sets of files.
And, yes, I know the Retrosheet files haven't been attended to in quite some time. It's on my to-do list, it really is...
RE: PureSim Schedule
The PureSim schedule format is very easy to use - if I recall correctly it was a comma-delimited string of numbers, including a unique 'game ID' number, the day, the month, the home team, and the away team. I'll poke around a bit more and see what I can do - but it ought to be verrry easy for somebody to modify the default schedules to "improve" the off days.
-
SittingDuck
- Posts: 1194
- Joined: Sat Aug 31, 2002 9:08 pm
RE: PureSim Schedule
Excessively time-consuming to construct a schedule in those manners, if you ask me.
Schedule King, is it possible to get the OOTP schedules without owning OOTP?
Schedule King, is it possible to get the OOTP schedules without owning OOTP?
-
Schedule King
- Posts: 10
- Joined: Thu Jul 20, 2006 6:49 am
RE: PureSim Schedule
Sure. Just download them from the link I mentioned. The files are basically just simple CSV files. PureSim already has the capability of importing and using OOTP6/6.5 schedule files.ORIGINAL: SittingDuck
Schedule King, is it possible to get the OOTP schedules without owning OOTP?
RE: PureSim Schedule
The problem is that the team numbers in the 2 games are not the same. I tried to change a OOTP schedule numbers so that the team numbers agreed with Puresim and it did not work. I probably made a mistake somewhere during the change and it took so long I did not try again or take time to look for the error.
Deltadog
RE: PureSim Schedule
There's the thing, DeltaDog. You CAN import OOTP schedules correctly IF the teams in your league are listed correctly. I did that in my old 1946 draft league, and it worked out fine.

RE: PureSim Schedule
Granted.ORIGINAL: SittingDuck
Excessively time-consuming to construct a schedule in those manners, if you ask me.
However, I'm not talking about constructing a schedule from scratch - if somebody wanted to do the work to 'fix' the lumped off-days for their favorite team/division config, it should be pretty easy. PureSim will 'Export' the current schedule to text, and 'Import' it back from a text file, and I think the file format is easy enough that a reasonably smart person could figure it out from looking at it (I did).
If somebody were to do that, and submit it back to Shaun, it might wind up finding its way into the game...
... and if enough people did that for their favorite config, we might have the 'problem' fixed for the commonly-used configs.
RE: PureSim Schedule
Heres an ouput from my scheduler. Its for a 24 team/2 league/3 div per league assn. 162 game season. Standard MLB schedule restrictions apply. 182 days/20 off days/162 games. Off days generally monday and thursday, with occasional off days on weds. No off days on weekends.
- Attachments
-
- SimScheduler2016.txt
- (29.25 KiB) Downloaded 28 times
RE: PureSim Schedule
Oh, perfect, thats a good example of the schedule format file.
A line like
1932,22,24,9,30
Indicates 'game ID 1932' - must be unique and sequential, so notice each line has its own id
between 'Team ID 22' - I think is home team??
against 'Team ID 24' - I think the visitor??
on 9/30 - September 30th.
A line like
1932,22,24,9,30
Indicates 'game ID 1932' - must be unique and sequential, so notice each line has its own id
between 'Team ID 22' - I think is home team??
against 'Team ID 24' - I think the visitor??
on 9/30 - September 30th.
RE: PureSim Schedule
I tried the 1972 but as the Pirates I started with playing Texas in the American League? Any thoughts on the cause or fix?
RE: PureSim Schedule
As a 'cause', most likely your league's "Team ID's" don't match the team ID's from the schedule file you imported.
Unfortunately, without more information from you, I can't guide you to a fix..
What schedule file did you pick up, exactly? (link?)
What configuration is your association?
How did you create it?
And once you created it, how did you reach your current size (e.g., have you expanded, or is the association the same size it was when you first made it?)
Unfortunately, without more information from you, I can't guide you to a fix..
What schedule file did you pick up, exactly? (link?)
What configuration is your association?
How did you create it?
And once you created it, how did you reach your current size (e.g., have you expanded, or is the association the same size it was when you first made it?)
