mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
released v1.5.39
This commit is contained in:
parent
a3bf8800fc
commit
427f016a96
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion ("1.2.42.1887")]
|
[assembly: AssemblyVersion ("1.2.43.1920")]
|
||||||
[assembly: AssemblyFileVersion ("1.2.42.1887")]
|
[assembly: AssemblyFileVersion ("1.2.43.1920")]
|
||||||
|
Binary file not shown.
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion ("1.0.11.31")]
|
[assembly: AssemblyVersion ("1.0.13.32")]
|
||||||
[assembly: AssemblyFileVersion ("1.0.11.31")]
|
[assembly: AssemblyFileVersion ("1.0.13.32")]
|
||||||
|
@ -65,6 +65,7 @@ Section "install"
|
|||||||
File "${RELEASE_DIR}\Microsoft.WindowsAPICodePack.dll"
|
File "${RELEASE_DIR}\Microsoft.WindowsAPICodePack.dll"
|
||||||
File "${RELEASE_DIR}\Microsoft.WindowsAPICodePack.Shell.dll"
|
File "${RELEASE_DIR}\Microsoft.WindowsAPICodePack.Shell.dll"
|
||||||
File "${RELEASE_DIR}\NAudio.dll"
|
File "${RELEASE_DIR}\NAudio.dll"
|
||||||
|
File "${RELEASE_DIR}\Net20.dll"
|
||||||
File "${RELEASE_DIR}\NVorbis.dll"
|
File "${RELEASE_DIR}\NVorbis.dll"
|
||||||
File "${RELEASE_DIR}\System.Data.SQLite.dll"
|
File "${RELEASE_DIR}\System.Data.SQLite.dll"
|
||||||
File "${RELEASE_DIR}\System.IO.FileSystem.dll"
|
File "${RELEASE_DIR}\System.IO.FileSystem.dll"
|
||||||
|
@ -51,5 +51,5 @@ using System.Windows;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion ("1.5.38.2464")]
|
[assembly: AssemblyVersion ("1.5.39.2590")]
|
||||||
[assembly: AssemblyFileVersion ("1.5.38.2464")]
|
[assembly: AssemblyFileVersion ("1.5.39.2590")]
|
||||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion ("1.5.39.295")]
|
[assembly: AssemblyVersion ("1.5.40.302")]
|
||||||
[assembly: AssemblyFileVersion ("1.5.39.295")]
|
[assembly: AssemblyFileVersion ("1.5.40.302")]
|
||||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion ("1.0.5.96")]
|
[assembly: AssemblyVersion ("1.0.6.129")]
|
||||||
[assembly: AssemblyFileVersion ("1.0.5.96")]
|
[assembly: AssemblyFileVersion ("1.0.6.129")]
|
||||||
|
@ -29,6 +29,7 @@ using System.Windows.Media;
|
|||||||
using GameRes.Compression;
|
using GameRes.Compression;
|
||||||
|
|
||||||
// [030912][Wing] Minato Gensou ~Venice Fantastica~
|
// [030912][Wing] Minato Gensou ~Venice Fantastica~
|
||||||
|
// [031010][Hachimitsu] Yori Shiro
|
||||||
|
|
||||||
namespace GameRes.Formats.Wing
|
namespace GameRes.Formats.Wing
|
||||||
{
|
{
|
||||||
|
@ -60,8 +60,8 @@ Author
|
|||||||
|
|
||||||
Written by [morkt](https://github.com/morkt/GARbro) under [MIT License](https://github.com/morkt/GARbro/blob/master/LICENSE).
|
Written by [morkt](https://github.com/morkt/GARbro) under [MIT License](https://github.com/morkt/GARbro/blob/master/LICENSE).
|
||||||
|
|
||||||
Korean translation by [mireado](https://github.com/mireado)
|
Korean translation by [mireado](https://github.com/mireado), [overworks](https://github.com/overworks)
|
||||||
|
|
||||||
Simplified Chinese translation by [tenyuhuang](https://github.com/tenyuhuang), [PeratX](https://github.com/PeratX) and [taroxd](https://github.com/taroxd)
|
Simplified Chinese translation by [elasticblitz](https://github.com/elasticblitz), [PeratX](https://github.com/PeratX) and [taroxd](https://github.com/taroxd)
|
||||||
|
|
||||||
Japanese translation by [haniwa55](https://github.com/haniwa55)
|
Japanese translation by [haniwa55](https://github.com/haniwa55)
|
||||||
|
@ -61,7 +61,7 @@ Sakura no Uta<br/>
|
|||||||
Traveling Stars<br/>
|
Traveling Stars<br/>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr class="last"><td>-</td><td><tt>CompressedBG___</tt></td><td></td></tr>
|
<tr class="last"><td>-</td><td><tt>CompressedBG___</tt></td><td></td></tr>
|
||||||
<tr class="odd"><td>*</td><td>-<br/><tt>SM2MPX10</tt></td><td></td><td rowspan="6">DRS</td><td rowspan="6">
|
<tr class="odd"><td>*</td><td>-<br/><tt>SM2MPX10</tt></td><td></td><td rowspan="7">DRS</td><td rowspan="7">
|
||||||
Anata no Osanazuma<br/>
|
Anata no Osanazuma<br/>
|
||||||
Ecchi na Bunny-san wa Kirai?<br/>
|
Ecchi na Bunny-san wa Kirai?<br/>
|
||||||
Kana ~Imouto~<br/>
|
Kana ~Imouto~<br/>
|
||||||
@ -69,6 +69,7 @@ Kohitsuji-tachi no Rakuen<br/>
|
|||||||
Make Love Junkies<br/>
|
Make Love Junkies<br/>
|
||||||
Natsu no Hitoshizuku<br/>
|
Natsu no Hitoshizuku<br/>
|
||||||
Onedari Milky Pai<br/>
|
Onedari Milky Pai<br/>
|
||||||
|
Oshikake Harem<br/>
|
||||||
Private Nurse<br/>
|
Private Nurse<br/>
|
||||||
Reijou Caster Mariko<br/>
|
Reijou Caster Mariko<br/>
|
||||||
Salmon Pink<br/>
|
Salmon Pink<br/>
|
||||||
@ -83,6 +84,7 @@ Tsukushite Agechau series<br/>
|
|||||||
<tr class="odd"><td>*.ggd</td><td><tt>\xB9\xAA\xB3\xB3</tt><br/><tt>\xAB\xAD\xAA\xBA</tt><br/><tt>\xB7\xB6\xB8\xB7</tt><br/><tt>\xCD\xCA\xC9\xB8</tt></td><td><span class="supported"></span></td></tr>
|
<tr class="odd"><td>*.ggd</td><td><tt>\xB9\xAA\xB3\xB3</tt><br/><tt>\xAB\xAD\xAA\xBA</tt><br/><tt>\xB7\xB6\xB8\xB7</tt><br/><tt>\xCD\xCA\xC9\xB8</tt></td><td><span class="supported"></span></td></tr>
|
||||||
<tr class="odd"><td>*.gg1<br/>*.gg2<br/>*.gg3<br/>*.gg0</td><td><tt>GGA00000</tt></td><td></td></tr>
|
<tr class="odd"><td>*.gg1<br/>*.gg2<br/>*.gg3<br/>*.gg0</td><td><tt>GGA00000</tt></td><td></td></tr>
|
||||||
<tr class="odd"><td>*.ggp</td><td><tt>GGPFAIKE</tt></td><td></td></tr>
|
<tr class="odd"><td>*.ggp</td><td><tt>GGPFAIKE</tt></td><td></td></tr>
|
||||||
|
<tr class="odd"><td>*.gan</td><td><tt>GANM0100</tt></td><td></td></tr>
|
||||||
<tr class="odd"><td>*.ygp</td><td><tt>YGP</tt></td><td></td></tr>
|
<tr class="odd"><td>*.ygp</td><td><tt>YGP</tt></td><td></td></tr>
|
||||||
<tr class="odd last"><td>*.vrs</td><td><tt>DO</tt></td><td></td></tr>
|
<tr class="odd last"><td>*.vrs</td><td><tt>DO</tt></td><td></td></tr>
|
||||||
<tr><td>*.bin</td><td><tt>ACPXPK01<br/>ACP_PK.1</tt></td><td></td><td>Escu:de<br/>Unison Shift</td><td>
|
<tr><td>*.bin</td><td><tt>ACPXPK01<br/>ACP_PK.1</tt></td><td></td><td>Escu:de<br/>Unison Shift</td><td>
|
||||||
@ -1058,6 +1060,7 @@ Detective Seven<br/>
|
|||||||
Hyakki Yakou<br/>
|
Hyakki Yakou<br/>
|
||||||
Mahou Senshi Extra Stage 2 ~Gakuen Kangoku~<br/>
|
Mahou Senshi Extra Stage 2 ~Gakuen Kangoku~<br/>
|
||||||
Saikyou Goshujin-sama! -Mighty My Master-<br/>
|
Saikyou Goshujin-sama! -Mighty My Master-<br/>
|
||||||
|
Saimin Gakuen 1-nensei<br/>
|
||||||
Saiminjutsu Re<br/>
|
Saiminjutsu Re<br/>
|
||||||
Soredemo Tsuma o Aishiteru<br/>
|
Soredemo Tsuma o Aishiteru<br/>
|
||||||
Summoner Princess Artemina 2 -Tatakae! Apologue-<br/>
|
Summoner Princess Artemina 2 -Tatakae! Apologue-<br/>
|
||||||
@ -1442,6 +1445,7 @@ Aru Kazoku no Kankeizu<br/>
|
|||||||
Chou no Yume ~Futari no Chou~<br/>
|
Chou no Yume ~Futari no Chou~<br/>
|
||||||
Choumajuu! ~Seieki Juuten Dungeon Kouryaku~<br/>
|
Choumajuu! ~Seieki Juuten Dungeon Kouryaku~<br/>
|
||||||
Cosplay Ecchi ~Layer Kana no Yuuutsu~<br/>
|
Cosplay Ecchi ~Layer Kana no Yuuutsu~<br/>
|
||||||
|
Datsubo Kan<br/>
|
||||||
Ecchi Kara Koi o Hiite mo, Tomodachi ni Sae Narenai.<br/>
|
Ecchi Kara Koi o Hiite mo, Tomodachi ni Sae Narenai.<br/>
|
||||||
Eijin-sou<br/>
|
Eijin-sou<br/>
|
||||||
Etsuraku no Tane<br/>
|
Etsuraku no Tane<br/>
|
||||||
@ -1511,6 +1515,7 @@ Zoku Etsuraku no Tane<br/>
|
|||||||
Zoku Kairaku Izonshou ~Sono Go no Ryouko-san~<br/>
|
Zoku Kairaku Izonshou ~Sono Go no Ryouko-san~<br/>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr class="odd"><td>*.bin</td><td><tt>OZ</tt></td><td></td><td>Patisserie</td><td>
|
<tr class="odd"><td>*.bin</td><td><tt>OZ</tt></td><td></td><td>Patisserie</td><td>
|
||||||
|
Matsuyoigusa<br/>
|
||||||
Ore no Tamanokoshi ni Notte Kure<br/>
|
Ore no Tamanokoshi ni Notte Kure<br/>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr><td>*.arc</td><td>-</td><td></td><td>KISS</td><td>
|
<tr><td>*.arc</td><td>-</td><td></td><td>KISS</td><td>
|
||||||
@ -1886,6 +1891,7 @@ Rimlet<br/>
|
|||||||
</td></tr>
|
</td></tr>
|
||||||
<tr class="last"><td>*.cfp</td><td><tt>REP</tt><br/><tt>REP2</tt></td><td></td></tr>
|
<tr class="last"><td>*.cfp</td><td><tt>REP</tt><br/><tt>REP2</tt></td><td></td></tr>
|
||||||
<tr class="odd"><td>*.pak</td><td><tt>vav</tt></td><td></td><td>FrontWing</td><td>
|
<tr class="odd"><td>*.pak</td><td><tt>vav</tt></td><td></td><td>FrontWing</td><td>
|
||||||
|
Futago Ecchi<br/>
|
||||||
Shiritsu Akihabara Gakuen<br/>
|
Shiritsu Akihabara Gakuen<br/>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr><td>*.dat</td><td><tt>FILECMB-DATA</tt></td><td></td><td>DJSYSTEM</td><td>
|
<tr><td>*.dat</td><td><tt>FILECMB-DATA</tt></td><td></td><td>DJSYSTEM</td><td>
|
||||||
@ -1938,9 +1944,18 @@ Ryoujoku Ukeoinin Tsuboshi<br/>
|
|||||||
<tr><td>*.mma</td><td><tt>ARC!</tt></td><td></td><td>MNP</td><td>
|
<tr><td>*.mma</td><td><tt>ARC!</tt></td><td></td><td>MNP</td><td>
|
||||||
Izayoi Renka<br/>
|
Izayoi Renka<br/>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr><td>*.red</td><td><tt>RE0</tt></td><td></td><td>Ocarina</td><td>
|
<tr class="odd"><td>*.red</td><td><tt>RE0</tt></td><td></td><td>Ocarina</td><td>
|
||||||
Stay ~Anata no Tonari ni~<br/>
|
Stay ~Anata no Tonari ni~<br/>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
<tr><td>*.g</td><td><tt>GML_ARC</tt></td><td></td><td>GLib</td><td>
|
||||||
|
Ricotte ~Alpenbul no Utahime~<br/>
|
||||||
|
</td></tr>
|
||||||
|
<tr class="odd"><td>*.pkz</td><td><tt>PKZ0</tt></td><td></td><td rowspan="4">SVIU</td><td rowspan="4">
|
||||||
|
Fall in Love<br/>
|
||||||
|
</td></tr>
|
||||||
|
<tr class="odd"><td>*.gbp</td><td><tt>GYBP</tt></td><td></td></tr>
|
||||||
|
<tr class="odd"><td>*.jbp</td><td><tt>JBP1</tt></td><td></td></tr>
|
||||||
|
<tr class="odd last"><td>*.kog</td><td>-</td><td></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<p><a name="note-1" class="footnote">1</a> Non-encrypted only</p>
|
<p><a name="note-1" class="footnote">1</a> Non-encrypted only</p>
|
||||||
</body>
|
</body>
|
||||||
|
@ -1,33 +1,27 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<GARbro>
|
<GARbro>
|
||||||
<Release>
|
<Release>
|
||||||
<Version>1.5.38</Version>
|
<Version>1.5.39</Version>
|
||||||
<Url>https://github.com/morkt/GARbro/releases/latest</Url>
|
<Url>https://github.com/morkt/GARbro/releases/latest</Url>
|
||||||
<Notes>New formats:
|
<Notes>New formats:
|
||||||
- IGA archives
|
- MIF archives, BCF and NG3 images
|
||||||
- MPF2 archives
|
- 'mrg0' archives
|
||||||
- PKD archives
|
- 'SHA_' archives
|
||||||
- CPZ1 archives
|
- 'GML_ARC' archives
|
||||||
- 'FPK 2.0' archives
|
- TIL images
|
||||||
- AQA archives, CTF images and MSF audio
|
- RAD archives and RSG images
|
||||||
- SGF images and AOGG audio
|
- PAQ archives DZP images
|
||||||
- VWF audio
|
- PKZ archives, JBP images and KOG audio
|
||||||
- updated KiriKiri and Malie encryption schemes
|
- updated KiriKiri and ShiinaRio encryption schemes
|
||||||
|
|
||||||
|
Improved handling of composite TLG images.
|
||||||
</Notes>
|
</Notes>
|
||||||
</Release>
|
</Release>
|
||||||
<FormatsData>
|
<FormatsData>
|
||||||
<FileVersion>122</FileVersion>
|
<FileVersion>125</FileVersion>
|
||||||
<Url>https://github.com/morkt/GARbro/raw/7778b1c8206caadddba9a3dcb2e93d099c28f286/ArcFormats/Resources/Formats.dat</Url>
|
|
||||||
<Requires>
|
|
||||||
<Assembly Name="ArcFormats" Version="1.2.41.1815"/>
|
|
||||||
<Assembly Name="GameRes" Version="1.4.26.238"/>
|
|
||||||
</Requires>
|
|
||||||
</FormatsData>
|
|
||||||
<FormatsData>
|
|
||||||
<FileVersion>124</FileVersion>
|
|
||||||
<Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url>
|
<Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url>
|
||||||
<Requires>
|
<Requires>
|
||||||
<Assembly Name="ArcFormats" Version="1.2.42.1850"/>
|
<Assembly Name="ArcFormats" Version="1.2.42.1920"/>
|
||||||
<Assembly Name="GameRes" Version="1.4.26.238"/>
|
<Assembly Name="GameRes" Version="1.4.26.238"/>
|
||||||
</Requires>
|
</Requires>
|
||||||
</FormatsData>
|
</FormatsData>
|
||||||
|
Loading…
Reference in New Issue
Block a user