implemented Kogado resource archive.

This commit is contained in:
morkt
2014-08-25 15:11:34 +04:00
parent ad1b51b24c
commit fa4b8b6bce
5 changed files with 1138 additions and 0 deletions

View File

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

View File

@@ -171,6 +171,9 @@ Choose appropriate encryption scheme.</value>
Enter archive encryption key or choose
predefined encryption scheme.</value>
</data>
<data name="KogadoDescription" xml:space="preserve">
<value>Kogado game engine resource archive</value>
</data>
<data name="LWGDescription" xml:space="preserve">
<value>Liar-soft image archive</value>
</data>