Skip to content

Commit 9ec1978

Browse files
committed
released v1.5.44
1 parent d6efa5c commit 9ec1978

File tree

11 files changed

+48
-30
lines changed

11 files changed

+48
-30
lines changed

ArcFormats/ArcFormats.csproj

+11
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
<Compile Include="AdvSys\ArcAdvSys3.cs" />
101101
<Compile Include="AdvSys\ImageGWD.cs" />
102102
<Compile Include="Ail\ArcLNK2.cs" />
103+
<Compile Include="BlueGale\ImageBBM.cs" />
104+
<Compile Include="JamCreation\ArcDAT.cs" />
105+
<Compile Include="JamCreation\ImageDPO.cs" />
103106
<Compile Include="AliceSoft\ArcAAR.cs" />
104107
<Compile Include="AliceSoft\ArcAFA.cs" />
105108
<Compile Include="AliceSoft\ArcALK.cs" />
@@ -148,6 +151,7 @@
148151
<Compile Include="Cmvs\CpzHeader.cs" />
149152
<Compile Include="Cmvs\HuffmanDecoder.cs" />
150153
<Compile Include="Crc16.cs" />
154+
<Compile Include="Cri\ImageGXT.cs" />
151155
<Compile Include="Crowd\ImageCRZ.cs" />
152156
<Compile Include="CsWare\ArcARC2.cs" />
153157
<Compile Include="CsWare\ArcDAT.cs" />
@@ -201,6 +205,9 @@
201205
<Compile Include="Interheart\ArcFPK2.cs" />
202206
<Compile Include="Interheart\ImageCandy.cs" />
203207
<Compile Include="Ivory\ArcSG.cs" />
208+
<Compile Include="Key\ArcPAK.cs" />
209+
<Compile Include="Key\AudioOGGPAK.cs" />
210+
<Compile Include="Key\ImageCZ.cs" />
204211
<Compile Include="Kid\ArcDAT.cs" />
205212
<Compile Include="Kid\AudioWAF.cs" />
206213
<Compile Include="Kid\ImagePRT.cs" />
@@ -248,6 +255,7 @@
248255
<Compile Include="Nonono\ArcNPF.cs" />
249256
<Compile Include="Nonono\ImageIMGX.cs" />
250257
<Compile Include="Origin\ArcDAT.cs" />
258+
<Compile Include="Origin\ArcGAF.cs" />
251259
<Compile Include="Otemoto\ArcTLZ.cs" />
252260
<Compile Include="Otemoto\ImageMAG.cs" />
253261
<Compile Include="ExHibit\ArcGRP.cs" />
@@ -313,7 +321,10 @@
313321
<Compile Include="ShiinaRio\ArcWARC1.0.cs" />
314322
<Compile Include="ShiinaRio\ImageCHD.cs" />
315323
<Compile Include="Slg\ImageTIM.cs" />
324+
<Compile Include="Software House Parsley\ArcCG2.cs" />
325+
<Compile Include="Software House Parsley\ArcPAC.cs" />
316326
<Compile Include="Software House Parsley\ArcUCG.cs" />
327+
<Compile Include="Software House Parsley\ImagePCG.cs" />
317328
<Compile Include="Speed\ArcARC.cs" />
318329
<Compile Include="Stack\ArcGPK.cs" />
319330
<Compile Include="StudioJikkenshitsu\ArcUMPK.cs" />

ArcFormats/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.2.47.2120")]
36-
[assembly: AssemblyFileVersion ("1.2.47.2120")]
35+
[assembly: AssemblyVersion ("1.2.48.2153")]
36+
[assembly: AssemblyFileVersion ("1.2.48.2153")]

ArcFormats/Resources/Formats.dat

577 Bytes
Binary file not shown.

Experimental/Experimental.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@
109109
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
110110
</None>
111111
</ItemGroup>
112-
<ItemGroup>
113-
<Folder Include="Key\" />
114-
</ItemGroup>
112+
<ItemGroup />
115113
<ItemGroup Label="IPTFiles">
116114
<Compile Include="Artemis\IPT.Parser.cs">
117115
<DependentUpon>IPT.parser</DependentUpon>

Experimental/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.0.15.38")]
36-
[assembly: AssemblyFileVersion ("1.0.15.38")]
35+
[assembly: AssemblyVersion ("1.0.16.39")]
36+
[assembly: AssemblyFileVersion ("1.0.16.39")]

GARbro.sln

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Image.Convert", "Image.Conv
2424
EndProjectSection
2525
EndProject
2626
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchemeBuilder", "SchemeBuilder\SchemeBuilder.csproj", "{B7E7EBFB-C06E-4FC8-9AF2-7CD132AB15FD}"
27-
ProjectSection(ProjectDependencies) = postProject
28-
{60054FD9-4472-4BB4-9E3D-2F80D3D22468} = {60054FD9-4472-4BB4-9E3D-2F80D3D22468}
29-
EndProjectSection
3027
EndProject
3128
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Experimental", "Experimental\Experimental.csproj", "{60054FD9-4472-4BB4-9E3D-2F80D3D22468}"
3229
EndProject

