原神 for Linux 食用方法
前言
原神在linux上食用的方法非常简单,但补丁是米哈游强力禁止的,所以请不要外传
dxvk·图形处理
#要将从发布页面获取的 [DXVK]https://github.com/doitsujin/dxvk/releases 软件包安装到给定的 wine 前缀中,请从 DXVK 目录中运行以下命令:
export WINEPREFIX=/path/to/.wine-prefix
./setup_dxvk.sh install
dawn(重点)
这个就是补丁文件,也是原神 for linux的必要
文档地址
# 拉取git文件
git clone https://notabug.org/Krock/dawn --depth 1
#切换到你的原神目录
cd "/path/to/Genshin Impact Game"
#运行脚本
bash "/path/to/dawn/GAMEVER/patch.sh"
# 注意脚本位置
bash "/path/to/dawn/GAMEVER/patch_anti_logincrash.sh"
# 运行原神启动器
wine cmd /c launcher.exe
视频教程
有时间补上