Пытаюсь сделать чистый сервер NOSTEAM GunGame - но все инструкции старые и ничего не работает толком, помогите разобраться!
Есть Ubuntu сервер x64
Ставлю чистый сервер так:
Помогите как дальше быть.... с NOSteam и основными плагинами и модами для установки плагинов и модов...
Лог из терминала:
P.S. Модеры не пинайте меня если что... Закрыли любимый сервак, аналогов нету.... хочу похожий без разной лобуды для удовольствия создать!
Есть Ubuntu сервер x64
Ставлю чистый сервер так:
C-подобный:
sudo apt-get install lib32gcc1
sudo apt-get install lib32tinfo5
sudo apt-get install gdb
Подготовка
mkdir /home/game/css && mkdir /home/game/css/steamcmd && cd /home/game/css/steamcmd && wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz && tar -zxvf steamcmd_linux.tar.gz && rm steamcmd_linux.tar.gz
Установка
/home/game/css/steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/game/css +app_update 232330 -validate +quit
Права запуска
chmod +x /home/game/css/srcds_run
Символьная ссылка как бы(но топорный способ)
sudo mkdir /home/user/.steam/ && sudo mkdir /home/user/.steam/sdk32/ && sudo cp /home/game/css/steamcmd/linux32/steamclient.so /home/user/.steam/sdk32/
Запуск
/home/game/css/srcds_run -debug -game cstrike +ip 192.168.2.200 +port 21 +maxplayers 8 +map de_dust -secure
Лог из терминала:
C-подобный:
Auto detecting CPU
Using default binary: ./srcds_linux
Enabling debug mode
Server will auto-restart if there is a crash.
Using Breakpad minidump system. Version: 3029837 AppID: 232330
Setting breakpad minidump AppID = 232330
Using breakpad crash handler
Loaded 1335 VPK file hashes from /home/game/css/cstrike/cstrike_pak.vpk for pure server operation.
Loaded 1335 VPK file hashes from /home/game/css/cstrike/cstrike_pak.vpk for pure server operation.
Loaded 1218 VPK file hashes from /home/game/css/hl2/hl2_textures.vpk for pure server operation.
Loaded 574 VPK file hashes from /home/game/css/hl2/hl2_sound_vo_english.vpk for pure server operation.
Loaded 383 VPK file hashes from /home/game/css/hl2/hl2_sound_misc.vpk for pure server operation.
Loaded 446 VPK file hashes from /home/game/css/hl2/hl2_misc.vpk for pure server operation.
Loaded 5 VPK file hashes from /home/game/css/platform/platform_misc.vpk for pure server operation.
server_srv.so loaded for "Counter-Strike: Source"
maxplayers set to 8
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Unknown command "r_decal_cullsize"
Unknown command "port"
maxplayers set to 8
ConVarRef dev_loadtime_map_start doesn't point to an existing ConVar
WARNING: NNET_OpenSocket: bind: Permission denied
Couldn't allocate any server IP port
cat: hlds.23286.pid: Нет такого файла или каталога
email debug.log to linux@valvesoftware.com
Вск Ноя 15 06:07:20 EET 2015: Server restart in 10 seconds
Последнее редактирование: