Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
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"