DZAI not work on 1.8.3?..

koriaba

New Member
Hello everyone!
server in an infinite loading ...
has some solution or wait for the new version?
thank you.
 
A screen hangs on " Waiting for server authentication."

//Enable or disable event logging to arma2oaserver.rpt. Debug level setting. 0: No debug output, 1: Basic Debug output, 2: Extended Debug output. (Default: 0)
//Debug output may help finding additional information about DZAI's background behavior. This output is helpful when asking for help regarding bugs or unexpected behaviors.
DZAI_debugLevel = 2;

$PBOPREFIX$ is located in a folder dayz_server.

arma2oaserver_2302.RPT with DZAI
https://docs.google.com/document/d/1cYbZ8-18183FxptY4UT1NNTcBw9KjBNH71Kjpr93qjs/edit?usp=sharing

arma2oaserver_2302.RPT without DZAI
https://docs.google.com/document/d/1-YVdn_w8vVHrWIl_6oRT6t3WyX4ngdg7ej0t0JTmx_k/edit?usp=sharing

Without DZAI the server is running.
 
Last edited:
you have this in your rpt

Code:
2014/11/24, 11:18:26 Warning Message: Script z\addons\dayz_server\init\server_functions.sqf not found
unpack dayz_server and check your $pboprefix file. rename it to $prefix$



just making guesses here since i dont have your files. but the issue has nothing to do with dzai.
 
Last edited:
Here's a solution that could help, first you need to read these instructions but follow them differently :https://github.com/dayzai/DZAI/blob/master/Installation Guides/3. Install Instructions - Mission PBO Installation.txt

In Step #2, do not copy the DZAI folder to your unpacked mission pbo. Instead, copy the DZAI folder to your server's Arma 2 OA root directory. This is the same folder where you can find folders such as @DayZ_Epoch, @DayZ_Epoch_Server, @DayZ, etc.

This requires you have access to your Arma 2 OA server files, which not all server providers may allow, but it will allow you to completely avoid modifying your dayz_server.pbo and avoid increasing your mission pbo file size.
 
Thank you very much for your reply, it works.
Note
15:48:17 "DZAI Debug: Added AI vehicle patrol type Mi17_DZ to respawn queue. Queue position 1. Wait Time 605.111 (respawnHandler)"
15:48:17 "DZAI Extended Debug: Time to first respawn set to 605.111 seconds."
15:48:17 "DZAI Extended Debug: All units in group O 1-1-C killed, spawned 1 dummy AI unit for group."
15:48:17 "DZAI Debug: AI helicopter patrol destroyed at 088118"
15:48:17 "DZAI Extended Debug: AI killed by player at 088118. Generating loot with weapongrade 3."
15:48:17 "DZAI Extended Debug: Generated loot for AI death: ["MakarovSD","8Rnd_9x18_MakarovSD","FoodchickenRaw","SmokeShell","ItemBloodbag","ItemBandage","ItemFlashlight","ItemWatch","ItemKnife","ItemHatchet","ItemMap","ItemFlashlightRed"]"
15:48:20 "DZAI Debug: Deleting aircrashed group O 1-1-C."
15:48:23 Bad conversion: array
15:48:23 Error in expression </2};
_nearbyZeds = (leader _unitGroup) nearEntities ["zZombie_Base",_detectRang>
15:48:23 Error position: <nearEntities ["zZombie_Base",_detectRang>
15:48:23 Error 0 elements provided, 3 expected
15:48:23 File z\addons\dayz_server\DZAI\compile\group_manager.sqf, line 114
15:48:25 Bad conversion: array
15:48:25 Error in expression </2};
_nearbyZeds = (leader _unitGroup) nearEntities ["zZombie_Base",_detectRang>
15:48:25 Error position: <nearEntities ["zZombie_Base",_detectRang>
15:48:25 Error 0 elements provided, 3 expected
15:48:25 File z\addons\dayz_server\DZAI\compile\group_manager.sqf, line 114
15:48:25 Bad conversion: array
15:48:25 Error in expression </2};
_nearbyZeds = (leader _unitGroup) nearEntities ["zZombie_Base",_detectRang>
15:48:25 Error position: <nearEntities ["zZombie_Base",_detectRang>
15:48:25 Error 0 elements provided, 3 expected
15:48:25 File z\addons\dayz_server\DZAI\compile\group_manager.sqf, line 114
15:48:27 Bad conversion: array
15:48:27 Error in expression </2};
 
Back
Top