mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
KCAP archives are hierarchic.
This commit is contained in:
@@ -61,7 +61,7 @@ namespace GameRes.Formats.Selene
|
|||||||
public override string Tag { get { return "KCAP"; } }
|
public override string Tag { get { return "KCAP"; } }
|
||||||
public override string Description { get { return "Selene engine resource archive"; } }
|
public override string Description { get { return "Selene engine resource archive"; } }
|
||||||
public override uint Signature { get { return 0x5041434b; } } // 'KCAP'
|
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; } }
|
public override bool CanCreate { get { return false; } }
|
||||||
|
|
||||||
static private string DefaultPassPhrase = "Selene.Default.Password";
|
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
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion ("1.0.3.28")]
|
[assembly: AssemblyVersion ("1.0.3.29")]
|
||||||
[assembly: AssemblyFileVersion ("1.0.3.28")]
|
[assembly: AssemblyFileVersion ("1.0.3.29")]
|
||||||
|
|||||||
Reference in New Issue
Block a user