I had the idea of modding the game to load a different Theme every 'x' amount of days/weeks/months to simulate seasons.
What I found so far:
- It is possible to change the current Theme using the API.
- You apparently need to reload the game for it to take effect.
Can any dev please confirm that it is not possible to force the game to reload the theme without need to reload?
Thanks
What I found so far:
- It is possible to change the current Theme using the API.
//Thread: Any
string currentTheme { get; set; }
- You apparently need to reload the game for it to take effect.
Forces a new theme to be applied to the save. Will only be active when reloading.
Options are: "Sunny", "North", "Tropical".
Can any dev please confirm that it is not possible to force the game to reload the theme without need to reload?
Thanks
Last edited: