implemented Selene 'KCAP' archive format.

This commit is contained in:
morkt
2015-03-11 16:37:51 +04:00
parent 520e7215ba
commit 7580d36414
11 changed files with 413 additions and 2 deletions

View File

@@ -216,6 +216,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Default.
/// </summary>
public static string KCAPDefault {
get {
return ResourceManager.GetString("KCAPDefault", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Kogado game engine resource archive.
/// </summary>
@@ -225,6 +234,24 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Passphrase.
/// </summary>
public static string LabelPassphrase {
get {
return ResourceManager.GetString("LabelPassphrase", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Scheme.
/// </summary>
public static string LabelScheme {
get {
return ResourceManager.GetString("LabelScheme", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Liar-soft image archive.
/// </summary>