implemented MPK archives and LAY images.

This commit is contained in:
morkt
2018-10-18 23:05:35 +04:00
parent a2d7446b62
commit 9bd7f743dd
3 changed files with 242 additions and 0 deletions

View File

@@ -209,6 +209,8 @@
<Compile Include="MangaGamer\ArcSHA.cs" />
<Compile Include="Mnp\ArcMMA.cs" />
<Compile Include="MultiFileArchive.cs" />
<Compile Include="NitroPlus\ArcLAY.cs" />
<Compile Include="NitroPlus\ArcMPK.cs" />
<Compile Include="Noesis\ArcIGA.cs" />
<Compile Include="NonColor\ArcMinato.cs" />
<Compile Include="Misc\ArcBIN.cs" />
@@ -265,7 +267,10 @@
<Compile Include="RealLive\ArcSEEN.cs" />
<Compile Include="RealLive\ImageG00Jpeg.cs" />
<Compile Include="ResourceSettings.cs" />
<Compile Include="Rits\ImageHBM.cs" />
<Compile Include="RPGMaker\ArcRGSS.cs" />
<Compile Include="RPGMaker\AudioRPGMV.cs" />
<Compile Include="RPGMaker\ImageRPGMV.cs" />
<Compile Include="RPM\ArcZENOS.cs" />
<Compile Include="rUGP\AudioRHA.cs" />
<Compile Include="Lilim\ArcFGA.cs" />