Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Need help?

    Create a topic in the appropriate section
    Don't write everything in the chat!
  • Take a look at the marketplace

    There you can buy
    everything related to game servers
  • Don't want a ban?

    Please read our rules
    Don't disturb the order!
  • Sell or buy?

    Use services of the guarantor
    We will make your deal safe

Recommended Posts

Обновленный DZAI по epoch 1.0.7

 

Установка:

1. Скачиваем архив

2. Из архива папку DZAI переносим в корень папки @DayZ_Epoch_Server\addons\dayz_server

3. Далее открываем файл dayz_server\system\server_monitor.sqf и находим строку:

allowConnection = true;

заменяем ее на

[] call compile preprocessFileLineNumbers "\z\addons\dayz_server\DZAI\init\dzai_initserver.sqf";
		allowConnection = true;

4. Настраиваем файл DZAI\init\dzai_config.sqf под себя

5. Все сохраняем, закрываем и запаковываем

6. Из архива папку DZAI_Client переносим в корень вашей миссии

7. Открываем файл init.sqf и в самом конце вставляем строку:

if (isServer) then {[] call compile preprocessFileLineNumbers "DZAI\dzai_initserver.sqf";};

8. Сохраняем, закрываем и проверяем

 

Оригинал статьи: epochmod.com

Share this post


Link to post
Share on other sites



Уважаемый модератор вы сами тестировали эту установку?) 

Вы только задумайтесь как он будет опираться на файл по неправильному пути?

Имею ввиду строку в init:         if (isServer) then {[] call compile preprocessFileLineNumbers "DZAI\dzai_initserver.sqf";};

Попробовал установить по вашему гайду, ошибка RPT:       0:31:41 Warning Message: Script DZAI\dzai_initserver.sqf not found

 

В init нашей миссии внизу меняйте на это и ошибка пропадет:

if (isServer) then {[] call compile preprocessFileLineNumbers "\z\addons\dayz_server\DZAI\init\dzai_initserver.sqf";};

 

А вообще согласно информации в файла в     DZAI-master \ Installation Guides \ Server-Installation.md   эта строка вообще не нужна там.

Edited by PAIDER (see edit history)

Share this post


Link to post
Share on other sites

В init  миссии вставляем :

if (isServer) then {[] call compile preprocessFileLineNumbers "DZAI_Client\dzai_initclient.sqf";};

Share this post


Link to post
Share on other sites
01.10.2021 в 03:31, Dinamit_Ru154 сказал:

В init  миссии вставляем :

if (isServer) then {[] call compile preprocessFileLineNumbers "DZAI_Client\dzai_initclient.sqf";};

И в RPT опять ошибка после вашего совета:    22:32:13 Warning Message: Script DZAI_Client\dzai_initclient.sqf not found

Великие скриптеры, вы хоть сами проверяйте прежде чем давать советы) Откуда вы берете это...:     

Share this post


Link to post
Share on other sites

Путь укажите тот, куда вы закинули папку DZAI_Client из архива. Если делать по гайду, то путь "DZAI_Client\dzai_initclient.sqf". Куда вы забросили папку DZAI_Client я угадать не могу.

Share this post


Link to post
Share on other sites

Да где вы берете эти гайды???

Вот скрин мануала по установке последней версии DZAI 2.2.4. 

Где там прописано "DZAI_Client\dzai_initclient.sqf"???? 

Этой строки там в помине нет, напридумываете себе, есть же Server-Installation.md от разработчика, зачем придумывать и гадать, если все расписано самим автором.

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

Edited by PAIDER (see edit history)

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.