implemented ScrPlayer 'pack' archives and IMG2 images.

This commit is contained in:
morkt
2016-09-12 01:27:29 +04:00
parent 72f6d329f1
commit 3eea7bb5df
8 changed files with 481 additions and 0 deletions

View File

@@ -195,6 +195,8 @@
<Compile Include="RealLive\AudioOWP.cs" />
<Compile Include="RealLive\ImageG00.cs" />
<Compile Include="RealLive\ImagePDT.cs" />
<Compile Include="ScrPlayer\ArcPAK.cs" />
<Compile Include="ScrPlayer\ImageI.cs" />
<Compile Include="ShiinaRio\WarcEncryption.cs" />
<Compile Include="Silky\ImageZIT.cs" />
<Compile Include="SimpleEncryption.cs" />
@@ -594,6 +596,11 @@
</Compile>
<EmbeddedResource Include="Softpal\WaveTable1" />
<EmbeddedResource Include="Softpal\WaveTable2" />
<EmbeddedResource Include="ScrPlayer\ColorBitsTable1" />
<EmbeddedResource Include="ScrPlayer\ColorBitsTable2" />
<EmbeddedResource Include="ScrPlayer\ControlTable1" />
<EmbeddedResource Include="ScrPlayer\ControlTable2" />
<EmbeddedResource Include="ScrPlayer\ControlTable32" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GameRes\GameRes.csproj">