I thought I would let you know if you hadn't seen it, this commit.
https://github.com/vbawol/DayZ-Epoch/commit/459c799ec1b85cb9ce5b90792d258109838f203d
I was wondering if it would effect DZAI ObjPatch in the next Epoch release.
I looked at the code and did tests in the editor, there's no way that I can see that the height would be undefined.
I'm gonna have to say you need to look into those errors that happen before DZMS and get them fixed up first.
You have an error in your server_functions.sqf
18:18:08 Error in expression <esList set [_index, AllowedVehiclesList select _lastIndex];
};
AllowedVehiclesLi>
18:18:08 Error position: <select _lastIndex];
};
AllowedVehiclesLi>
18:18:08 Error Zero divisor
18:18:08 File...
Open DZMSFunctions.sqf and find
sleep 2;
and add this directly above it.
diag_log format["[DZMS]: DEBUG: Pos:[%1,%2] / noWater?:%3 / Height:%4", _posX, _posY, _noWater, _tavHeight];
Your rpt when a mission runs will probably start spamming something like this, just let it go for 5 minutes or...
This is DZMS. EMS by Fox is using this code as a base, which I gave him permission to do.
As you can see in your config
/////////////////////////////////////////////////////////////////////////////////////////////
// The Minumum time in seconds before a major mission will run.
// At least this...
The helis will attack just fine, but how the AI are in DayZ, they have trouble spotting people on the ground who aren't shooting or driving.
If you have them spawned and flying, that's all you had to do.
There may be issues with AI seeing though buildings, but I'd assume that if this was the case, all AI on the map would also be able to see through those buildings, so I don't know how you would fix the problem, or if its even a problem if it would also be apparant with roaming AI.
To prevent AI...
Its possible in theory, but it would be pretty advanced. The right click menus can be added using Maca's extended RC, and the user text can be captured and made a string, and you should be able to change the text, although I'm not sure if you can change text on a sign without using an image. On...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.