If you edit the MovieTime.xml and change the lines that look like the following: <SettingsWindow>False</SettingsWindow> ... <SettingsWindow>False</SettingsWindow> ... <SettingsWindow>False</SettingsWindow> ... so that the text "False" is "True", instead, the settings window for MT pops up in various screens and you can enable/disable the effects there. So, for the good news: MovieTime still works in 1.0+. However, something isn't allowing it to connect to the toolbar. Looking at the source in git, I reckon that these lines in MovieTime.cs are the culprit: 40: appButton = ApplicationLauncher.Instance.AddModApplication(OnAppButtonToggleOn, OnAppButtonToggleOff, 41: () => { }, () => { }, () => { }, () => { }, ApplicationLauncher.AppScenes.ALWAYS, buttonTexture); If I weren't so busy, I'd figure out how to set up a dev environment to compile mod DLLs and work it out, but someone else will have to. At least they don't have too much to fix! Orrrr, bernierm, come back and sort us out. This is a fantastic mod!