Currently, if the user holds down the ">" key (to advance time) or the "+" keypad key (to increment the month), if the date rolls past the year end (e.g. 12/31/1660), the year does not also increment (to 1661). Same issue when decrementing time or month (past the first of the year).
This is a minor (low priority) issue, but would be nice to fix. Note that I added these nodes to the BeginPlay event for BP_DayNightCycle to load the starting hour, day, and month into the "Cycle Index" variable for each item.
Currently, if the user holds down the ">" key (to advance time) or the "+" keypad key (to increment the month), if the date rolls past the year end (e.g. 12/31/1660), the year does not also increment (to 1661). Same issue when decrementing time or month (past the first of the year).
This is a minor (low priority) issue, but would be nice to fix. Note that I added these nodes to the BeginPlay event for BP_DayNightCycle to load the starting hour, day, and month into the "Cycle Index" variable for each item.