[Exchange and share] 针对V23使用steam玩转暴雪战网游戏例如魔兽世界炉石传说等
Tofloor
poster avatar
xye9008
deepin
2024-10-21 20:35
Author

1、安装应用商店的steam

2、在steam的库中 左下角 添加非官方游戏(参考:https://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_4803237008061071151),选中 战网 客户端,并且右键 属性 --》兼容性 选中 强制,以及兼容版本

3、安装ge-proton(替换代码中的 “你的用户名” 为你自己的 ,最后保持为ge-proton.sh 执行 sudo sh ge-proton.sh): 这个版本让魔兽世界可以输入中文----最后 在第二点右键兼容性 选择 此版本

sudo rm -rf /home/你的用户名/.local/share/Steam/compatibilitytools.d/
mkdir /home/你的用户名/.local/share/Steam/compatibilitytools.d/
cd /home/deck/Downloads/
wget https://down.npee.cn/?https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton9-16/GE-Proton9-16.tar.gz -O "/home/deck/Downloads/GE-Proton9-16.tar.gz" 2>&1
tar -xzf /home/deck/Downloads/GE-Proton9-16.tar.gz
mv /home/deck/Downloads/GE-Proton9-16 /home/你的用户名/.local/share/Steam/compatibilitytools.d
rm -rf /home/deck/Downloads/GE-Proton9-16/
rm -rf /home/deck/Downloads/GE-Proton9-16.tar.gz
sudo chmod -R 777 /home/你的用户名/.local/share/Steam/compatibilitytools.d/
sudo rm -rf /home/deck/SteamDeck超人/GE-Proton.sh
zenity --question --width=400
--text="SteamDeck 超人制作
兼容层已更新!需要重启才能生效!,
\n现在是否重启?"
if [ "$?" != 0 ]; then
#NOTE: This code will never be reached due to "set -e", the system will already exit for us but just incase keep this
echo "bye then! xxx"
exit 0;
fi

reboot

echo "Done."
echo "Done."

最后,祝各位玩得愉快。

Reply Favorite View the author
All Replies
ggbond
deepin
2024-10-22 00:03
#1

不错

Reply View the author
Oli
deepin
2 hours ago
#2

太实用了哥

Reply View the author
hinata
deepin
an hour ago
#3

like

Reply View the author
hinata
deepin
an hour ago
#4

这个必须赞

Reply View the author