ToaruIF game file download tool, implemented using Golang
None yet, just learning
-data_version string 指定数据包版本 -original_file_save 是否以原始文件的名字和路径保存 -max_pool int 最大并发数 (default 10) -filter string 字符串过滤器,只下载包含该字符串的文件 -ignore_inbuild 忽略APK内置文件 -save_catalog 是否保存Catalog文件 (default true) -update 以更新模式启动程序 -update_copy 更新模式下复制新文件到UpdateData目录下储存 -update_clean 更新模式下清理过期文件 -asset_bundls 下载/更新AssetBundls文件 -media_resources 下载/更新MediaResources文件 -table_bundles 下载/更新TableBundles文件
The update mode will determine whether the file needs to be updated by comparing the CRC value of the local file with the remote Calalog record. If it needs to be updated, it will automatically start downloading a new file. If you need to use the update mode, you must specify the same -original_file_save
parameter as the download mode. to update the file
There is currently no solution to correctly obtain the data package version. Currently, we can only try to obtain it through packet capture.
This project is for learning purposes only. The project has no relationship with other third parties such as Yostar or Nexon.