GUI/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion ("1.5.43.2857")]
55-
[assembly: AssemblyFileVersion ("1.5.43.2857")]
54+
[assembly: AssemblyVersion ("1.5.44.2904")]
55+
[assembly: AssemblyFileVersion ("1.5.44.2904")]

GameRes/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.5.43.316")]
36-
[assembly: AssemblyFileVersion ("1.5.43.316")]
35+
[assembly: AssemblyVersion ("1.5.44.319")]
36+
[assembly: AssemblyFileVersion ("1.5.44.319")]

Legacy/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion ("1.0.9.183")]
36-
[assembly: AssemblyFileVersion ("1.0.9.183")]
35+
[assembly: AssemblyVersion ("1.0.10.196")]
36+
[assembly: AssemblyFileVersion ("1.0.10.196")]

docs/supported.html

+5
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@
612612
Libra of the Vampire Princess <span class="footnote">ShiinaRio v2.50</span><br/>
613613
Mahou Shoujo no Taisetsu na Koto <span class="footnote">ShiinaRio v2.47</span><br/>
614614
Maki Fes! <span class="footnote">ShiinaRio v2.50</span><br/>
615+
Manin Chijo Densha 2 <span class="footnote">ShiinaRio v2.45</span><br/>
615616
Mikoko <span class="footnote">ShiinaRio v2.46</span><br/>
616617
Mimi o Sumaseba <span class="footnote">ShiinaRio v2.47</span><br/>
617618
Nagagutsu wo Haita Deco <span class="footnote">ShiinaRio v2.39</span><br/>
@@ -664,6 +665,7 @@
664665
Yume Miru Egoist <span class="footnote">ShiinaRio v2.47</span><br/>
665666
Yuru Plus <span class="footnote">ShiinaRio v2.49</span><br/>
666667
Zansho Omimai Moushiagemasu<span class="footnote">ShiinaRio v2.41</span><br/>
668+
Zettai Zetsumei Shoujo <span class="footnote">ShiinaRio v2.49</span><br/>
667669
</td></tr>
668670
<tr><td>*.s25</td><td><tt>S25</tt></td><td></td></tr>
669671
<tr><td>*.mi4</td><td><tt>MAI4</tt></td><td></td></tr>
@@ -2039,6 +2041,9 @@
20392041
<tr><td>*</td><td><tt>CSAF</tt></td><td></td><td>D.O.</td><td>
20402042
Kazoku Keikaku Re:Tsumugu Ito<br/>
20412043
</td></tr>
2044+
<tr class="odd"><td>*.dat</td><td><tt>CsPack2</tt></td><td></td><td>CatSystem</td><td>
2045+
Yuibashi<br/>
2046+
</td></tr>
20422047
</table>
20432048
<p><a name="note-1" class="footnote">1</a> Non-encrypted only</p>
20442049
</body>

docs/version.xml

+21-14
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,34 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<GARbro>
33
<Release>
4-
<Version>1.5.43</Version>
4+
<Version>1.5.44</Version>
55
<Url>https://github.com/morkt/GARbro/releases/latest</Url>
66
<Notes>New formats:
7-
- CSAF archives
8-
- CPC archives, ERP images and EZS audio
9-
- GP1 images and PWV audio
10-
- CGD images and ASD archives
11-
- ANI animation frames
12-
- IPT composite images
13-
- ZLK archives
14-
- LPG images
15-
- RAD images
16-
- NPF archives
17-
- BIN+IDX archives
7+
- UMPK archives and GRC images
8+
- 'CsPack2' archives
9+
- UCG archives
10+
- IMGX images
11+
- FLK archives and BPA images
12+
- Jam Creation archives and DPO images
13+
- PAC0 archives and PCG0 images
14+
- CMB archives
15+
- PAK archives and SFG images
16+
- uGOS 'FC' and 'FD' images
1817

19-
Updated KiriKiri and ShiinaRio encryption schemes.
18+
Updated KiriKiri encryption schemes.
2019
</Notes>
2120
</Release>
2221
<FormatsData>
23-
<FileVersion>145</FileVersion>
22+
<FileVersion>146</FileVersion>
2423
<Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url>
24+
<Requires>
25+
<Assembly Name="ArcFormats" Version="1.2.47.2146"/>
26+
<Assembly Name="GameRes" Version="1.4.26.238"/>
27+
</Requires>
28+
</FormatsData>
29+
<FormatsData>
30+
<FileVersion>145</FileVersion>
31+
<Url>https://github.com/morkt/GARbro/raw/c35ca8ec1f15edb9a32823014a3d532d9b4f5941/ArcFormats/Resources/Formats.dat</Url>
2532
<Requires>
2633
<Assembly Name="ArcFormats" Version="1.2.46.2120"/>
2734
<Assembly Name="GameRes" Version="1.4.26.238"/>

0 commit comments

Comments
 (0)