diff --git a/AssetStudio.CLI/App.config b/AssetStudio.CLI/App.config index aa5a3e0..7f34586 100644 --- a/AssetStudio.CLI/App.config +++ b/AssetStudio.CLI/App.config @@ -20,7 +20,7 @@ - + \ No newline at end of file diff --git a/AssetStudio.CLI/Settings.cs b/AssetStudio.CLI/Settings.cs index d5f6f88..0a0e929 100644 --- a/AssetStudio.CLI/Settings.cs +++ b/AssetStudio.CLI/Settings.cs @@ -36,11 +36,6 @@ public class Settings public static Settings Default => defaultInstance; - public bool displayAll => AppSettings.Get("displayAll", false); - public bool enablePreview => AppSettings.Get("enablePreview", true); - public bool displayInfo => AppSettings.Get("displayInfo", true); - public bool openAfterExport => AppSettings.Get("openAfterExport", true); - public int assetGroupOption => AppSettings.Get("assetGroupOption", 0); public bool convertTexture => AppSettings.Get("convertTexture", true); public bool convertAudio => AppSettings.Get("convertAudio", true); public ImageFormat convertType => AppSettings.Get("convertType", ImageFormat.Png); @@ -57,13 +52,6 @@ public class Settings public bool exportBlendShape => AppSettings.Get("exportBlendShape", true); public bool castToBone => AppSettings.Get("castToBone", false); public bool restoreExtensionName => AppSettings.Get("restoreExtensionName", true); - public bool encrypted => AppSettings.Get("encrypted", true); - public byte key => AppSettings.Get("key", (byte)0x93); - public int selectedGame => AppSettings.Get("selectedGame", 0); - public bool enableResolveDependencies => AppSettings.Get("enableResolveDependencies", true); - public int selectedCNUnityKey => AppSettings.Get("selectedCNUnityKey", 0); - public int selectedAssetMapType => AppSettings.Get("selectedAssetMapType", 0); - public bool exportMiHoYoBinData => AppSettings.Get("exportMiHoYoBinData", true); public bool enableFileLogging => AppSettings.Get("enableFileLogging", false); public bool minimalAssetMap => AppSettings.Get("minimalAssetMap", true); public string texs => AppSettings.Get("texs", string.Empty); diff --git a/AssetStudio.GUI/App.config b/AssetStudio.GUI/App.config index a0f2e0c..bc15cf3 100644 --- a/AssetStudio.GUI/App.config +++ b/AssetStudio.GUI/App.config @@ -80,7 +80,7 @@ True - 0 + 1 True diff --git a/AssetStudio.GUI/Properties/Settings.Designer.cs b/AssetStudio.GUI/Properties/Settings.Designer.cs index c9f9803..6d3fb68 100644 --- a/AssetStudio.GUI/Properties/Settings.Designer.cs +++ b/AssetStudio.GUI/Properties/Settings.Designer.cs @@ -325,7 +325,7 @@ public bool enableResolveDependencies { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("0")] + [global::System.Configuration.DefaultSettingValueAttribute("1")] public int assetMapType { get { return ((int)(this["assetMapType"])); diff --git a/AssetStudio.GUI/Properties/Settings.settings b/AssetStudio.GUI/Properties/Settings.settings index c27003b..1ef39c3 100644 --- a/AssetStudio.GUI/Properties/Settings.settings +++ b/AssetStudio.GUI/Properties/Settings.settings @@ -78,7 +78,7 @@ True - 0 + 1 True