1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-08 21:33:28 +08:00

UXAssist: add profile based option

This commit is contained in:
2025-03-25 21:36:22 +08:00
parent 0f80dac134
commit adcce8e298
4 changed files with 39 additions and 4 deletions

View File

@@ -78,6 +78,8 @@ public class UXAssist : BaseUnityPlugin, IModCanSave
"Mouse cursor scale up multiplier");
GamePatch.ProfileBasedSaveFolderEnabled = Config.Bind("Game", "ProfileBasedSaveFolder", false,
"Profile-based save folder");
GamePatch.ProfileBasedOptionEnabled = Config.Bind("Game", "ProfileBasedOption", false,
"Profile-based option");
GamePatch.DefaultProfileName = Config.Bind("Game", "DefaultProfileName", "Default",
"Default profile name, used when profile-based save folder is enabled. Use original game save folder if matched");
/*