mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-26 23:24:00 +08:00
released v1.5.44
This commit is contained in:
parent
d6efa5c1b3
commit
9ec1978bf6
@ -100,6 +100,9 @@
|
||||
<Compile Include="AdvSys\ArcAdvSys3.cs" />
|
||||
<Compile Include="AdvSys\ImageGWD.cs" />
|
||||
<Compile Include="Ail\ArcLNK2.cs" />
|
||||
<Compile Include="BlueGale\ImageBBM.cs" />
|
||||
<Compile Include="JamCreation\ArcDAT.cs" />
|
||||
<Compile Include="JamCreation\ImageDPO.cs" />
|
||||
<Compile Include="AliceSoft\ArcAAR.cs" />
|
||||
<Compile Include="AliceSoft\ArcAFA.cs" />
|
||||
<Compile Include="AliceSoft\ArcALK.cs" />
|
||||
@ -148,6 +151,7 @@
|
||||
<Compile Include="Cmvs\CpzHeader.cs" />
|
||||
<Compile Include="Cmvs\HuffmanDecoder.cs" />
|
||||
<Compile Include="Crc16.cs" />
|
||||
<Compile Include="Cri\ImageGXT.cs" />
|
||||
<Compile Include="Crowd\ImageCRZ.cs" />
|
||||
<Compile Include="CsWare\ArcARC2.cs" />
|
||||
<Compile Include="CsWare\ArcDAT.cs" />
|
||||
@ -201,6 +205,9 @@
|
||||
<Compile Include="Interheart\ArcFPK2.cs" />
|
||||
<Compile Include="Interheart\ImageCandy.cs" />
|
||||
<Compile Include="Ivory\ArcSG.cs" />
|
||||
<Compile Include="Key\ArcPAK.cs" />
|
||||
<Compile Include="Key\AudioOGGPAK.cs" />
|
||||
<Compile Include="Key\ImageCZ.cs" />
|
||||
<Compile Include="Kid\ArcDAT.cs" />
|
||||
<Compile Include="Kid\AudioWAF.cs" />
|
||||
<Compile Include="Kid\ImagePRT.cs" />
|
||||
@ -248,6 +255,7 @@
|
||||
<Compile Include="Nonono\ArcNPF.cs" />
|
||||
<Compile Include="Nonono\ImageIMGX.cs" />
|
||||
<Compile Include="Origin\ArcDAT.cs" />
|
||||
<Compile Include="Origin\ArcGAF.cs" />
|
||||
<Compile Include="Otemoto\ArcTLZ.cs" />
|
||||
<Compile Include="Otemoto\ImageMAG.cs" />
|
||||
<Compile Include="ExHibit\ArcGRP.cs" />
|
||||
@ -313,7 +321,10 @@
|
||||
<Compile Include="ShiinaRio\ArcWARC1.0.cs" />
|
||||
<Compile Include="ShiinaRio\ImageCHD.cs" />
|
||||
<Compile Include="Slg\ImageTIM.cs" />
|
||||
<Compile Include="Software House Parsley\ArcCG2.cs" />
|
||||
<Compile Include="Software House Parsley\ArcPAC.cs" />
|
||||
<Compile Include="Software House Parsley\ArcUCG.cs" />
|
||||
<Compile Include="Software House Parsley\ImagePCG.cs" />
|
||||
<Compile Include="Speed\ArcARC.cs" />
|
||||
<Compile Include="Stack\ArcGPK.cs" />
|
||||
<Compile Include="StudioJikkenshitsu\ArcUMPK.cs" />
|
||||
|
@ -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.2.47.2120")]
|
||||
[assembly: AssemblyFileVersion ("1.2.47.2120")]
|
||||
[assembly: AssemblyVersion ("1.2.48.2153")]
|
||||
[assembly: AssemblyFileVersion ("1.2.48.2153")]
|
||||
|
Binary file not shown.
@ -109,9 +109,7 @@
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Key\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup Label="IPTFiles">
|
||||
<Compile Include="Artemis\IPT.Parser.cs">
|
||||
<DependentUpon>IPT.parser</DependentUpon>
|
||||
|
@ -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.15.38")]
|
||||
[assembly: AssemblyFileVersion ("1.0.15.38")]
|
||||
[assembly: AssemblyVersion ("1.0.16.39")]
|
||||
[assembly: AssemblyFileVersion ("1.0.16.39")]
|
||||
|
@ -24,9 +24,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Image.Convert", "Image.Conv
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchemeBuilder", "SchemeBuilder\SchemeBuilder.csproj", "{B7E7EBFB-C06E-4FC8-9AF2-7CD132AB15FD}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{60054FD9-4472-4BB4-9E3D-2F80D3D22468} = {60054FD9-4472-4BB4-9E3D-2F80D3D22468}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Experimental", "Experimental\Experimental.csproj", "{60054FD9-4472-4BB4-9E3D-2F80D3D22468}"
|
||||
EndProject
|
||||
|
@ -51,5 +51,5 @@ using System.Windows;
|
||||
// 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.5.43.2857")]
|
||||
[assembly: AssemblyFileVersion ("1.5.43.2857")]
|
||||
[assembly: AssemblyVersion ("1.5.44.2904")]
|
||||
[assembly: AssemblyFileVersion ("1.5.44.2904")]
|
||||
|
@ -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.5.43.316")]
|
||||
[assembly: AssemblyFileVersion ("1.5.43.316")]
|
||||
[assembly: AssemblyVersion ("1.5.44.319")]
|
||||
[assembly: AssemblyFileVersion ("1.5.44.319")]
|
||||
|
@ -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.9.183")]
|
||||
[assembly: AssemblyFileVersion ("1.0.9.183")]
|
||||
[assembly: AssemblyVersion ("1.0.10.196")]
|
||||
[assembly: AssemblyFileVersion ("1.0.10.196")]
|
||||
|
@ -612,6 +612,7 @@ Last Waltz ~Hakudaku Mamire no Natsu Gasshuku~ <span class="footnote">ShiinaRio
|
||||
Libra of the Vampire Princess <span class="footnote">ShiinaRio v2.50</span><br/>
|
||||
Mahou Shoujo no Taisetsu na Koto <span class="footnote">ShiinaRio v2.47</span><br/>
|
||||
Maki Fes! <span class="footnote">ShiinaRio v2.50</span><br/>
|
||||
Manin Chijo Densha 2 <span class="footnote">ShiinaRio v2.45</span><br/>
|
||||
Mikoko <span class="footnote">ShiinaRio v2.46</span><br/>
|
||||
Mimi o Sumaseba <span class="footnote">ShiinaRio v2.47</span><br/>
|
||||
Nagagutsu wo Haita Deco <span class="footnote">ShiinaRio v2.39</span><br/>
|
||||
@ -664,6 +665,7 @@ Yoyogi Hitozuma Senmon Gakuin<span class="footnote">ShiinaRio v2.37</span><br/>
|
||||
Yume Miru Egoist <span class="footnote">ShiinaRio v2.47</span><br/>
|
||||
Yuru Plus <span class="footnote">ShiinaRio v2.49</span><br/>
|
||||
Zansho Omimai Moushiagemasu<span class="footnote">ShiinaRio v2.41</span><br/>
|
||||
Zettai Zetsumei Shoujo <span class="footnote">ShiinaRio v2.49</span><br/>
|
||||
</td></tr>
|
||||
<tr><td>*.s25</td><td><tt>S25</tt></td><td></td></tr>
|
||||
<tr><td>*.mi4</td><td><tt>MAI4</tt></td><td></td></tr>
|
||||
@ -2039,6 +2041,9 @@ Tenshi no Nichou Kenjuu<br/>
|
||||
<tr><td>*</td><td><tt>CSAF</tt></td><td></td><td>D.O.</td><td>
|
||||
Kazoku Keikaku Re:Tsumugu Ito<br/>
|
||||
</td></tr>
|
||||
<tr class="odd"><td>*.dat</td><td><tt>CsPack2</tt></td><td></td><td>CatSystem</td><td>
|
||||
Yuibashi<br/>
|
||||
</td></tr>
|
||||
</table>
|
||||
<p><a name="note-1" class="footnote">1</a> Non-encrypted only</p>
|
||||
</body>
|
||||
|
@ -1,27 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<GARbro>
|
||||
<Release>
|
||||
<Version>1.5.43</Version>
|
||||
<Version>1.5.44</Version>
|
||||
<Url>https://github.com/morkt/GARbro/releases/latest</Url>
|
||||
<Notes>New formats:
|
||||
- CSAF archives
|
||||
- CPC archives, ERP images and EZS audio
|
||||
- GP1 images and PWV audio
|
||||
- CGD images and ASD archives
|
||||
- ANI animation frames
|
||||
- IPT composite images
|
||||
- ZLK archives
|
||||
- LPG images
|
||||
- RAD images
|
||||
- NPF archives
|
||||
- BIN+IDX archives
|
||||
- UMPK archives and GRC images
|
||||
- 'CsPack2' archives
|
||||
- UCG archives
|
||||
- IMGX images
|
||||
- FLK archives and BPA images
|
||||
- Jam Creation archives and DPO images
|
||||
- PAC0 archives and PCG0 images
|
||||
- CMB archives
|
||||
- PAK archives and SFG images
|
||||
- uGOS 'FC' and 'FD' images
|
||||
|
||||
Updated KiriKiri and ShiinaRio encryption schemes.
|
||||
Updated KiriKiri encryption schemes.
|
||||
</Notes>
|
||||
</Release>
|
||||
<FormatsData>
|
||||
<FileVersion>145</FileVersion>
|
||||
<FileVersion>146</FileVersion>
|
||||
<Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url>
|
||||
<Requires>
|
||||
<Assembly Name="ArcFormats" Version="1.2.47.2146"/>
|
||||
<Assembly Name="GameRes" Version="1.4.26.238"/>
|
||||
</Requires>
|
||||
</FormatsData>
|
||||
<FormatsData>
|
||||
<FileVersion>145</FileVersion>
|
||||
<Url>https://github.com/morkt/GARbro/raw/c35ca8ec1f15edb9a32823014a3d532d9b4f5941/ArcFormats/Resources/Formats.dat</Url>
|
||||
<Requires>
|
||||
<Assembly Name="ArcFormats" Version="1.2.46.2120"/>
|
||||
<Assembly Name="GameRes" Version="1.4.26.238"/>
|
||||
|
Loading…
Reference in New Issue
Block a user