Ok. So what you are saying happens is the players capture a vehicle from a DZAI. It despawns when the DZAI vehicle patrol is respawned.
Are you SURE thats when its deleted and not during the cleanup process?
Possibly the vehicle is not being deleted but is being moved by DZAI back to the new...
I am at work so quick look on my phone.
Searched for deletevehicle
https://github.com/SnarkIndustries/DZAI/search?utf8=✓&q=deletevehicle
It looks like the server monitor where it deletes _x. The rest are trigger ... Anyway it will be one of the returned files. I can look closer at home in a...
copy zombie_agent.sqf into your mission. Make sure you change all the files (compiles.sqf etc) so your edited copy is loaded. The lines that control speed is FORCESPEED = ... set them to 2 for walking.
Dont know about the "corepatch" problem, havent heard that term before.
I posted a few videos on creating a local server. Here is the short story.
Create a folder named arma2server.
Copy the ENTIRE arma2 folder into arma2server folder
Copy the ENTIRE arma2oa folder into arma2server folder...
I guess.
Also, something tyhat caught my eye was when the player logged in, it says dayzsetdate. My logs dont ever say that.thats a function name, it should say the date although I assume its trying to set the date on the client computer. ... I dont know.
Logo
You mean the watermark displayed on lower left corner of the screen?
in your init.sqf near the top where the settings are listed, look for SERVER_NAME and if its not set, then set it to what you want displayed or edit whats there. and you need to set WATERMARK to true in the...
fn_damagehandler.sqf on line 142
change
if (_hitInfection) then {
to
if (_hitInfection || (_ammo == "zombie")) then {
To answer your other question:
On line 129 you read:
_rndInfection = (Random 500)
means it creates a random number between 0 and 500 and assigns it to the...
Disable the resec and ghosting in your server.cfg
Probably not related but they aren't helping. That ghosting causes problems I think, stops players from logging back in right away which adds another obstacle in your situation.
But you still didn't post your entire RPT log. Delete it and...
you cant post a "bit" of the log. post the entire thing to pastebin or gist and link here. i have not seen the "unusual time shift" error before. or the "player may be changing clothes" message.
there is a problem somewhere, maybe entire rpt will show something.
i dont know what firedamon is...
It's not as easy as I said. you're going to have to use a diff program and compare the Linux and windows server files and merge the two. The linuX Files will write to the log where the windows files will make the child calls.
There are perhaps 60 changes? But this is all that's required
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.