Steam Patch is a tool designed to enhance your Steam experience by applying patches to the Steam client.
To install Steam Patch, run next command in your terminal
curl -L https://github.com/Maclay74/steam-patch/releases/latest/download/install.sh | sh
To uninstall:
curl -L https://github.com/Maclay74/steam-patch/releases/latest/download/uninstall.sh | sh
This script will add a new service to systemctl
and apply the necessary patches to your Steam client. The patches will also be automatically applied every time you restart your system.
Here is a list of currently available patches that can be applied:
-
TDP Slider Fix for Quick Access Menu: This patch addresses and resolves the issues with the TDP slider in the Quick Access Menu, ensuring a smoother user experience.
-
Menu Icon Replacement For a more integrated and consistent look, this patch replaces
icon to -
Mapping Device-Specific Buttons for Asus Rog Ally: This patch adjusts the mapping of the Asus Rog Ally's device-specific buttons for the Main Menu and Quick Access Menu to match the button mapping of the Steam Deck..
Below is a list of devices supported by the Steam Patch:
- Asus Rog Ally (30 TDP, changes thermal policy)
- Aya Neo 2, Geek 1S (28 TDP)
- GPD WM2 (28 TDP)
- Any other AMD device (25 TDP)
sudo systemctl disable handycon
To enable it back:
sudo systemctl enable handycon
Before adjusting the TDP, please ensure your device can support the new value. There is a tangible risk of causing damage to your device otherwise. If you're aware that your device has different limitations, kindly reach out to me via Discord, Telegram, or email, and I will handle it.
This project is licensed under the MIT License. Feel free to use and modify the code according to the terms of the license.
I've added a new section for supported devices and removed the note about no support of patching after a Steam restart as you requested.