From 43b0296878be1a77379ddd07326686febb688e9b Mon Sep 17 00:00:00 2001 From: Chilor <1275282135@qq.com> Date: Sat, 2 Aug 2025 02:37:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ReadMe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7cbc0a8..b3e79f4 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,27 @@ # ChunithmAssetsTools Some Tools for Editing Assets of Chunithm + 一些用来修改Chunithm部分资源文件(如afb/svo文件)的小工具 + ~~(花半个小时让DeepSeek代写的)~~ + # Tools List/工具列表 ## DDSExtractor Extract DDS Image From .afb or .svo file(s) + 从.afb或.svo文件中提取内嵌的DDS图像 ## DDSPatcher Patch the Modified DDS Image into the Original .afb or .svo file(s). + 将修改后的DDS图像重新修补进.afb或.svo文件中 + 如果你有更好的想法或可以实现对其他资源文件(如.srd)的自动化修改,欢迎提交PR + If you have idea to modify other files(such as .srd file), PRs are welcome. + Note: This program only support Chinese(Simplified) now, If you want to translate it, please fork it, all of the output messages are in the `Console.Write` and `Console.WriteLine` \ No newline at end of file