www.cssgame.ru

Объявление

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » www.cssgame.ru » Counter Strike Source Dedicated Server » Обьясните как запустить сервер


Обьясните как запустить сервер

Сообщений 1 страница 30 из 72

1

я прошел по ….\csserver\cstrike\addons\sourcemod\configs  открыл admins.cfg  и там вместо "Admin" не че не вписывал ,а в место "STEM_0:0:00000" вписал "127.0.0.1:27005".Далее прошел по ….\csserver\cstrike\cfg\mani_admin_plugin открыл clients.txt где "Admin" опять же не чего не вписывал,а "STEM_0:0:00000000" заменил на  "127.0.0.1:27005".Я правельно сделал?И как войти на свой сервер?

0

2

ну во первых если прописываешь айпи адрес , то прописываешь его без порта тоисть 127.0.0.1, во вторых в файле admins.cfg чтобы изменить на айпишник нужно править две строчки:
"auth"    "steam"
"identity"    "STEAM_0:1:16"

сделать надо вот так:

"auth"    "ip"
"identity"    "127.0.0.1"
но и в этом случае работу не гарантирую, насколько я понемаю это внутренний айпишник, нужен внешний.

Далее про файл clients.txt ,там есть строчка:

"steam" "STEAM_0:0:16202037"

править её нужно следующим образом:

"ip" "127.0.0.1"

0

3

