KCAP archives are hierarchic.

This commit is contained in:
morkt 2015-03-11 16:45:21 +04:00
parent 85c55b9aec
commit 2c2dfec477
2 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ namespace GameRes.Formats.Selene
public override string Tag { get { return "KCAP"; } }
public override string Description { get { return "Selene engine resource archive"; } }
public override uint Signature { get { return 0x5041434b; } } // 'KCAP'
public override bool IsHierarchic { get { return false; } }
public override bool IsHierarchic { get { return true; } }
public override bool CanCreate { get { return false; } }
static private string DefaultPassPhrase = "Selene.Default.Password";

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.0.3.28")]
[assembly: AssemblyFileVersion ("1.0.3.28")]
[assembly: AssemblyVersion ("1.0.3.29")]
[assembly: AssemblyFileVersion ("1.0.3.29")]