Skip to content

Instantly share code, notes, and snippets.

View augbog's full-sized avatar
🤡
heehee

Augustus Yuan augbog

🤡
heehee
View GitHub Profile
@augbog
augbog / CSGO_Settings_README.md
Last active January 14, 2020 09:32
CS:GO Settings

How to use

I wrote some Powershell scripts to make things easier.

If you do not know where your cfg folder is, run these in order. Replace "G:\Program Files (x86)" with wherever your Steam games are located.

First extract the path of your autoexec.cfg from the raw file link in your gist. For example the one here would look like below and set it into the variable $rawFilePath

PS C:\Users\PC> $rawFilePath = "https://gist.githubusercontent.com/augbog/6b0377d0192a2dea870a60c8001cffac/raw/7d7f9667357866e66d078349b2b44c1704c27fda/autoexec.cfg"