Спосибо,я исправил.  :writing: Все работает ... только АДМИНКА че робит =( Пишет типа У вас не достаточно прав для использования ADMIN =( что делать?

Отредактировано Влад (2009-09-22 11:09:43)

0

4

Dragonru Как увелисить МАКС кол-во ИГРАКОВ ?

0

5

Здрвствуйте вот жду пока выложите анти чит для No Steam сервера, читеры просто достали тестить свои читы на сервере, вот скачал анти чит  (sxe_injected_8.0_client+server)  подскажите пожалуйста как устоновить.

Отредактировано ano (2009-09-22 13:02:29)

0

6

А кстати вот инструкция для установки

Anticheat system: sXe Injected 5.2 (for windows 32 bits)
(http://www.sxe-injected.com/)

-----------------------
***** Introduction ****
-----------------------

sXe Injected server runs with Half-Life mod, In conjunction with the client performs all necessary authentications to block different hooks over the game.

---------------------
**** Installation ****
---------------------

The server was developed to be installed as a Metamod plugin, developed for metamod v1.8 or newer. The installation is simple

-> Directory creation

Being on <MOD> (cstrike, dod, etc) you must create the following directories inside metamod directory structure.

Usual metamd structure
      'half life'\cstrike\addons\

New directories
     'half life'\cstrike\addons\sxei\
     'half life'\cstrike\addons\sxei\dlls\

-> Plugin copy (sxei_mm.dll)

Once directories creation was finished you need to copy the binary on its place, this one will be 'half life'\cstrike\addons\sxei\dlls\
So, will be
   'half life'\cstrike\addons\sxei\dlls\sxei_mm.dll

Or if its Day of defeat mod
   'half life'\dod\addons\sxei\dlls\sxei_mm.dll

-----------------------
**** Configuration ****
-----------------------

Now we need to let Metamod know it needs to run this new plugin, we do this by editing  the file 'plugins.ini' located at 'half life'\'mod'\addons\metamod\

So, \'half life'\cstrike\addons\metamod\plugins.ini
Or it could also be \'half life'\dod\addons\metamod\plugins.ini

On this file we are only going to add
; sXe Injected
win32 addons/sxei/dlls/sxei_mm.dll

Thats all, once we got the server up and running metamod will take care to load the anticheat’s plugin.
If Cs server is already ruuning we can ask Metamod to refresh the configuration by using the 'meta refresh' command (this command must by sent via rcon)

To check if the plugin is working properly we can check a plugin’s list, and check the status also, using 'meta list' command we should see every plugin, including sXe Injected server

Like this
] meta list
Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
[ 1] AMX              RUN   -    amx_mm.dll        v2006.3   ini  ANY   ANY 
[ 2] sXe Injected     RUN   -    sxei_mm.dll       v5.2      ini  ANY   ANY
[ 3] Fun              RUN   -    fun.dll           v2006.3   pl1  ANY   ANY 
[ 4] CSStats          RUN   -    csstats.dll       v2006.3   pl1  ANY   ANY 
4 plugins, 4 running

If the status is RUN, the plugin is working properly

Note: Its really important that on the command line you use to execute the game you have the +ip parameter and this one to have the real server ip, or no client will be able to authenticate with sXe Injected

Like this,
+ ip 200.32.3.223
hlds_run -game cstrike + maxplayers 14 + ip 200.32.3.223 + map de_dust2 +port 27015
hlds_run -game dod + maxplayers 14 + ip 200.32.3.223 + map dod_donner +port 27015

Any other way will cause the server not to be able to authenticate the clients properly and kick them.
If u can not add the public ip on the command line you can add it to server.cfg

For example,
   ip 200.32.3.223

**** LAN / WAN Configuration ****

If you have two kind of players (WAN clients and LAN clients) we introduce a new variable: __sxei_internal_ip

you can caonfigure your server.cfg as (in example):
ip 200.32.3.223
__sxei_internal_ip 192.168.0.5

so, WAN clients connects to 200.32.3.223 and LAN players connects to 192.168.0.5, and no one gets kick.

NOTE: if you change ip or __sxei_internal_ip changes doesn't take effect immediatly, you MUST restart server or change map.

**** DNS Configuration ****

Now you can configure your variables ip and __sxei_internal_ip with a DNS.
ie:
ip cs1.clanX.no-ip.com

sXe Injected server will resolve name to get current ip address.

NOTE: if you change ip or __sxei_internal_ip changes doesn't take effect immediatly, you MUST restart server or change map.

------------------------
**** Administration ****
------------------------

sXe Injected server has some variables to manage its administration

-> Required (default value 1)

__sxei_required variable can be set as we wish

__sxei_required -1 \ Anticheat completely off
No actions from this server on this status, no validations from the anticheat

__sxei_required 0 \ Anticheat in optional status
This status allows every player to access the game, even if they dont have sXe Injected, but the server will change the name of those who dont validate with the anticheat by adding "[NO-sXe-I]" befote the nickname, as it will also be showing messages with different colours letting the player know about the optional status and where to download the anticheat client from.

__sxei_required 1 \ Anticheat in mandatory status
Ideal status, anyone who does not goes through the authentication, because of a failed client or the lack of it, alter 6 seconds the screen Hill g oto fade to black. After 6 more seconds, will be kicked, informing that has been kicked because it doesnt have the client, this will be showing on the kick message and on the console.

-> Auto Upgrade (__sxei_srv_upg, default value 1)
-----------------------------------------------------

__sxei_srv_upg 1 \ Anticheat checks for upgrades.
Every time a map is over it Hill check if its running the latest version, if there is any difference, it will automatically download the latest version.

__sxei_srv_upg 0 \ Anticheat doesnt check for upgrades
Avoids any upgrade attempt

-> Versions (__sxei_srv_ver, __sxei_clt_ver)
---------------------------------------------

__sxei_srv_ver stores the sXe Injected server version, __sxei_clt_ver stores the required value for the client. This variables can be modified manually, not recommendable, if the client versiуn required is changed and this ones dont have it they will be automatically kicked from the server (si __sxei_required == 1)

IMPORTANT: It is not recommended to change any of these 2 variables

------------------------
**** Language ****
------------------------

Copy sxei.ini file to ...\addons\sxei\ for an english translation.
Changing sxei.ini contents you can configure sXe Injected HUD Message.

Отредактировано ano (2009-09-22 13:59:34)

0

7

sXe Injected 6.9 Client+Server

Античит работает по принципу клиент/сервер. На сегодня лучший античит. Блокирует wallhack, speedhack, alias scripts, aimbots, hooks, ESP, no–recoil и другие!
Анти–чит Sxe Injected работает по принципу клиент/сервер. На сегодня — лучший анти–чит. Блокирует wallhack, speedhack, alias scripts, aimbots, hooks, ESP, no–recoil и другие!

Установка на сервер:
1) Заходим в папку addons, создаём папку sxei и в sxei создаём папку dlls. У нас получилось: addons/sxei/dlls
2) Берём файл sxei_mm.dll из папки server и закидываем в addons/sxei/dlls
3) Заходим в addons/metamod и открываем plugins.ini
4) Добавляем туда строку
; sXe Injected
win32 addons/sxei/dlls/sxei_mm.dll
5) Закрываем, сохраняем!

