←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

kilka popularnych problemów

Locked

  • +
  • -
marmat00's Photo marmat00 03.05.2010

Kupiłem sobie ostatnio serwer VPS. Założyłem na nim serwer cs, i tu zaczynają się problemy
1.Zainstalowałem metamod i amxx, wgrałem dproto ale nadal serwer jest steam co zrobić.
2.chciałbym zrobić tak aby po wyłączeniu putty serwer nadal działał.

ad 1 po włączeniu serwera wyskakuje takie coś

...................................................................................................................................................................
marmat@matrix07-2:~$ /home/marmat/hlds_run -game cstrike +maxplayers 18 +map de_dust +exec server.cfg -autoupdate -timeout 1
Auto detecting CPU
Using Pentium II Optimised binary.
Auto-restarting the server on crash
Updating server using Steam.
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Counter-Strike Base Content' version 35


Checking/Installing 'Linux Server Engine' version 54


Checking/Installing 'Half-Life Base Content' version 12


HLDS installation up to date

Console initialized.
scandir failed:/home/marmat/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 15:58:06 Jun 15 2009 (4617)
STEAM Auth Server
couldn't exec language.cfg
couldn't exec listip.cfg
couldn't exec banned.cfg
Server IP address tutaj ip
scandir failed:/home/marmat/./platform/SAVE
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.

scandir failed:/home/marmat/./platform/SAVE
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.

couldn't exec listip.cfg
couldn't exec banned.cfg
scandir failed:/home/marmat/./platform/SAVE
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.

VAC secure mode disabled.
...................................................................................................................................................................................................................

ad 2 z tym wyłączaniem serwera po wyjściu z konsoli czytałem, że coś z jakimś screenem trzeba zrobić. gdy to zrobiłem wyskakiwał błąd


Męcze się z tym od paru dni szykałem w google ale nic nie działa bardzo proszę o pomoc.

PS mój system to linux debian.
Quote

  • +
  • -
mgr inż. Pavulon's Photo mgr inż. Pavulon 03.05.2010

1. nie widać tu nic o dproto. pokaż plik
addons/metamod/plugins.ini
i wynik wpisania w konsoli
meta list
2. uruchamiaj serwer w screen'ie [SSH] Instalacja serwera - Nieoficjalny polski support AMX Mod X
Quote

  • +
  • -
Portek's Photo Portek 03.05.2010

Tutaj nawet metamod i amxx nie odpalił :)

Wklej to do cstrike/liblist.gam:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1" hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons/metamod/dlls/metamod.dll"
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
trainmap "tr_1"
Quote

  • +
  • -
marmat00's Photo marmat00 03.05.2010

plugins.ini:

linux addons/dproto/dproto_i386.so
linux addons/amxmodx/dlls/amxmodx_mm_i386.so


a po wpisaniu meta list nic się nie dzieje

gdy wkleiłem treść liblist.gam nadal nic
Quote

  • +
  • -
zielu001's Photo zielu001 09.05.2010

A co do wyłączania się serwera to zastosuj:

screen -A -m -d /hlds_run <linia polecenia twojego serwera.. >
Jak wyskoczy że nie ma takiej Komendy jak screen to wpisz(Debian)
apt-get install screen
Quote
Locked