mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
KCAP archives are hierarchic.
This commit is contained in:
parent
85c55b9aec
commit
2c2dfec477
@ -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";
|
||||
|
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user