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
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): 这个版本让魔兽世界可以输入中文----最后 在第二点右键兼容性 选择 此版本
最后,祝各位玩得愉快。