Skip to content

Commit

Permalink
new Steam login workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
darealshinji authored Jul 18, 2019
1 parent f25a91a commit 1e4e134
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ libCSteamworks binaries can be downloaded at https://github.com/rlabrecque/CStea
registry.vdf
------------
If auto-login doesn't work on Linux, set correct username, language and sourcemod path in `registry.vdf`,
replace the original file in `~/.steam/` and mark the file as read-only.
replace the original file in `~/.steam/` and mark the file and directory as read-only:
``` sh
chmod 444 ~/.steam/registry.vdf
chmod 544 ~/.steam
```

Windows
=======
Expand Down

0 comments on commit 1e4e134

Please sign in to comment.