diff --git a/README.md b/README.md index ff08123..7cbc0a8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # ChunithmAssetsTools -Some Tools for Editing Assets of Chunithm \ No newline at end of file +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