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:
@@ -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");
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user