Теперь проверяем работает ли анти–чит.
Запускаем сервер, и в консоли сервера пишем meta list
Если мы видим
[ 1] AMX RUN — amx_mm.dll v2006.3 ini ANY ANY
[ 2] sXe Injected RUN — sxei_mm.dll v5.2 ini ANY ANY
[ 3] Fun RUN — fun.dll v2006.3 pl1 ANY ANY
[ 4] CSStats RUN — csstats.dll v2006.3 pl1 ANY ANY
4 plugins, 4 running

Всё должно работать!

Дальше настраиваем сервер.
Открываем в server.cfg и вписываем настройки:
ip “xxx.xxx.xx.xx” — реальный ip адрес сервера, к которому присоединяются клиенты (с интернета). Позволяет ипользование имен, например ip “domain.com”

sxei_internal_ip “xxx.xxx.x.x” — локальный ip адрес сервера, к которому присоединяются клиенты вашей локальной сети. Опиционально. Также можно использовать доменное имя в качестве адреса.

sxei_required 0|1 — 0 — cтатус античита optional (игроку показывает HUD сообщение, с сервера не выкидывает), 1 — игрок видит то же сообщение, через некоторые время экран чернеет и игрок выбрасывается с сервера (конечно, при отсутствии клиента)

sxei_srv_upg 0|1 — 0 — не обновлять сервер автоматически, 1 — обновлять сервер автоматически. Советую оставлять 0 в связи с частыми проблемами при автообновлении.

Всё настроили, можете играть!

Отредактировано Влад (2009-09-22 15:06:20)

0

8

Как я и говорил что админка такой айпишник не поймет вот и не дает права на пользование ею, нужен внешний айпишник.
Колличество играков меняется в файле СтартСервера.bat, открываешь его блокнотом и простовляешь столько играков сколько тебе нужно.

0

9

А что надо сделать чтобы админка работала ?Как узнать правильный IP?

Отредактировано Влад (2009-09-22 16:09:38)

0

10

А могу ли я сделать друга тоже АДМИНОМ?

0

11

можешь, сколько угодно админов делать.

0

12

Dragonru
А как ?

0

13

дублируешь все свои данные ниже через строчку и подстовляешь данные друга, сохраняешь файл и усе твой друг в админах.

0

14

Dragonru НАДО КОПИРОВАТЬ ?

