implemented Nitro+ archives creation.

encryption not implemented yet.
This commit is contained in:
morkt
2014-08-18 09:07:35 +04:00
parent 881a95c165
commit 8697257e79
12 changed files with 451 additions and 46 deletions

View File

@@ -124,6 +124,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Reset.
/// </summary>
public static string ArcReset {
get {
return ResourceManager.GetString("ArcReset", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to âge proprietary image format.
/// </summary>
@@ -315,6 +324,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Compress contents.
/// </summary>
public static string NPACompressContents {
get {
return ResourceManager.GetString("NPACompressContents", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Nitro+ resource archive.
/// </summary>
@@ -324,6 +342,25 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Encryption keys
///(required even if contents is not encrypted).
/// </summary>
public static string NPAKeys {
get {
return ResourceManager.GetString("NPAKeys", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Encryption scheme.
/// </summary>
public static string NPALabelScheme {
get {
return ResourceManager.GetString("NPALabelScheme", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Nitro+ Steins;Gate resource archive.
/// </summary>