Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
app ids : L4D2_DS : 222860 and CSGO_DS : 740
using steamcmd : go in your steamcmd.sh folder then type :
./steamcmd.sh
when the steam prompt appears : login anonymous
force_install_dir /full/path/to/l4d2-ds
app_update 222860 validate
Same thing applies for csgo. I used those links to help me :
https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers
https://developer.valvesoftware.com/wiki/SteamCMD#32-bit_libraries_on_64-bit_Linux_systems
I hope this will help you ^^
Only difference was that i logged in as "riils" rather than "anonymous". That, again, shouldn't make a difference, should it?
I have "srcds_run" for L4D2 server, but I don't for CSGO. L4D2 I accidentaly installed in default path and it's folder name is a horrible "Left 4 Dead 2 Dedicated Server" which is a pain to navigate to in console.
How do I move it to different path? Is there a SteamCMD command for this?
For the l4d2 server, if the folder where your server is stored is named Left 4 Dead 2 Dedicated Server you could try to rename it by doing this :
with relative path :
mv old-folder-name new-folder-name
with absolute path
mv /path/to/old /path/to/new
I logged in as anonymous and installed in default directory.
I fixed the inconvenient (long) path problem by creating convinient symlinks.