更新ReadMe

This commit is contained in:
2025-08-02 02:37:36 +08:00
parent 8e4caf8761
commit 43b0296878

View File

@ -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`