-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
For bugs, please open an issue on the Issues page. For feature requests, first check if there is already an issue for it on the Issues page, but otherwise, let's talk about it in a discussion on the Discussions page, and then we'll open an issue for it if it's something that is in line with the goals of the project.
In the game, you can create a franchise from a league. If you export that franchise to a new league and then start a new franchise with the newly created league, the game treats it as a new franchise from the first. However, in this app, the franchise represents the continuation of the original franchise into the new franchise, and so forth.
In my case, I like to treat franchise mode like "manager mode." I play through each franchise for 15 seasons. On the 16th season, I play through the draft, but before playing a game, I export the franchise to a new league, start a new franchise, and then play through another 15 seasons with a different team. This app has built-in support for this behavior, but it is not required.
This is something that I would like to and plan to do, but haven't yet had the time to approach. For now, since SMB Explorer has the ability to export the data to CSV files, this app reads the CSV files instead (which is slower, but works for the time being).