【WINE-游戏】|八方旅人|歧路旅人|主机游戏|掌机游戏
Tofloor
poster avatar
i8520
deepin
2019-10-13 01:50
Author
本帖最后由 i8520 于 2019-10-12 22:11 编辑

  1. 攻略 http://www.a9vg.com/article/17381
Copy the Code
脚本多运行几次就可以玩,但是不能存当?WINE 10  8.1  运行的几率很大。 终于找到存档的地方,是一个柱子像书一样的 上面有一个羽毛笔记 走过去回车 就可以存档
下载的游戏,解压好把游戏目录复制到默认的.wine容器下的【drive_c】文件夹里重命名game,把下面命令复制到文本文件保存,取个名字 【歧路旅人.TXT】给执行权限后,双击在终端运行【/opt/wine-staging/bin/wine】是你安装的WINE  执行程序的路径    尽量使用容器自带安装删除 命令  在附件里已经弄成脚本了很方便 其实winetricks 很不好用下载非常忙慢winetricks 安装组件可能会重置容器,劲量用容器自带的安装删除命令存档路径 /home/i8520/Documents/My Games/Octopath_Traveler/一串数字/SaveGames/
  1. wine=/opt/wine-staging/bin/wine
  2. prefix_dir=${HOME}/.wine/
  3. WINEPREFIX=${prefix_dir} ${wine} "${prefix_dir}/drive_c/game/Octopath_Traveler.exe"
  4. WINEPREFIX=${prefix_dir} ${wine} "${prefix_dir}/drive_c/game/Octopath_Traveler.exe"
  5. WINEPREFIX=${prefix_dir} ${wine} "${prefix_dir}/drive_c/game/Octopath_Traveler.exe"
Copy the Code
下载DX&VC,复制到/home/用户名/.wine/drive_c/  里面  
  1. https://xz.shanbotv.com/lmsrc/scku/Scku.exe
Copy the Code
把下面命令复制到文本文件保存取个名字 【安装Scku.TXT】执行权限后,双击在终端运行  意思就是安装到默认容器
  1. wine=/opt/wine-staging/bin/wine
  2. prefix_dir=${HOME}/.wine/
  3. WINEPREFIX=${prefix_dir} ${wine} "${prefix_dir}/drive_c/Scku.exe"
Copy the Code
使用官版主的方法安装dxvk  在2楼      
  1. https://bbs.deepin.org/post/183586
Copy the Code
下载打包的附件,wine设置.zip压缩了两次,先解压ZIP  在解压一次7Z  然后把【WINE设置】文件夹复制到桌面








Reply Favorite View the author
All Replies
avatar
jianguo922
deepin
2019-10-13 02:41
#1
谢谢楼主分享            
Reply View the author
avatar
shouhuanxiaoji
deepin
2019-10-13 03:16
#2
这游戏是dx11做的?用到dxvk了啊。
Reply View the author
avatar
i8520
deepin
2019-10-13 03:58
#3
https://bbs.deepin.org/post/183720
这游戏是dx11做的?用到dxvk了啊。

应该是
Reply View the author