implemented Black Cyc resources.

VPK and GPK archives,
DWQ images,
VAW and WGQ audio files.
This commit is contained in:
morkt
2015-08-01 18:32:07 +04:00
parent 11906d9c57
commit 1fc106c51a
7 changed files with 571 additions and 3 deletions

View File

@@ -86,6 +86,7 @@
<Compile Include="ArcFPK.cs" />
<Compile Include="ArcFVP.cs" />
<Compile Include="ArcGameDat.cs" />
<Compile Include="ArcGPK.cs" />
<Compile Include="ArcGSP.cs" />
<Compile Include="ArcGsPack.cs" />
<Compile Include="ArcHED.cs" />
@@ -123,6 +124,9 @@
<Compile Include="ArcRPA.cs" />
<Compile Include="ArcS25.cs" />
<Compile Include="ArcSAF.cs" />
<Compile Include="ArcVPK.cs" />
<Compile Include="AudioVAW.cs" />
<Compile Include="ImageDWQ.cs" />
<Compile Include="ImageHIZ.cs" />
<Compile Include="ZLibStream.cs" />
<None Include="ArcSeraph.cs" />