Commit Graph

53 Commits

Author SHA1 Message Date
3f155fbe51 Add Softpal scr script support 2025-08-16 17:22:22 +08:00
270a2d9fdf Update offset in Peek/CPeek trait from usize to u64 2025-08-13 11:18:00 +08:00
c54c7fe4e6 Fix BGI Bp parse bug 2025-08-12 13:45:57 +08:00
a26498e381 Add new argument --custom-yaml to support custom export as yaml format 2025-08-11 11:25:10 +08:00
cfc1dbf507 Add document 2025-08-10 16:58:44 +08:00
f602ddb4b5 Add library and documents 2025-08-10 15:11:24 +08:00
02a5b6f423 Add bgi cbg encode support 2025-08-10 00:00:55 +08:00
c34f4ac23d Add BGI Audio extract support 2025-08-09 22:50:20 +08:00
1657b3e0e6 Fix BGI script parse (test game: Tayutama 2025-08-09 11:20:02 +08:00
f9ebe8f597 Fix cbg v2 decode problem 2025-08-06 23:18:13 +08:00
dcba086021 Allow custom min len header 2025-08-06 22:48:40 +08:00
d9cf2f9202 Fix huffman encode problem 2025-08-05 15:28:05 +08:00
fc53509a68 Use better way to fix 2025-08-02 16:40:44 +08:00
3cfce1906e Fix bgi script import bug 2025-08-02 15:52:05 +08:00
8c565ad233 dref support load dpak from archive 2025-07-31 15:06:15 +08:00
564182bff7 Add pack support for BGIArcV1 2025-07-21 15:29:59 +08:00
1f2bc3b387 . 2025-07-20 10:42:08 +08:00
8a36e3f6cf fix base offset calculated twice 2025-07-20 10:36:38 +08:00
601abba284 Add support to support PUA in BGI string 2025-07-08 10:20:21 +08:00
8d0c8cfc39 Add pack support for bgi arc v2 2025-07-04 15:16:52 +08:00
99c0d657fc Optimize encode code 2025-07-04 14:10:06 +08:00
4141f361e3 Add create support for DSC file 2025-07-04 13:55:56 +08:00
7d2522fdf7 Add hg3 export support 2025-06-29 16:48:38 +08:00
63286fe5a0 Use generic types 2025-06-19 14:27:19 +08:00
6e45e90878 Add cbg v2 impl (Have bug 2025-06-17 13:28:04 +08:00
b98380fcd3 Add support to DSC file in BSE encryped files 2025-06-16 17:15:30 +08:00
b2b1d14acf Add BGI CompressedBG v1 decode support 2025-06-16 13:51:24 +08:00
d807b9fe5b Add support to create BGI sysgrp image 2025-06-14 16:44:42 +08:00
1e70036d47 Add support to detect BGI sysgrp image 2025-06-14 13:11:29 +08:00
c1269bdd3c Add support to export image from archive.
Add an argument to allow detect sysgrp image
2025-06-14 12:04:27 +08:00
242d501af5 Add BGI Image decode support
Fix DSC decompress
2025-06-12 21:52:01 +08:00
8bed66d4f1 FIX BSE decode 2025-06-12 17:59:39 +08:00
ecaa9cc213 ADD BSE support for v1 2025-06-12 15:37:11 +08:00
12fc8f86d7 Add BGI Bse encrypted format support 2025-06-12 15:07:21 +08:00
798b6279c2 BgiArchiveV1 add DSC decode support 2025-06-12 13:35:44 +08:00
bc9519aa31 Add script type detect 2025-06-12 12:49:09 +08:00
71cdebadd3 Add DSC decompress support 2025-06-12 11:49:08 +08:00
b4f806f5d5 Add basic BGI unpack support 2025-06-11 17:42:21 +08:00
0e6a6d5880 Update bp code 2025-06-08 09:48:08 +08:00
a6e230eb7d Add support for BGI ._bp script 2025-06-08 09:25:54 +08:00
f7554f5969 Add support to create script file. Add bgi ._bsi file support 2025-06-07 22:06:33 +08:00
4068cc5a04 Use a more safe way to patch BGI script 2025-06-07 21:07:28 +08:00
f1e35c904c 添加 BGI 脚本导入重复字符串的支持;新增 WriteAt 特性以支持在特定偏移写入数据 2025-06-07 18:18:56 +08:00
5533e901f7 实现 CPeek 特性并在 MemReader 和 MemWriter 中添加支持;重构 V1Parser 和 BGIScript 中的字符串读取逻辑 2025-06-07 15:17:24 +08:00
4fcb4a4d24 BGI parser use ReaderExt and Peek 2025-06-07 13:48:57 +08:00
dead6a0b18 Add support to import escude archive 2025-06-03 22:06:07 +08:00
09d850256f Add import support for escude script 2025-06-03 19:40:04 +08:00
4a05d9de64 Add escude LIST file export 2025-06-03 16:59:15 +08:00
9b4f6e4e6e Added a new command option archive-encoding 2025-06-03 10:24:23 +08:00
abf30c8a55 Add escude script export support 2025-06-02 21:38:38 +08:00