Перейти к содержанию

Electr0

Администраторы
  • Постов

    10 396
  • Зарегистрирован

  • Посещение

  • Победитель дней

    417

Весь контент Electr0

  1. интересно интересно ;D, компромат))
  2. Electr0

    Tickrate Enabler [L4D, L4D2]

    Версия 1.4

    132 раза скачали

    Последняя рабочая версия Tickrate enabler под Linux для версии 2.1.4.5 и выше
    Бесплатный
  3. Во первых, начну с разговора об автоматизации, среди протестированных скриптов запуска, контроля упал ли сервер или нет, я нашел самый удобный и рабочий: Linux Game Server Managers - Quick, simple deployment and management of various dedicated game servers Linux Game Server Managers, на этой базе и будем рассматривать установку и настройку. Обращаю ваше внимание на то, что для VDS/VPS в качестве операционной системы рекомендуется Debian, в данном руководстве я рассматриваю Debian 8 X64. Нам понадобится следующее программное обеспечение: ExtraPuTTY - для входа на сервер через протокол SSH WinSCP - это файловый менеджер, через который мы будем работать с файлами. А так же необходимые пакеты для корректной работы SteamCMD, расширения dbi.mysql.ext входящей в состав SourceMod, HLstatsX:CE, а так же самого скрипта автоматизации: Эта библиотека нужна расширению работы с mysql базами данных dbi.mysql.ext apt-get install lib32z1 Нужное для корректной работы скрипта: sudo dpkg --add-architecture i386; sudo apt update; sudo apt install mailutils postfix curl wget file tar bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux lib32gcc1 libstdc++6 lib32stdc++6 steamcmd Для запуска серверного Daemon HLstatsX:CE необходим модуль работы с базами данных: apt-get install libdbd-mysql-perl Чтобы HLstatsX:CE корректно распознавала местоположение игроков устанавливаем модуль Geo :: IP :: PurePerl wget http://search.cpan.org/CPAN/authors/id/B/BO/BORISZ/Geo-IP-PurePerl-1.25.tar.gz tar -zxf Geo-IP-PurePerl-1.25.tar.gz cd Geo-IP-PurePerl-1.25 perl Makefile.PL make make test make install apt-get install libgeo-ip-perl Если у вас будет использоватся параметр -debug ставим дебагер, если его не будет сервер будет просить установить: apt-get install gdb Установка: Создаем нового пользователя с названием сервера, можно как хотите это просто для понятности, т.к. под root не безопасно и крайне не рекомендуется самой Valve, в процессе вас попросят указать пароль, если пароль одинаков с названием учетной записи то, он спрашиваться не будет. adduser l4d2_test_coop Заходим под только созданным пользователем: su - l4d2_test_coop Скачиваем скрипт управления сервером: wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh l4d2server Теперь заходим в WinSCP заходим под учетной записью root админа и идем в каталог /home/<имя учетной записи созданной ранее> и переименовываем название скрипта l4d2server в желаемое название через файловый менеджер, допустим l4d2_test_coop, и после открываем этот файл двойным кликом мыши прямо в файловом менеджере. В открывшемся окне, в разделе # Start Variables настраиваем: defaultmap - это начальная карта с которой стартует сервер maxplayers - максимальное кол-во игроков port - желаемый порт сервера. ip - ип текущего сервера. После ниже находим и заменяем: parms="-game left4dead2 -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" На: parms="-game left4dead2 -ip ${ip} -port ${port} +map ${defaultmap} -maxplayers ${maxplayers} +servercfgfile ${servercfg}" т.к. из-за strictportbind сервер не видно в списках игровых серверов Steam в меню игры. Сохраняем и переходим к следующему шагу. Запускаем установку, и следуем указаниям: ./l4d2_test_coop install В процессе установки скрипт сам настроит SteamCMD и положит все в папку созданного нами пользователя, файлы сервера будут располагаться в папке serverfiles, steamcmd в папке steamcmd ну в общем все достаточно понятно. Автоматический мониторинг сервера: crontab -e 0 5 * * * /home/l4d2_test_coop/l4d2_test_coop monitor > /dev/null 2>&1 Теперь наш сервер каждые 5 минут проверяется, и если он зависнет или упадет то запустится вновь. Разберем команды управления сервером: Официальная документация тут Запуск: Запуск: ./l4d2_test_coop start Остановка: ./l4d2_test_coop stop Перезапуск: ./l4d2_test_coop restart Обновление: обновление: ./l4d2_test_coop update проверка файлов: ./l4d2_test_coop validate Мониторинг: ./l4d2_test_coop monitor Консоль сервера: Для выхода из консоли сервера нажмите “CTRL+b d”. Заметка: нажатие “CTRL+c” выключает сервер. ./l4d2_test_coop console Настройка Для того чтобы сервер корректно отображался и к нему можно было подключится нужно добавить конфиг сервера, он называется server.cfg и содержит: // *Server settings* // // Название сервера hostname "l4d2_coop_server" sv_lan 0 sv_region 255 // Ваш ркон пароль rcon_password "l4d2_coop_server" // Кол-во неудачных попыток перед баном IP адреса того кто пытается зайти sv_rcon_maxfailures 5 sv_search_key "l4d2_coop_server" sv_tags "теги" sv_contact "сайт или почта" // *Additional settings* // // Разрешенные режимы игры,если их несколько то через запятую без пробелов sm_cvar sv_gametypes "coop,realism" sm_cvar sv_alltalk 1 sm_cvar sv_cheats 0 // *Slot and players settings* // // Allow or disallow the wait command on clients connected to this server sm_cvar sv_allow_wait_command 0 sm_cvar sv_allow_lobby_connect_only 0 sm_cvar sv_maxplayers 4 sm_cvar sv_visiblemaxplayers 4 sm_cvar sv_force_unreserved 1 Кладем server.cfg в папку /l4d2_test_coop/serverfiles/left4dead2/cfg и пробуем запустить, на этом все, удачных экспериментов!
  4. Electr0

    How to change the nickname in the game

    Open the game console and write: setinfo name "Meow"
  5. Открываем консоль игры и пишем: setinfo name "мявка"
  6. Славик, подпись по длиннее не мог сделать
  7. заблокировано редактирование объектов не привязанных к Fort System.
  8. Увидели машину на машине, что-то смешное и успели заскринить?, скидывайте сюда:D у меня вот, прицеливается
  9. Версия 3.0.0

    31 раз скачали

    Vice - is Valve's tool for ICE encryption and Code/Decode scriptes
    Бесплатный
  10. Electr0

    Order Vip Account

    The process of ordering VIP Account is as follows: 1. Read about VIP account 2. Purchase: Way 1 (recommended): Via our Store, in this case you just need to pay any convenient method of payment, after the payment, I immediately get an message from system and perform the activation of your account. Our store support gateways: PayPal and Wallet One Way 2: Through the following purses in hand, showing the data in a message to the translation, after the payment be sure to write me in PM @Electr0 about what you paid, I will activate your account:
  11. Electr0

    How do you know your STEAM_ID

    How do you know your STEAM_ID Method 1: Enter any game on the engine source, go to any server, open the gaming console (button ~) and send the command status, among the list of the players find themselves, and copy from a string something like this: STEAM_1: 0: xxxxxxxxx, this is your game STEAM_ID.Method 2: We learn a link to the profile, it is enough to go to a page in STEAM and clicking the right mouse button to select "Copy the URL of the page."Go to website steamid.io and paste in there link to your profile in STEAM, in the field steamID you get your STEAM_ID.To STEAM_ID obtained on the site was suitable, you have to change STEAM_0 STEAM_1
  12. This console variables that need to be put in the above values in the console games for comfortable playing on our servers. For our servers: cl_resend "1.5" cl_interp_ratio "-1" cl_updaterate "60" cl_cmdrate "50" cl_interp "0.067" rate "100000"For 100 Tick: cl_resend "1.5" cl_interp_ratio "-1" cl_updaterate "100" cl_cmdrate "100" cl_interp "0.100" rate "100000"This will help avoid choke and loss, you need to put them in a console game.
  13. Electr0

    About this section

    In this section, you can consult about problems with the game
  14. Electr0

    Template ticket for data recovery

    In order for your ticket has been considered, it must be submitted on this form is strictly: 1. ATTENTION! When you create a complaint in this section in the topic title that briefly lost! The order information: Nickname (better at the time of disappearance)STEAM_IDOLD STEAM_ID (if you decide to move to another account)What is missingName Server (IP: PORT)Map, and slot number (if lost slot Fort System)Time noticed the disappearance of dataSmall description of events on the server, after which the missing data (the map changes, a server crash, and etc)
  15. Electr0

    °• Alliance

    Alliance server is built on the principle: to be with the players, to do everything for the players to respect each other. Our goal - to unite under a single "Flag" best, decent, original game servers Left 4 Dead. Servers Left 4 Dead 2: mg.ally.pro:27100 °• Mega Survival (survival) sc.ally.pro:27090 °• Super Coop (co-op) alt.ally.pro:27020 °• Coop Alternative (co-op) Our sites: SourceBans HLstatsX Steam group
  16. Electr0

    °• Coop Alternative

    °• Coop Alternative ● About server An alternative version of the cooperative server using PerkMOD and Tankbuster. ● Custom Content Subscribe to this collection, or download the full version to the game client HERE ● Tagline The fields have eyes, the trees have ears… and we have guns. ● Basic Commands ● Technical Administrator Mag
  17. Electr0

    °• Super Coop

    °• Super Coop ● About server This cooperative, with explosive action, custom campaigns, and many others, and yes we have these fucking boxes falling from the dead because I hate them!) s because I hate them!) ● Custom Content Subscribe to this collection, or download the full version to the game client HERE ● Read more Game Mode: Cooperative Maximum number of players: 12 The dynamic balance of the number of infected on the map Custom models (with input automatically downloaded to your game client) Custom hats (at the entrance automatically downloaded to your game client) Custom melee weapon (wrench board with a nail, Sledgehammer) Unlock all weapons (CSS, near all weapons available on all maps) System StopTK by Jonny Zombie / tanks have their mutation Vip System Its system of user votes Shop with a limited number of purchases per round !b Support short commands on the type of store, fox example: !b laser, (learn all the short commands !bhelp) ● Basic Commands ● Additional commands store !b1 - здоровье, аптека, воскрешение и др. !b2 - оружие, канистры, фейерверк и др. !b3 - патроны, лазерный прицел, зажигательные и др. !b4 - выбрать персонаж, шляпу, купить парашют. !b5 - телепорт к игроку, паника. !bhelp - узнать все короткие команды. ● Instantly purchase an item at the store ● Technical Administrator Electr0
  18. Electr0

    °• Mega Survival

    °• Mega Survival ● About server As you have seen, here in this building, and gets the respect of someone who builds a cool refuge, not a column of cubes, your shelter can be saved by you in our database and loaded later. It is necessary to build not just a mausoleum, but also a place to protect against the attacks of zombies, otherwise you will be bored, or you devour Warp Tank! ● Custom Content Subscribe to this collection, or download the full version of the game client HERE ● Read more Game mode: Survival Maximum number of players: 12 Unique build plugin Fort System: !f The ability to save / load their buildings slots 5 slots to save items for each map! The ability to undo and repeat actions on objects! Menu creation of objects stored current position, after clicking you stay on the same page menu All that you create through the menu to create objects !f, can be saved. It is forbidden to remove the foreign objects. Shop with a limited number of purchases per round !b Support short commands on the type of store, fox example: !b laser, (learn all the short commands !bhelp) The dynamic balance of the number of infected on the map Vip System Its system of user votes Custom models (with input automatically downloaded to your game client) Custom hats (at the entrance automatically downloaded to your game client) Custom melee weapon (wrench board with a nail, Sledgehammer) Unlock all weapons (CSS, near all weapons available on all maps) System StopTK by Jonny Zombie / tanks have their mutation Panic button start is disabled by default unlocked voting, so you can extend the pause button start by voting antitrolling. ● Tagline Creativity + Construction = °• Mega Survival ● Basic Commands ● Commands Fort System ● Additional commands Fort System !f1 - Управление !f2 - Часто используемое !f3 - Заборы | Стены | Баррикады !f4 - Транспортные средства !f5 - Двери | Окна | Лестницы !f6 - Декорации !fs_help - справка стройки с описанием всех доступных вам команд. ● Additional commands store !b1 - здоровье, аптека, воскрешение и др. !b2 - оружие, канистры, фейерверк и др. !b3 - патроны, лазерный прицел, зажигательные и др. !b4 - выбрать персонаж, шляпу, купить парашют. !b5 - телепорт к игроку, паника. ● Instantly purchase an item at the store ● Technical Administrator Electr0
  19. Electr0

    °• Coop Alternative

    °• Coop Alternative ● О сервере Альтернативная версия кооперативного сервера, с использованием PerkMOD и Tankbuster. ● Слоган У полей есть глаза, у деревьев есть уши… а у нас есть оружие. ● Базовые команды ● Технический администратор Electr0
  20. Здесь сообщаем о текущих проблемах и ошибках на сервере °• Coop Alternative Ваши комментарии редактируются и помечаются по системе: [ИСПРАВЛЕНО] - исправлено[НЕ ИСПРАВЛЕНО - примечание] - не исправлено с объяснением почему.Порядок информирования: Кратко опишите ошибкуКогда появилсяКартаУсловия при которых появляетсяКак повторитьВаши рекомендации по устранениюотсутствие порядка - удаление поста без объяснений, как в вузах неправильно оформил в мусорку, взрослеем ребята.
  21. В этой теме пишите свои идеи и предложения для сервера °• Coop Alternative, мы обязательно их просмотрим.
  22. Форум находится в процессе обновления, не пугаемся)

    1. Показать предыдущие комментарии  6 ещё
    2. Electr0

      Electr0

      • суд реструктуризирован и тоже добавлен в англоязычную ветку.
      • некоторые особо нужные статьи FAQ переведены.
      • англоязычный форум на всех языках имеет одинаковые названия - английские (чтоб не путали)
    3. Electr0

      Electr0

      • добавлены некоторые иконки
      • исправлено отображение города в профиле пользователя
    4. Electr0

      Electr0

      исправлена проблема со смайлами

  23. ну либо как я предоложил две штуки либо никак.
  24. добавил ASC сортировку урона танку вместо DESC (по убыванию), добавил указание общего зафиксированного урона танку. по жокею да знаю, позже добавлю edit2: добавил скит жокея и взятие на приклад
×
×
  • Создать...