From 7a2bfcddf940021aac85bb6bc3efaed8d784efb7 Mon Sep 17 00:00:00 2001 From: Bogdan Dolgopolov <63549705+sublimit14@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:02:51 +0300 Subject: [PATCH] Update README.md & Steamcmd can't download server issue --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fd5ec3da..c8cfeb3b 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,13 @@ Ensure you have all the settings for your [environment variables](#environment-v **You must connect to the server from the public IP, not the LAN IP even if you are on the same network. The script logs the public IP `Starting server on XXX.XXX.XXX.XXX:27015`** + **For steamcmd to work correctly, you may need to install the following packages:** +` +dpkg --add-architecture i386 +apt-get update +apt-get install lib32gcc-s1 +` + - **If setting up LAN server:** Set environment variable `LAN` to `1`