implemented 'non color' ARC archives.

This commit is contained in:
morkt
2016-05-20 04:12:23 +04:00
parent f4517d4183
commit 2b41686e3f
8 changed files with 377 additions and 3 deletions

View File

@@ -525,5 +525,17 @@ namespace GameRes.Formats.Properties {
this["AGSTitle"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string NCARCScheme {
get {
return ((string)(this["NCARCScheme"]));
}
set {
this["NCARCScheme"] = value;
}
}
}
}

View File

@@ -128,5 +128,8 @@
<Setting Name="AGSTitle" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="NCARCScheme" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>