Skip to content

various simple scripts for managing steam QOL.

License

Notifications You must be signed in to change notification settings

arrowgent/steam-linux-things-etc

Repository files navigation

various simple scripts for managing steam QOL.

steam_red

  1. Start steam offline without login.
    modifies file /home/$USER/.steam/steam/config/loginusers.vdf

  2. Script to set Auto-update for ALL games/tools to OFF.
    modifies all files /home/$USER/.steam/steam/SteamApps/appmanifest_####.acf
    steam must be off/closed/exited then started for this to take effect

  3. Script which finds installed games and shows the LAST RUN proton version.
    does not modify any files, only reads data and prints the results. protonlist

  4. new: steam is storing custom proton settings in your config.vdf
    does not modify any files or create any files, reads config.vdf and registry.vdf and formats the output
    WIP, registry.vdf strangely does not store all the game appid names

  5. Shell script to change maximum download throttle other than steam's defaults (ex: 10mbs or 25mbs)
    usage: ./throttdl.sh 50 would set to throttle of 50MB/s
    modifies the file /home/$USER/.steam/steam/config/config.vdf
    obsolete, this was put into steam beta update: 9/11/2020

  6. Shell script to kill all running wine processes (proton)
    to handle this i create a desktop/panel application launcher that runs this script quickly.
    does not modify any files, just kills (closes) the processes related to wine.

  7. SDL2 controller mapping info for steam & system

  8. proton versions appid list

  9. TBD.

No relation to Valve, Steam, Proton, Wine, Vulkan, or other works derived from tools provided by any company or 3rd party.
No intent for circumvention or counterfeiting any sort of software exists in these simple script tools.

About

various simple scripts for managing steam QOL.

Resources

License

Stars

Watchers

Forks

Languages