Installa Steam
Accedi
|
Lingua
简体中文 (cinese semplificato)
繁體中文 (cinese tradizionale)
日本語 (giapponese)
한국어 (coreano)
ไทย (tailandese)
Български (bulgaro)
Čeština (ceco)
Dansk (danese)
Deutsch (tedesco)
English (inglese)
Español - España (spagnolo - Spagna)
Español - Latinoamérica (spagnolo dell'America Latina)
Ελληνικά (greco)
Français (francese)
Indonesiano
Magyar (ungherese)
Nederlands (olandese)
Norsk (norvegese)
Polski (polacco)
Português (portoghese - Portogallo)
Português - Brasil (portoghese brasiliano)
Română (rumeno)
Русский (russo)
Suomi (finlandese)
Svenska (svedese)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraino)
Segnala un problema nella traduzione
I think "validate" should only be used on the first install, as per the steam guide.
My scripts at https://github.com/Catoverflow/dst-server
Install the dependencies via
`yay -Syu lib32-gcc-libs lib32-libcurl-gnutls lib32-glibc lib32-libidn2 lib32-libssh2 lib32-libpsl lib32-nettle lib32-gnutls lib32-zlib lib32-libunistring lib32-openssl lib32-p11-kit lib32-libtasn1 lib32-gmp lib32-libffi steamcmd`
Also, for proper server shutdown that doesn't terminate the server without saving (put this in a .sh file and `chmod +x` it):
#!/bin/bash
screen -S dst_server1 -p 0 -X stuff "c_shutdown()^M"
screen -S dst_server2 -p 0 -X stuff "c_shutdown()^M"
screen -dr dst_server1 -X -S quit
with:
screen -S dst_server1 -p 0 -X stuff "^C"