[toc]
Linux玩阴阳师桌面版本
目标
在Linux系统时安装阴阳师桌面版本,并可正常运行
预备
- Linux
Kali Linux
- lutris
- 阴阳师桌面版本
安装
- 在 Linux 上安装 lutris
echo "deb http://download.opensuse.org/repositories/home:/strycore/Debian_10/ ./" | sudo tee /etc/apt/sources.list.d/lutris.list
wget -q https://download.opensuse.org/repositories/home:/strycore/Debian_10/Release.key -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install -y lutris
- 下载阴阳师安装包
wget https://g37.gdl.netease.com/onmyoji_setup_10.4.0.zip
- 解压阴阳师安装包
unzip onmyoji_setup_10.4.0.zip
- 在菜单栏里,游戏类里找到并运行 lutirs
- 在Wine栏选择商店图标后选择 tkg-4.6
- 点击添加按钮,选择添加游戏
- 在Game info里的 Name输入 yys
- 在 Game options里的 Executable输入 onmyoji_setup.exe所在路径
- 在 Game options里的 Working directory 输入安装目录
- 在 Game options里的 Wine prefix 输入安装目录
10.在 Runner options里的 Wine version 里选择 tkg-4.6x86_64(default) - 点击 Save 按钮
- 选择yys,并单击右侧的play开始安装
- 在弹出的对话框里继续阴阳师程序的安装
- 右键打开配置窗口
- 将Game option的Executable路径更改为安装后的drive_c/Program Files (x86)/Onmyoji/Launch.exe
- 点击Save保存
- 点击Play验证游戏能否正常运行
网友评论