Giter VIP home page Giter VIP logo

steam-updater-script's Introduction

Steam Game Updater

This script is designed to update your Steam games using SteamCMD. It automates the process of checking for updates and applying them to your games.

Important Notes:

  • Running this script will temporarily disrupt your connection to the Steam application until the next application restart.

  • This script is not fully automated and requires external scheduling tools like the Windows Task Scheduler for regular updates.

  • The script relies on the visibility settings of your Steam game library. To ensure proper functionality, make sure your Steam profile's privacy settings allow everyone to view your game library.

Prerequisites

  • SteamCMD must be installed on your system.
  • PowerShell should be available.

Usage

  1. Edit the script and set your Steam username in the $steamUsername variable.

  2. Generate a login.xml file using Export-Clixml and Get-Credential. The file should contain your encrypted Steam credentials for security reasons, so you don't store your password in plain text. You can use the following command to generate it:

    Get-Credential | Export-Clixml -Path "login.xml"

steam-updater-script's People

Contributors

rpdjf avatar

Stargazers

Brenden avatar Mikhail avatar  avatar

Watchers

 avatar

steam-updater-script's Issues

Warning that login file is missing

I'm wondering about this:

if(Test-Path "login.xml") { Write-Host "Please create a clixml login.xml (read the readme.md)" pause exit }

Shouldn't it be the other way around? This part gives the error message if the login.xml exists which is necessary according to the readme!?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.