implemented '*_scr.med' archives decryption.

This commit is contained in:
morkt
2016-05-31 02:41:33 +04:00
parent acb32ac1fe
commit b18ede8684
7 changed files with 166 additions and 0 deletions

View File

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