Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский)
Español - Latinoamérica (латиноам. испанский)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский)
Português-Brasil (бразильский португальский)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
below is command used
[root@cs01 SteamCMD]# ./steamcmd.sh
Redirecting stderr to '/root/Steam/logs/stderr.txt'
[ 0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam API...OK.
Steam>login anonymous
Connecting anonymously to Steam Public...Logged in OK
Waiting for user info...OK
Steam>force_install_dir ./27020/
Steam>app_set_config 90 mod cstrike
Steam>app_update 90 validate
Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Success! App '90' fully installed.
Steam>app_update 90 -beta beta validate
Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Success! App '90' fully installed.
Steam>exit
CWorkThreadPool::~CWorkThreadPool: work processing queue not empty: 2 items discarded.
CWorkThreadPool::~CWorkThreadPool: work processing queue not empty: 2 items discarded.
[root@cs01 SteamCMD]# cd 27020/
[root@cs01 27020]# ./hlds_run -console -game cstrike +port 27020 +de_dust2 +maxplayers 32 -pingboost 1
Invalid game type 'cstrike' sepecified.
Tue Feb 20 16:49:24 EST 2018: Server Failed
<Installation Folder>\Steam\steamapps\common\Half-Life\cstrike
Verify that the folder has that name
With the Steam Client open:
Steam > Settings > Downloads and click the Steam Library Folders button
https://www.youtube.com/watch?v=x4qmoYjTMoE
https://www.youtube.com/watch?v=3CAh0ZZQiyo
Did you get HLDS working?
[root@cs01 27020]# ./hlds_run -console -game cstrike +port 27020 +de_dust2 +maxplayers 32 -pingboost 1
Auto-restarting the server on crash
Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/root/.steam/sdk32/steamclient.so
with error:
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
FATAL ERROR (shutting down): W_LoadWadFile: couldn't load gfx.wad
In your launch parameters, try replacing +de_dust2 with +map de_dust2 and try again. You also seem to be missing a .so file, but I don't think the server will crash because of it.
[root@cs01 27020]# ./hlds_run -console -game cstrike +port 27020 +map de_dust2 +maxplayers 32 -pingboost 1
Auto-restarting the server on crash
Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/root/.steam/sdk32/steamclient.so
with error:
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
FATAL ERROR (shutting down): W_LoadWadFile: couldn't load gfx.
Try going to your HLDS-Cstrike( 27020\cstrike ) directory and remove gfx.wad
https://steamcommunity.com/app/50/discussions/0/540737414276625248/
Which means delete your Steam Half-Life directory and HLDS\Cstrike directory, restart Steam and download Counter-Strike and Half-Life. Once downloaded, copy the folder cstrike back over to your HLDS folder. If that doesn't work, try copying all subfolders of Half-Life into your HLDS folder.
It seems to have worked for several people, let me know if that helps.
[root@cs01 ~]# cd Steam/steamapps/
[root@cs01 steamapps]# ls
libraryfolders.vdf
Actually I'm on a Linux server (CentOS 6) trying to setup CS 1.6 server.