{
"version" "1"-(ТУТ надо менять на 2?)

// This key group lists all your client players
"players"
{
    // This must be a unique client name
    "Admin name"
    {
    // Client real name
    "name" "(ИМЯ ДРУГА?)"
    // Steam ID for client
    "ip" "(IP ДРУГА?)"
                                    // Client real name
    // These are personal access flags for a player
    "flags"
    {
        "Immunity" "grav ping afk a b c d e f h i k l m n o p q r s t u v w x y"
        "Immunity" "autojoin"
        "Admin" "q2 q3 grav pban A B C D E F G H I J K L M N O P Q R S T U V"
        "Admin" "W X Y Z a b c d e f g i k l m o p q r s t v w x y z client"
        "Admin" "admin spray"
    }
    "groups"
    {
        "Admin" "Full Access"
    }
    }

// These are global groups of flags that can be assigned to clients
"groups"
{
    "Admin"
    {
    "Full Access" "A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d"
    "Full Access" "e f g i k l m o p q r s t v w x y z q2 q3 admin spray grav"
    "Full Access" "pban client"
    }
}

}

Отредактировано Влад (2009-09-23 13:06:43)

0

15

Заходим в addons/metamod и открываем plugins.ini там нет такого файла там есть вот такой файл metaplugins

Отредактировано ano (2009-09-23 12:44:32)

0

16

Dragonru
чтото то что Влад написал не получается сделать

0

17

на сервере Устоновленные компоненты

1 Mani_Admin_Plug_v.1.2beta r (rus)
2 SourceMod_v.1.0.0
3 MetamodSource_v.1.4.3
4 Mattie_Eventscripts_v.200beta2_250i
5 Es_Tools_v.420

0

18

Dragonru
обьясни пошегово как сделать друга админом,очень надо.пожалуйста

0

19

// This must be a unique client name
    "Dron"
    {
    // Client real name
    "name" "Dron"
    // Steam ID for client
    "steam" "STEAM_0:0:16000037"
    // These are personal access flags for a player
    "flags"
    {
        "Immunity" "grav ping afk a b c d e f h i k l m n o p q r s t u v w x y"
        "Immunity" "autojoin"
        "Admin" "q2 q3 grav pban A B C D E F G H I J K L M N O P Q R S T U V"
        "Admin" "W X Y Z a b c d e f g i k l m o p q r s t v w x y z client"
        "Admin" "admin spray"
    }
    "groups"
    {
        "Admin" "Full Access"
    }
    }

    // This must be a unique client name
    "Dima"
    {
    // Client real name
    "name" "Dima"
    // Steam ID for client
    "steam" "STEAM_0:1:14444396"
    // These are personal access flags for a player
    "flags"
    {
        "Immunity" "grav ping afk a b c d e f h i k l m n o p q r s t u v w x y"
        "Immunity" "autojoin"
        "Admin" "q2 q3 grav pban A B C D E F G H I J K L M N O P Q R S T U V"
        "Admin" "W X Y Z a b c d e f g i k l m o p q r s t v w x y z client"
        "Admin" "admin spray"
    }
    "groups"
    {
        "Admin" "Full Access"
    }
    }

НУ И ДАЛЬШЕ СКОЛЬКО ТВОЕЙ ДУШЕ УГОДНО В ПОДОБНОМ ДУХЕ)))))

0

20

ano

Т ы прав Влад ошибся в названии файла , правильно будет metaplugins.ini

0

21

Влад
админка\администрирование клиентов\опции клиентов\добавить клиента\имя и IP адрес игрока на сервере\выбираеш ник своего друга\
после врзвращаешся в \опции клиентов\изменить клиента\ник друга\установить личные флаги\admin\установить все флаги\
после врзвращаешся в \установить личные флаги\immunity\установить все флаги\
твой друг должен прописать в консоли bind p admin  (p) это та кнопка на которую открывается админка

Отредактировано ano (2009-09-23 19:31:57)

0

22

Dragonru
но я в него прописывал вот эту строчку
; sXe Injected
win32 addons/sxei/dlls/sxei_mm.dll
и не работает

0

23

ano я поковыряю этот анти чит потом отпишу ,просто я его не знаю и еще не имел с ним дело. Сам потестю потом отпешу.

0

24

А как узнать РЕЙТЫ сервера?И как их прописать если что?

0

25

Все дополнительные команды сервера прописываются в файле server.cfg

0

26

апожалуста подскажите как вообще сделать чтобы он хоть запустился я его скачал запускаю файл "старт сервера" а он выдает ошибку говорит что он что-то не може  найти помогите а ?

0

27

ты серв с какого диска запускаешь????

0

28

http://www.cssgame.ru/alienwave-server/ как именно в алиен моде сделать себя админом? Откуда взять steam id? Если это no steam сервер? Или я что-то не допонял?

0

29

Там два типа сервера no-steam и steam смотрите внимательней там две ссылки на скачку, steam id можно узнать набрав команду stats зайдя на любой сервер. Далее идете по пути в папку cstrike\cfg\mani_admin_plugin открываешь блокнотом текстовый файл clients.txt и вписываешь свой steam id.

0

30

всмысле?ну я его разархевировал потом зашол в "старт сервера "там написано диск  D,как на скриншоте на сайте я запускаю оранжевый значок о он не запускается а если запускаю "старт сервера ошибку выдает

0


Вы здесь » www.cssgame.ru » Counter Strike Source Dedicated Server » Обьясните как запустить сервер