Как создать и настроить свой сервер в DayZ — Полный пошаговый гайд
+ Содержание
Спустя сотни часов игра надоедает, и многие хотят попробовать что-то новое. Один из вариантов – создать свой сервер для тестов и веселья с друзьями, либо открыть полноценный игровой проект. Для этого потребуется установить и настроить сервер. В статье будет подробно описано, как это сделать.
Установка
Конкретно сама установка сервера безумно простая и занимает мало времени. Заходим в библиотеку Steam и выбираем раздел « Инструменты », где находим DayZ Server и запускаем скачивание. Сервер крайне желательно скачивать на путь, в котором нет русских букв. Для этого можно создать библиотеку на другом диске, либо перенести сервер вручную после установки путём «копировать – вставить».
Не забывайте, что игра периодически обновляется, потому в один прекрасный момент она может перезаписать ваши изменённые серверные файлы. Обязательно делайте резервные копии после установки.
Полезные программы
Пока сервер скачивается, можно установить несколько программ, которые облегчат вашу работу в дальнейшем.
Настройка
Настройка займёт гораздо более продолжительное время и требует хотя бы минимального знания английского и навыков работы с компьютером. Если ангельский вы не знаете – это гиблое дело. Тем, кто работал с серверными файлами Армы 2 и 3, будет гораздо проще, поскольку эти игры максимально унифицированы.
Создание и настройка батника для запуска
Код для «батника»
Настройка serverDZ.cfg
Этот файл является ключевым, в котором указываются все основные настройки сервера. Ниже вы можете увидеть строки с пояснениями на русском, за что они именно отвечают. Потратьте минут 5-10 и выставите всё по вашему усмотрению, чтобы потом не возвращаться к этому. Если не понимаете какой-то параметр, лучше не трогайте.
Готовые файлы с кодом
Скачать архив, распаковать, отредактировать под себя.
Как зайти на свой сервер
Сначала запустите его и дождитесь полной загрузки, затем существует два способа:
Установка модов на примере админки
Попробуем установить админку, чтобы понять принцип установки модов.
Установка завершена, теперь сервер будет запускать ваши моды при запуске. Около 95% модов устанавливаются банальным вписыванием в параметры запуска очередного мода через запятую по типу «-mod=@Mod1;@Mod2;@Mod3;»
В нашем случае требуется ещё вписать вас в админку, чтобы вы могли ей пользоваться. Запускаем батник, сервер стартует. Ждём окончательной загрузки и заходим. После первого запуска сервера у вас появится папка «Profiles». Выключаем сервер и идём по пути «profiles\PermissionsFramework\Players», где появится файл с вашим UID. Заходим в него и меняем роль «everyone» на «admin». Сохраняем, перезапускаем сервер и у вас появился доступ к админке.
Управление админкой
Заключение
Установка сервера DayZ довольно несложная. Потратьте час свободного времени на изучение этой инструкции и установку с настройкой, и у вас обязательно всё получится.
Автор гайда: oxide35
Подпишитесь, чтобы загрузить
DayZ Editor
This is the Official Steam page for the DayZ Editor. Please submit all feedback / suggestions to our Discord [discord.gg]
The DayZ Editor is an Open Source 3D Editing tool built to design new areas, create vivid screenshots, and test game mechanics. Users can place any item available in the game, import and export files from all types of mods, and brush the landscape with your new ideas.
You can build your map with more and easier to use tools. From brush tools, to specialized placement modes to help you quickly and easily build what ever you want, how you want it!
DayZ Editor also provide tools for filmmakers. The provided tools will allow you to play with the weather, camera and much more is planned.
Though I have had help from many friends / contributors. Most of the planning, engineering, programming, and execution has been solely of my own doing.
(c) DayZ Editor 2021
This item is not authorized for posting on Steam, except under the Steam account https://steamcommunity.com/id/InclementD or as a contributor if direct authorization is given by the author of this item.
Подпишитесь, чтобы загрузить
Community-Online-Tools
There may be some bugs. If you do find some, report them in them on my GitHub here [github.com]
This is the first set of GUI based admin tools created by the developers of DayZ Community Offline Mode. This makes use of a modular design which allows other mods such as DayZ Expansion or DayZ HypeTrain to add their own menu’s for admins to have further control of their servers. Community Online Tools allow you to teleport players, set player health, blood, shock, change the weather of the server, and even spawn in vehicles. Also, this mod allows you to set the aiming mode for players to the old 0.62 system if you, the server admin wishes to use it.
Webhooks can be configured like the following https://pastebin.com/AR3Bk9E5 where there can be multiple connections. Say you want players to see when the weather is changing but want another channel for every admin action to be logged in or you want this information to be logged across multiple discord servers.
— Ability to recolour any menu to a users choice
— Keyframing for the Cinematic Camera
— Create, delete and edit roles within the game
Monetization is allowed on your servers but it would be nice that a small percentage is sent as a donation. This is not enforced but would be greatly appreciated.
DayZ:Modding Basics
Contents
Step by step creation of a simple mod for DayZ.
Requirements
Setup
It is recommended to setup a Project Drive with extracted game data for optimal workflow:
If you wish to use Workbench and its Script Editor, follow the setup guide here: Workbench Setup
Creating a mod
In the spirit of simplicity, let us create a mod which will print a message into the log upon a certain condition.
Scripting syntax documentation is located here: DayZ:Enforce_Script_Syntax
Step by step
Packing into pbo
Testing the mod
Testing mod in singleplayer
Many mods can be tested in SP environment which you can easily set up by creating a ChernarusPlus custom mission folder, for example myMission.ChernarusPlus with a init.c file inside of it with following contents
Modify the init.c to suit your testing needs, then launch DayZDiag_x64.exe with the following parameters
which will start the game with a mod in SP environment.
If you are using the Script Editor, you will now see the custom message in the output section every time you jump. If you are not, navigate to your profiles folder ( default: WindowsProfilePath\AppData\Local\DayZ ) and open the most recent script.log file, which will contain the printed message.
Testing in multiplayer
When testing in MP environment, launch the DayZDiag_x64.exe in a server mode using the launch parameters
where serverDZ.cfg can be copied from the DayZ Server distribution on Steam. You will need to modify following options:
Publishing
Additional steps you will need to go through when you want to share the mod with the world:
Подпишитесь, чтобы загрузить
Community-Online-Tools
There may be some bugs. If you do find some, report them in them on my GitHub here [github.com]
This is the first set of GUI based admin tools created by the developers of DayZ Community Offline Mode. This makes use of a modular design which allows other mods such as DayZ Expansion or DayZ HypeTrain to add their own menu’s for admins to have further control of their servers. Community Online Tools allow you to teleport players, set player health, blood, shock, change the weather of the server, and even spawn in vehicles. Also, this mod allows you to set the aiming mode for players to the old 0.62 system if you, the server admin wishes to use it.
Webhooks can be configured like the following https://pastebin.com/AR3Bk9E5 where there can be multiple connections. Say you want players to see when the weather is changing but want another channel for every admin action to be logged in or you want this information to be logged across multiple discord servers.
— Ability to recolour any menu to a users choice
— Keyframing for the Cinematic Camera
— Create, delete and edit roles within the game
Monetization is allowed on your servers but it would be nice that a small percentage is sent as a donation. This is not enforced but would be greatly appreciated.













