Skip to content
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

优化高级启动自定义参数的UI设计 #38

Open
scgm0 opened this issue Oct 18, 2024 · 10 comments
Open

优化高级启动自定义参数的UI设计 #38

scgm0 opened this issue Oct 18, 2024 · 10 comments

Comments

@scgm0
Copy link

scgm0 commented Oct 18, 2024

我是linux系统,不能直接从exe启动鸣潮,需要使用第三方软件并加上命令行参数才行,如果支持使用命令行启动游戏就太好了

@cyanrhythm
Copy link

我是linux系统,不能直接从exe启动鸣潮,需要使用第三方软件并加上命令行参数才行,如果支持使用命令行启动游戏就太好了

Linux 下跑鸣潮? 这么刺激? 直接上的 wine 还是添加到 steam 用 steam 启动?

@scgm0
Copy link
Author

scgm0 commented Oct 18, 2024

我是linux系统,不能直接从exe启动鸣潮,需要使用第三方软件并加上命令行参数才行,如果支持使用命令行启动游戏就太好了

Linux 下跑鸣潮? 这么刺激? 直接上的 wine 还是添加到 steam 用 steam 启动?

用的wine,第三方的补丁软件在proton跑不了

@leck995
Copy link
Owner

leck995 commented Oct 18, 2024

我正在实现启动参数功能,但我不确定linux是否适用。linux应该统计不了时长吧?

@scgm0
Copy link
Author

scgm0 commented Oct 18, 2024

我正在实现启动参数功能,但我不确定linux是否适用。linux应该统计不了时长吧?

可能是统计不了?补丁软件和游戏好像是两个进程,启动后补丁软件就会结束自己的进程

@scgm0
Copy link
Author

scgm0 commented Oct 25, 2024

我正在实现启动参数功能,但我不确定linux是否适用。linux应该统计不了时长吧?

1.1.9的参数启动会把字符串里的空格也分割开emmm

@leck995
Copy link
Owner

leck995 commented Oct 25, 2024

是的,多个参数需要空格进行区分,保持与win一致。

@scgm0
Copy link
Author

scgm0 commented Oct 25, 2024

是的,多个参数需要空格进行区分,保持与win一致。

问题是我需要将游戏exe路径作为参数,但它有空格(Wuthering Waves Game)。。。现在是暂时创建了一个没有空格的文件夹链接,代替原本的路径

@leck995
Copy link
Owner

leck995 commented Oct 25, 2024

只能如此了,毕竟是面向win开发,可自行下载修改运行

@scgm0
Copy link
Author

scgm0 commented Oct 25, 2024

只能如此了,毕竟是面向win开发,可自行下载修改运行

原本的命令就是在win cmd运行的,win的cmd里面它不会分割''中的空格
loader.exe 'Wuthering Waves Game/Client/Binaries/Win64/Client-Win64-Shipping.exe' 'dump.dat'
看了下源码,或许可以改成用列表输入框来指定一个个参数,而不是根据空格拆分?

@leck995
Copy link
Owner

leck995 commented Oct 25, 2024

是的,以列表的形式实现增删改是最理想的,但这意味着复杂度比一个输入框高很多,需要花费更多的精力来完成它,我更倾向优先开发其他重要功能。

@leck995 leck995 changed the title 希望支持使用命令行启动游戏 优化高级启动自定义参数的UI设计 Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants