implemented Majiro RCT images decryption.

This commit is contained in:
morkt
2015-08-12 01:33:51 +04:00
parent 28a57db9e6
commit 7fb26371e3
10 changed files with 213 additions and 10 deletions

View File

@@ -524,6 +524,24 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Choose title or enter a password.
/// </summary>
public static string RCTChoose {
get {
return ResourceManager.GetString("RCTChoose", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Image is encrypted..
/// </summary>
public static string RCTNotice {
get {
return ResourceManager.GetString("RCTNotice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Ren&apos;Py game engine archive.
/// </summary>