From 1e4e1349bc3f56efb4bcff768796f3d2aed90aad Mon Sep 17 00:00:00 2001 From: darealshinji Date: Thu, 18 Jul 2019 16:35:00 +0200 Subject: [PATCH] new Steam login workaround --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4723d18..544b500 100644 --- a/README.md +++ b/README.md @@ -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 =======