Skip to content

只有nil 无法打开 风灵月影 #7

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
EssenSea opened this issue Aug 29, 2024 · 2 comments
Open

只有nil 无法打开 风灵月影 #7

EssenSea opened this issue Aug 29, 2024 · 2 comments

Comments

@EssenSea
Copy link

./FLiNGLauncher -appid 2358720

Run fling trainer(Game:Black Myth: Wukong):
Proton:/usr/share/steam/compatibilitytools.d/proton-ge-custom/files/share/fonts/GE-Proton9-11/proton
WinePrefix:/home/moonsea/.local/share/Steam/steamapps/compatdata/2358720/pfx
FlingTrainer:/home/moonsea/.LGS-Helper/FLiNG/

显示信息如上, 此外 极品飞车不羁 也是一样

@Meursau1T
Copy link

Meursau1T commented Nov 22, 2024

我打了下点,发现里面生成的下载链接有问题,而且因为风灵月影那边的更新,页面现在不能直接请求了,必须得带很多Header,包括Cookie,不然会被CF拦住

@Meursau1T
Copy link

Meursau1T commented Nov 22, 2024

仔细看了下代码,其实直接全程手动操作也没问题,可以不依赖这个脚本。脚本只是提供了下载和自动查询配置地址的功能,但现在风灵月影的网站设置了拦截,自动查询在Linux上也可能查空,都让脚本可能出错。修改脚本有点麻烦,我大概分享下目前能走通的手动流程。

  1. 访问https://flingtrainer.com/ ,搜索并下载修改器,解压出exe文件
  2. 根据appid,去steam的目录$home/.local/share/Steam下,找到游戏相关的目录
  3. 确定自己的proton版本,比如我是Proton Experimental,就去$home/.local/share/Steam/steamapps/common/Proton - Experimental/下面,确定proton文件的位置
  4. 执行命令(我以极乐迪斯科为例,它的appid是632470)
STEAM_COMPAT_CLIENT_INSTALL_PATH="/home/你的名字/.local/share/Steam" STEAM_COMPAT_DATA_PATH="/home/你的名字/.local/share/Steam/steamapps/compatdata/632470" WINEPREFIX="/home/你的名字/.local/share/Steam/steamapps/compatdata/632470/pfx" "/home/你的名字/.local/share/Steam/steamapps/common/Proton - Experimental/proton" run "/home/你的名字/修改器路径/Disco Elysium v1.0-v20210330 Plus 6 Trainer.exe"

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

2 participants