Skip to content

不应将非 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

Open
1 task done
shimoranla opened this issue Apr 30, 2025 · 3 comments · May be fixed by #6247
Open
1 task done

不应将非 Mod 资源放入 Mods 文件夹 #6246

shimoranla opened this issue Apr 30, 2025 · 3 comments · May be fixed by #6247
Labels
· Bug 可合并 已有 Pull Request 处理了该 Issue

Comments

@shimoranla
Copy link
Collaborator

shimoranla commented Apr 30, 2025

检查项

描述

资源包等内容下载会自动转到 Mods 文件夹

重现步骤

随便装一个新版本,然后下一个资源包

日志与附件

PCLLog.txt

@shimoranla shimoranla added · Bug 新提交 需要社区初步确认其有效的新提交 labels Apr 30, 2025
@Open-KFC Open-KFC added 等待确认 已经过社区确认,等待开发者确认 and removed 新提交 需要社区初步确认其有效的新提交 labels Apr 30, 2025
@LTCatt LTCatt added 处理中 开发者正在调查或处理该项 🟥 高 优先度:高 and removed 等待确认 已经过社区确认,等待开发者确认 labels Apr 30, 2025
@wyc-26
Copy link
Contributor

wyc-26 commented May 1, 2025

根据测试,非 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)

@shimoranla
Copy link
Collaborator Author

根据测试,非 Mod 资源默认会放在上次你手动选择的地方,因为目前非 Mod 资源还不支持下载到对应版本,这个应该是 WAI 吧。。。

我觉得应该丢版本文件夹,因为这样子大概率会丢到不支持的版本 orz

@wyc-26
Copy link
Contributor

wyc-26 commented May 1, 2025

那你这就变成优化 Issue 了,代码是这样写的,不为除 Mod 以为其他资源计算 DefaultFolder

@LTCatt LTCatt added 可合并 已有 Pull Request 处理了该 Issue and removed 处理中 开发者正在调查或处理该项 🟥 高 优先度:高 labels May 1, 2025
@Open-KFC Open-KFC marked this as a duplicate of #6281 May 4, 2025
@Open-KFC Open-KFC marked this as a duplicate of #6313 May 8, 2025
@shimoranla shimoranla marked this as a duplicate of #6359 May 17, 2025
@Open-KFC Open-KFC marked this as a duplicate of #6371 May 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
· Bug 可合并 已有 Pull Request 处理了该 Issue
Projects
None yet
4 participants