ManicSteiner
da4b6574da
feat: LBG/PS2-SPC Image Format
2023-12-16 15:27:26 +08:00
Manicsteiner
3443a2d16f
feat: no-xtx spc archive support ( #1 )
...
* feat: extract no-xtx spc archive
* feat: revert xtx-spc support
2023-12-16 10:45:56 +08:00
ManicSteiner
d6259d4535
feat: GTF/Rozen Maiden PS3 Image archive
2023-12-15 22:44:38 +08:00
ManicSteiner
5292d3c9c8
feat: DAT/FARC MAGES Rozen Maiden PS3 archive
2023-12-14 22:58:43 +08:00
ManicSteiner
b1cc4eddf3
feat: KID DATRAW archive (failed)
2023-12-14 22:07:58 +08:00
ManicSteiner
da00eee168
feat: MAGES PS3/PSV Image Format encoding
2023-12-10 22:49:27 +08:00
ManicSteiner
d4cde67f43
feat: MAGES PS3/PSV Image Format decoding
2023-12-09 23:48:09 +08:00
ManicSteiner
8188874e81
feat: add support of Pia Carrot e Youkoso 4 Xbox360 archive
2023-12-07 22:52:36 +08:00
ManicSteiner
4a3f4562b0
feat: add support of Shin Hayarigami 2 PS3 archive
2023-12-07 22:18:05 +08:00
ManicSteiner
6efe8ad30b
perf: edit arc
2023-12-07 21:42:38 +08:00
ManicSteiner
dad693ca9e
feat: add support of Shin Hayarigami PS3 image
2023-12-07 00:29:26 +08:00
ManicSteiner
85962ae01f
feat: add support of Shin Hayarigami PS3 archive
2023-12-06 23:58:24 +08:00
ManicSteiner
e55dd019fc
feat: add sopport of Love Once PS3 archive
2023-12-06 22:52:55 +08:00
ManicSteiner
5a9a873c4b
perf: change ARC20 into none-packed entry
2023-12-05 23:24:09 +08:00
ManicSteiner
797816f856
feat: support Rune Princess archive
2023-12-05 00:41:53 +08:00
ManicSteiner
df2ebbc7c5
auto delete pdb
2023-11-29 23:42:37 +08:00
ManicSteiner
7d4c61e91a
create MAGES folder and move LAY, MPK into it
2023-11-29 23:20:50 +08:00
ManicSteiner
4a81140a2c
add support of PSV mpk
2023-11-29 23:01:54 +08:00
Crsky
66dde11935
(Artemis): Implement NekoNyan PNG image format
2023-11-19 15:50:00 +08:00
Crsky
92debb1175
Merge branch 'master' of https://github.com/morkt/GARbro
2023-10-28 18:21:20 +08:00
morkt
b09ee4570c
added more PC-98 formats.
...
MIA, MAI2, MAI3 images, D-Motion archives.
2023-10-27 04:20:15 +04:00
morkt
1521532bf4
(Pias): use decimal number for entry names.
2023-10-27 04:17:21 +04:00
morkt
6981d3bf82
(UG): properly implemented format.
2023-10-27 04:14:57 +04:00
morkt
0758496dd8
(Jpeg, Bmp): increase priority.
2023-10-27 04:13:30 +04:00
morkt
e852ea5a82
(WAV): some wave audio encoding.
2023-10-27 04:12:32 +04:00
morkt
849fb5508c
(MB): added 'XX' signature.
2023-10-27 04:06:59 +04:00
morkt
05ab3e2600
(GRP): added 'zfd' compression.
2023-10-27 04:06:23 +04:00
Crsky
ee62ee6b82
Add support "GINKA"
2023-10-26 22:21:11 +08:00
morkt
1aac79f7b5
(Legacy): added formats, mostly PC-98.
2023-10-20 18:21:55 +04:00
morkt
67811651d4
(EXE): imporved RT_VERSION parser.
2023-10-20 18:14:14 +04:00
morkt
5f9340c32b
(VF): addtional check for exe files.
2023-10-20 18:13:19 +04:00
morkt
a7f6862c49
(WVB, bg00, sbg): Xuse resource archives.
2023-10-20 18:12:32 +04:00
morkt
b004a24c0e
added some PC-98 formats.
...
(AyPio): DLB archivesand PDT images.
(Tiare): GRA images.
2023-10-14 23:32:52 +04:00
morkt
74f8754be9
(IsPathEqualsToFileName): if not needed.
2023-10-12 23:19:55 +04:00
morkt
add9ae0a1f
(Xp3Opener.Extensions): lower case.
2023-10-12 23:18:35 +04:00
morkt
90cca06742
(ImageMB): forgor deault branch in switch.
2023-10-12 23:18:13 +04:00
morkt
f90e2e851c
updated legacy formats.
...
(BIZ): moved to Adviz folder.
(GIZ, GIZ2, BIZ2, PR1): new PC-98 image formats.
(DATA, BGM, SED): MyHarvest resource formats.
(HTF): compressed image format.
(PAK): Mina resource archives.
(GCmp): read palette from external resource.
(NCG): Nekotaro image format.
(BND, TCZ, TSZ): Ponytail Soft PC-98 formats.
(NOR): Sophia resource archive.
(SDA, PLA): Squadra D resource archives.
(UCA): added checks to avoid false positives.
2023-10-11 19:03:45 +04:00
morkt
4d26cdcff6
(GameRes): use ResourceInstance instead of Lazy.
2023-10-11 18:53:12 +04:00
morkt
196f0ea318
(ArcEXE): fixed new line.
2023-10-11 18:38:51 +04:00
morkt
1b585ea30e
updated formats.
...
(PICT): fixed 16bpp images.
(GDT): added image format.
(DXR): tweaks to recognizing DXR inside exe files.
(NSA): recognize mp3 files named as nsa.
(TLZ): added ContainedFormats.
(WrapSingleFileAchive): class that represents single file as an archive.
(DesertCgOPener): Software House Parsley archive.
(Triangle.RleReader): utilize UnpackV2, replaced BinaryReader with IBinaryStream.
2023-10-11 18:38:23 +04:00
Crsky
4785ae9337
Add support "Koibana Ren'ai"
2023-10-01 18:11:03 +08:00
Crsky
3c7c32a56d
Add support "Koishi Irodoru Seigiranman"
2023-10-01 18:04:58 +08:00
morkt
e4e85fe879
(Legacy): added formats.
...
(GPC): Adv98 engine image format.
(PIC): Grocer image format.
(PL4): Pearl Soft images.
(PAK,QDO): Red-Zone resources.
2023-09-25 21:10:00 +04:00
morkt
08ab953bff
(ArcNE): parse VERSION resource.
2023-09-25 21:02:56 +04:00
morkt
3c3f2013ef
updated formats.
...
(ExeFile): limited support for 16-bit Windows executables.
(MbImageFormat): recognize 'MK' signature.
(XP3, VF, YPF): added common executable signature.
(PICT): improved parser.
(Macromedia): improved support, recognize archives within windows executables.
(SEEN): fixed decompression.
2023-09-25 21:01:22 +04:00
Crsky
4e89ce0cc7
Merge remote-tracking branch 'upstream/master'
2023-09-15 19:07:35 +08:00
morkt
bfd81f9ec4
Formats update.
...
(HG3): attempt to recognize swapped Red/Blue channels.
Fairytale BDT archives.
(XP3, VF): add 'exe' to extensions list.
(DXR): consolidated Macromedia Director archives.
(SND): support mp3 streams.
(QPK): PSP resource archive.
(GRC): support encrypted images.
2023-09-14 19:17:31 +04:00
morkt
b73bd0fb4d
(ArcEXE): interpret RT_VERSION resource.
2023-09-14 19:07:41 +04:00
morkt
a49710e366
(ReadCString): support UTF-16 encoding.
2023-09-14 19:07:00 +04:00
morkt
3a11f5fc7a
Legacy updated.
...
GRP/RG image format.
improved 'BData' images handling.
YK archives.
'1AWF' archives.
2023-09-14 18:33:35 +04:00