tbrittain / SmbExplorerCompanion

Baseball-Reference style desktop application for Super Mega Baseball 4 franchise playthroughs
MIT License
2 stars 0 forks source link

Explorer parses a team playing multiple games on the same day incorrectly #198

Open IndigoAK opened 2 weeks ago

IndigoAK commented 2 weeks ago

Title is pretty self explanatory. In the game's save file, games are scheduled for certain days. It seems like you're taking the day number and assuming that it's equivalent to game number, but the game will occasionally schedule a team to play multiple games on the same day. This results in a rendering error in the schedule graph in explorer where multiple games are listed with the same game number.

Screenshot 2024-06-19 125151

Screenshot 2024-06-19 125207

Screenshot 2024-06-19 125356

tbrittain commented 1 week ago

Understood, I noticed this as well when I was working on the graph. Will try to look into how I can make this look a little bit better