You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AutosaveCountdown=Config.Bind("Config","Autosave Countdown",10,newConfigDescription("Seconds of countdown before autosaving",newAcceptableValueRange<int>(0,60),newConfigurationManagerAttributes{Order=9}));
85
99
PauseInBackground=Config.Bind("Config","Pause In Background",true,newConfigDescription("Do not count down when the game is not focused",null,newConfigurationManagerAttributes{Order=8}));
86
100
AutosaveFileLimit=Config.Bind("Config","Autosave File Limit",10,newConfigDescription("Number of autosaves to keep, older ones will be deleted",newAcceptableValueRange<int>(0,100),newConfigurationManagerAttributes{Order=7,ShowRangeAsPercent=false}));
101
+
#if !PC&&!HS&&!SBPR
102
+
CharaTexSaveTypeAutosaveOverride=Config.Bind("Texture Save Type","Chara Autosave Type Override",NoOverride,newConfigDescription($"Save type override for autosaves in Maker. Set to \"{NoOverride}\" to use the KKAPI setting.",AutoSaveTypeOptions(false),newConfigurationManagerAttributes{Order=6,IsAdvanced=true}));
103
+
#if !EC
104
+
SceneTexSaveTypeAutosaveOverride=Config.Bind("Texture Save Type","Scene Autosave Type Override",NoOverride,newConfigDescription($"Save type override for autosaves in Studio. Set to \"{NoOverride}\" to use the KKAPI setting.",AutoSaveTypeOptions(true),newConfigurationManagerAttributes{Order=4,IsAdvanced=true}));
0 commit comments