# ge-proton-patch **Repository Path**: cabbage-v50-steamdeck/ge-proton-patch ## Basic Information - **Project Name**: ge-proton-patch - **Description**: steam社区版兼容层GE-Proton的补丁仓库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2023-01-28 - **Last Updated**: 2023-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ge-proton-patch #### 介绍 steam社区版兼容层GE-Proton的补丁程序,该补丁程序允许你在启动游戏的同时,启动一个任务管理器或另外的一个应用程序,常用于启动游戏外挂等使用场景。该补丁支持正版游戏与学习版游戏。该补丁程序支持在SteamDeck上使用,也支持在Linux系统上的Steam客户端使用。 #### 软件架构 软件架构说明 #### 安装教程 1. 打开konsole等终端应用; 2. curl -s https://gitee.com/cabbage-v50-steamdeck/ge-proton-patch/raw/master/extra_exe_patch.sh -o extra_exe_patch.sh && bash extra_exe_patch.sh && rm extra_exe_patch.sh 2. 看提示选择你的兼容层 #### 使用说明 1. 选择游戏"属性"->"强制使用刚打过补丁的GE-Proton兼容层" 2. 方式一(启动任务管理器): 在游戏的"启动选项"中输入: WINE_TASKMGR=1 %command% 3. 方式二(启动附加程序): 在游戏的"启动选项"中输入: WINE_EXTRA_EXE=/home/deck/你的应用exe路径.exe %command% #### 补丁回滚 可执行以下命令回滚到打补丁前: ```bash curl -s https://gitee.com/cabbage-v50-steamdeck/ge-proton-patch/raw/master/extra_exe_patch.sh -o extra_exe_patch.sh && bash extra_exe_patch.sh revert && rm extra_exe_patch.sh ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)