cpk-tools/README.md
2024-12-19 15:05:55 +08:00

45 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

CriPakTools-mod
基于 uyjulian/CriPakTools 的派生版本
该工具基于 Falo、Nanashi3、esperknight 和 uyjulian 的代码开发。
我对其进行了派生,并添加了批量重新导入和压缩功能。
感谢 KenTse 提供的 CRILAYLA 压缩方法。
添加批处理模式
添加压缩选项
修复 GTOC 和 ETOC
修复 CPK 头信息
仍需完成的事项:
添加图形用户界面 (GUI)
===========
该工具用于提取/更新 CRIWARE 的 CPK 存档格式内容(也称为 CRI FileMajik
此工具基于 Falo 在 Xentax 论坛上发布的代码http://forum.xentax.com/viewtopic.php?f=10&t=10646该代码经过 Nanashi3 修改http://forums.fuwanovel.org/index.php?/topic/1785-request-for-psp-hackers/page-4然后再次由 esperknight 修改https://github.com/esperknight/CriPakTools
我清理了命令行标志,并使其能够提取 0 字节的 CRILAYLA 压缩文件。
如果发生任何问题,请提交 issue。
要查看选项,请使用 CriPackTools -h。
编译
切换到 CriPakTools.sln 文件所在的目录,如果你使用 Mono请运行 xbuild。编译后文件应位于 CriPakTools/bin/CriPackTools.exe。
如果没有 Mono可以直接在 Visual Studio 2013 中打开 CriPakTools.sln 文件并进行构建。
TODO
添加更多的错误检查
清理代码
添加创建存档的选项