diff --git a/ArcFormats/Properties/AssemblyInfo.cs b/ArcFormats/Properties/AssemblyInfo.cs index 17fb0c0e..f2ffb506 100644 --- a/ArcFormats/Properties/AssemblyInfo.cs +++ b/ArcFormats/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.37.1559")] -[assembly: AssemblyFileVersion ("1.2.37.1559")] +[assembly: AssemblyVersion ("1.2.38.1631")] +[assembly: AssemblyFileVersion ("1.2.38.1631")] diff --git a/ArcFormats/Resources/Formats.dat b/ArcFormats/Resources/Formats.dat index a2fbae98..68bf0e8b 100644 Binary files a/ArcFormats/Resources/Formats.dat and b/ArcFormats/Resources/Formats.dat differ diff --git a/Experimental/Properties/AssemblyInfo.cs b/Experimental/Properties/AssemblyInfo.cs index ebf8be31..57857df8 100644 --- a/Experimental/Properties/AssemblyInfo.cs +++ b/Experimental/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.7.27")] -[assembly: AssemblyFileVersion ("1.0.7.27")] +[assembly: AssemblyVersion ("1.0.9.29")] +[assembly: AssemblyFileVersion ("1.0.9.29")] diff --git a/GARbro.nsi b/GARbro.nsi index 79c06093..5e176881 100644 --- a/GARbro.nsi +++ b/GARbro.nsi @@ -54,9 +54,12 @@ Section "install" File "${RELEASE_DIR}\ArcExtra.dll" File "${RELEASE_DIR}\ArcFormats.dll" File "${RELEASE_DIR}\ArcFormats.dll.config" + File "${RELEASE_DIR}\ArcLegacy.dll" File "${RELEASE_DIR}\Concentus.dll" File "${RELEASE_DIR}\Concentus.Oggfile.dll" File "${RELEASE_DIR}\GameRes.dll" + File "${RELEASE_DIR}\GameRes.dll.config" + File "${RELEASE_DIR}\ICSharpCode.SharpZipLib.dll" File "${RELEASE_DIR}\Microsoft.Deployment.Compression.dll" File "${RELEASE_DIR}\Microsoft.Deployment.Compression.Cab.dll" File "${RELEASE_DIR}\Microsoft.WindowsAPICodePack.dll" @@ -106,9 +109,12 @@ Section "uninstall" Delete $INSTDIR\ArcExtra.dll Delete $INSTDIR\ArcFormats.dll Delete $INSTDIR\ArcFormats.dll.config + Delete $INSTDIR\ArcLegacy.dll Delete $INSTDIR\Concentus.dll Delete $INSTDIR\Concentus.Oggfile.dll Delete $INSTDIR\GameRes.dll + Delete $INSTDIR\GameRes.dll.config + Delete $INSTDIR\ICSharpCode.SharpZipLib.dll Delete $INSTDIR\Microsoft.Deployment.Compression.dll Delete $INSTDIR\Microsoft.Deployment.Compression.Cab.dll Delete $INSTDIR\Microsoft.WindowsAPICodePack.dll diff --git a/GUI/GARbro.GUI.csproj b/GUI/GARbro.GUI.csproj index 1e4bf6b6..1d0dea17 100644 --- a/GUI/GARbro.GUI.csproj +++ b/GUI/GARbro.GUI.csproj @@ -104,10 +104,6 @@ ..\packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Input.Toolkit.dll True - - ..\packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Layout.Toolkit.dll - True - diff --git a/GUI/Properties/AssemblyInfo.cs b/GUI/Properties/AssemblyInfo.cs index 802befb88..f7a0ada0 100644 --- a/GUI/Properties/AssemblyInfo.cs +++ b/GUI/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // 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.4.33.2083")] -[assembly: AssemblyFileVersion ("1.4.33.2083")] +[assembly: AssemblyVersion ("1.5.34.2195")] +[assembly: AssemblyFileVersion ("1.5.34.2195")] diff --git a/GameRes/Properties/AssemblyInfo.cs b/GameRes/Properties/AssemblyInfo.cs index 71cda39a..8fade1b4 100644 --- a/GameRes/Properties/AssemblyInfo.cs +++ b/GameRes/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.4.34.267")] -[assembly: AssemblyFileVersion ("1.4.34.267")] +[assembly: AssemblyVersion ("1.5.35.281")] +[assembly: AssemblyFileVersion ("1.5.35.281")] diff --git a/Legacy/Inspire/ArcIDA.cs b/Legacy/Inspire/ArcIDA.cs index 1fe7c8df..21d92289 100644 --- a/Legacy/Inspire/ArcIDA.cs +++ b/Legacy/Inspire/ArcIDA.cs @@ -30,6 +30,7 @@ using System.Text; using GameRes.Compression; +// [991001][Inspire] days innocent // [000707][inspire] ambience namespace GameRes.Formats.Inspire diff --git a/Legacy/Legacy.csproj b/Legacy/Legacy.csproj index 31bdec36..08fd9e5d 100644 --- a/Legacy/Legacy.csproj +++ b/Legacy/Legacy.csproj @@ -26,10 +26,12 @@ pdbonly true - bin\Release\ - TRACE + ..\bin\Release\ + + prompt 4 + true bin\Prerelease\ diff --git a/Legacy/Properties/AssemblyInfo.cs b/Legacy/Properties/AssemblyInfo.cs index 338e4783..3a4ddede 100644 --- a/Legacy/Properties/AssemblyInfo.cs +++ b/Legacy/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.0.24")] -[assembly: AssemblyFileVersion ("1.0.0.24")] +[assembly: AssemblyVersion ("1.0.1.41")] +[assembly: AssemblyFileVersion ("1.0.1.41")] diff --git a/Legacy/hmp/ImageMBP.cs b/Legacy/hmp/ImageMBP.cs index 8f3b3ac5..09ac25c4 100644 --- a/Legacy/hmp/ImageMBP.cs +++ b/Legacy/hmp/ImageMBP.cs @@ -27,6 +27,8 @@ using System.IO; using System.Windows.Media; +// [000623][Sweet] Depaga ~Service Angel~ + namespace GameRes.Formats.Hmp { [Export(typeof(ImageFormat))] diff --git a/README.md b/README.md index effb4bcf..981f6d08 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,12 @@ GUI Hotkeys + - + + diff --git a/docs/supported.html b/docs/supported.html index 46cccd8a..3696ccdf 100644 --- a/docs/supported.html +++ b/docs/supported.html @@ -61,7 +61,7 @@ Traveling Stars
- - - + + - @@ -832,6 +839,8 @@ Sacrifice ~Seifuku Gari~
Sakashiki Hito ni Miru Kokoro
Shopan!
+Silverio Trinity
+Silverio Vendetta
Tenmon Dokei no Aria
Tsumi Koi x 2/3
Zettai Meikyuu Grimm
@@ -1057,6 +1066,7 @@ Oreiro Ganbou
Otome Smile
Tadashiki Himehajime
+Torikago
- + @@ -1493,7 +1511,8 @@ - @@ -1549,6 +1568,7 @@ @@ -1609,6 +1629,7 @@ @@ -1752,6 +1774,16 @@ Memories Natsuiro no Kioku
+ + + +
Enter Try to open selected file as archive -OR- playback audio file
Ctrl+PgDn Try to open selected file as archive
Ctrl+E Open current folder in Windows Explorer
Backspace Go back
Alt+ Go forward
Ctrl+O Open file as archive
Ctrl+PgUp Go to parent directory
Ctrl+O Choose file to open as archive
Ctrl+A Select all files
Space Select next file
Numpad + Select files matching specified mask
-CompressedBG___
*-
SM2MPX10
DRS +
*-
SM2MPX10
DRS Anata no Osanazuma
Ecchi na Bunny-san wa Kirai?
Kana ~Imouto~
@@ -83,9 +83,11 @@
*.ggd\xB9\xAA\xB3\xB3
\xAB\xAD\xAA\xBA
\xB7\xB6\xB8\xB7
\xCD\xCA\xC9\xB8
*.gg1
*.gg2
*.gg3
*.gg0
GGA00000
*.ggpGGPFAIKE
*.ygpYGP
*.binACPXPK01Escu:de
Unison Shift
+
*.ygpYGP
*.vrsDO
*.binACPXPK01
ACP_PK.1
Escu:de
Unison Shift
Eiyuu x Maou
+Miracle Temptation!!
Wasurenagusa ~Forget-me-Not~
*.gsp-GSD @@ -320,6 +322,7 @@ Imouto Style
Inaho no Mirai
Inochi no Spare
+Japanese School Life
Kagachi-sama Onagusame Tatematsurimasu
Karakara
Karenai Sekai to Owaru Hana
@@ -390,6 +393,7 @@ 77 (Sevens) ~And, Two Stars Meet Again~
Aikagi
Eroge! ~H mo Game mo Kaihatsu Zanmai~
+euphoria
Haramase Taiken Gakushuu ~Shizen no Naka de Seikyouiku!?~
Koi Mekuri Clover
Mamono Musume-tachi to no Rakuen ~Slime & Scylla~
@@ -587,6 +591,7 @@ Tanetsuke Mura ShiinaRio v2.48
Tantei Shounen Asome old version, like 2.twenty-something
Tekoire Princess!ShiinaRio v2.37
+Tenki AneShiinaRio v2.47
Toriko no ChigiriShiinaRio v2.49
Vanquish ShiinaRio v2.33
Vestige -Yaiba ni Nokoru wa Kimi no Omokage- ShiinaRio v2.47
@@ -623,7 +628,8 @@ Tappun☆Oneecher
Time Trouble ~Marie ni Kubikkake~
*.dat-Ail +
*.dat-
LNK2
Ail +Baiin Reijou ~Suouin Sakurako no Zaiwai~
Kyouhaku 2 ~Kizu ni Saku Hana Senketsu no Beni~
Ragna☆彡Science
Ma wo Jutaiseshi Otome no Kuetsu
@@ -709,6 +715,7 @@ Itazura ZERO
Mariko-sanchi no Seijijou ~Oba-san wa Boku no Mono~
Oira wa Bandai 2
+Ore ni Kanojo ga Dekite
Zoku Ryoujoku Sou
*.kgGCGK
*.datpackAnimeGameSystem Eye's Only ~Sono Kagayaki wa Mabushisa ni Michite~
@@ -1146,6 +1156,7 @@
*.hzchzc1
*.binESC-ARC1
ESC-ARC2
Escu:de +Aristear Remain
Hyakki Ryouran no Yakata
Otome Renshin Prister
Suisei Tenshi Primaveil Zwei
@@ -1225,6 +1236,7 @@ Houmon Hanbai ~Otona no Omocha Irimasen ka?~
*.pac-
PAC
Unison Shift
Softpal
+Kizuna Kirameku Koi Iroha
Maruhi Jinjibu Ryoujokuka
M.E.s -Doukyuusei Maid Choukyou-
Natsuiro Kokoro Log
@@ -1298,6 +1310,7 @@
arc*.dat
script.dat
-
ACV1
non color
mirai
Doubly na Kanojo
Hana Hime * Absolute!
+Kimi ga Aruji de Shitsuji ga Ore de
Nora to Oujo to Noraneko Heart
Tsujidou-san no Jun'ai Road
Tsujidou-san no Virgin Road
@@ -1384,6 +1397,7 @@ Hidamari no Kage de
Hime Kami 1/2
Hitohada Nugimasu! Shinmai Henshuu Marika no Junan
+Hitozuma Kasumi-san 2
Ikareta Kyoushitsu
In'youchuu Etsu ~Kairaku Henka Taimaroku~
In'youchuu Goku ~Ryoujoku Jigoku Taimaroku~
@@ -1453,10 +1467,14 @@ Elevator Panic ~Misshitsu no Inkou~
Yuuguu Settai #
*.datMK2.0MAIKA +
*.datMIK01
MK2.0
MAIKA +Choukou Sentai Justice Blade 2
Inka Gakuen Taisen
+Ryoujoku Hishoshitsu
+Ryoujoku Onna Kyoushi ~Reijin Tenraku Hen~
Uchuu Keiji Soldivan
*.wavWV5A
*.ttd.FRCMorning Binkan Ecchi! ~Futari no Oyatsu wa Tokunou Milk~
*.moe-
MMD\x1A
Ivory Triangle Heart 1998 release
*.pakpackScrPlayer +
*.pakpack
pac2
ScrPlayer +Rasetsu no Koku
Stray Sheep ~Chijoku no Zangeshitsu~
*.iIMG2
*.dsk+*.pft-Abogado Powers Pigeon Blood
+Seiai Chiryou ~Chijoku ni Nureru Hakui~
*.kgKG
*.adp-
*.pbPB00
*.cmp-0verflow +Imouto de Ikou!
Large PonPon
PureMail
Summer Radish Vacation!!
@@ -1621,6 +1642,7 @@ Seika no Mori
*.gdGD2
GD3
C4 +Inran Byoutou 24 Ji
Koi Suru Science
Mite Kudasaimasu?
*.magMAKI02
*.tpfTPF FILEGiga +Harlem Blade II
+
*.datCLS_FILELINKLambda +Amairo Senki
+
*CLS_TEXFILE
*.pacDAI_SYSTEM_01000Atelier D +Nurse no Obenkyou Ouyou Hen
+

1 Non-encrypted only

diff --git a/docs/version.xml b/docs/version.xml index 7c2e7c95..08887dde 100644 --- a/docs/version.xml +++ b/docs/version.xml @@ -1,31 +1,34 @@ - 1.4.33 + 1.5.34 https://github.com/morkt/GARbro/releases/latest - New formats: -- CPZ7 archives -- Unity resource assets -- RPG Maker archives -- Tamamo PCK archives -- 'UK' archives and GPC images -- DPK archives and DBM images -- AliceSoft PMS images -- Bishop PK archives and GSA images -- CAF archives and CFP images -- XPK1 archives -- DNS archives and YP images -- TLZ archives and MAG images -- DDS DXT1 textures + Lifted .Net framework requirement up to v4.6. +Added GUI preferences window. +New formats: +- DAI_SYSTEM archives +- PCG archives +- LAX archives and 'CLS_TEXFILE' images +- TPF archives +- DREF images +- DDS DXT3 textures - More KiriKiri and ShiinaRio encryption schemes 100 - https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat + https://github.com/morkt/GARbro/raw/c270574f52d4d509ada263df1e701d6eeeccd6d0/ArcFormats/Resources/Formats.dat + + 101 + https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat + + + + +