-
-
Notifications
You must be signed in to change notification settings - Fork 351
不应将非 Mod 资源放入 Mods 文件夹 #6246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
根据测试,非 Mod 资源默认会放在上次你手动选择的地方,因为目前非 Mod 资源还不支持下载到对应版本,这个应该是 WAI 吧。。。 Target = SelectSaveFile("选择保存位置", FileName,
Desc & "文件|" &
If(File.Type = CompType.Mod,
If(File.FileName.EndsWith(".litemod"), "*.litemod", "*.jar"),
If(File.FileName.EndsWith(".mrpack"), "*.mrpack", "*.zip")), DefaultFolder) |
我觉得应该丢版本文件夹,因为这样子大概率会丢到不支持的版本 orz |
那你这就变成优化 Issue 了,代码是这样写的,不为除 Mod 以为其他资源计算 DefaultFolder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
检查项
描述
资源包等内容下载会自动转到 Mods 文件夹
重现步骤
随便装一个新版本,然后下一个资源包
日志与附件
PCLLog.txt
The text was updated successfully, but these errors were encountered: