-
-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Currently we can have a schedule and that's about it. We can't save or load schedules that we set earlier. This becomes a problem when you have to change schedules frequently.
Secondly, a nice feature will be letting users define a set of schedules that will be automatically used after certain interval of time such as every 2-3 days.
1st issue can be solved by adding a load and save schedule button.
In case of a missing colonist, we can simply ignore their job priority. Same for newly added colonist.
2nd issue can be solved by having a new window that allows you to load a list of saved schedules and a button to set the interval. We can then have a button that will activate this feature and after certain interval the next schedule from the list will be active and so on.
If it's too much then I would like to contribute or make my own mod for it. My biggest turn off is making the UI. I have always hated making UI through code. If there's easier way to make UI then I will try to make a mod to automate scheduling some day