- Copy the code from PSStyle
- Paste the copied code at the top of your script or in your console
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// to use this, add an extension that allows you to run custom JS on a site. some examples are included below for Chrome and Firefox | |
// but you should be able to find something similar in whatever browser you're running. | |
// User JavaScript and CSS (Chrome) | |
// https://chrome.google.com/webstore/detail/user-javascript-and-css | |
// Tampermonkey (Chrome) | |
// https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en | |
// Tampermonkey (Firefox) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Concurrent; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Net.Http; | |
using System.Text; | |
using System.Threading.Tasks; | |
using Newtonsoft.Json; | |
using Newtonsoft.Json.Linq; |
- Will download the latest community patch from sb-online
- Supports any install location (not just the default)
- Checks the registry first and will search the default Steam install location and then check any library paths
- Creates a backup of all files that are going to be replaced
- Logging
- Cleans up the downloaded and extracted files automatically