implemented Ren'Py game engine archives support.

This commit is contained in:
morkt
2014-08-16 10:38:26 +04:00
parent 83e4414ffc
commit 5e15fb5091
4 changed files with 559 additions and 0 deletions

View File

@@ -387,6 +387,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Ren&apos;Py game engine archive.
/// </summary>
public static string RPADescription {
get {
return ResourceManager.GetString("RPADescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Amaterasu Translations Muv-Luv script file.
/// </summary>

View File

@@ -228,6 +228,9 @@ predefined encryption scheme.</value>
<data name="PDScrambleContents" xml:space="preserve">
<value>Scramble contents</value>
</data>
<data name="RPADescription" xml:space="preserve">
<value>Ren'Py game engine archive</value>
</data>
<data name="SCRDescription" xml:space="preserve">
<value>Amaterasu Translations Muv-Luv script file</value>
</data>