Search results

  1. S

    Despawn vehicle patrol

    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...
  2. S

    [Support] DZGM

    the link to that file on github is what I wanted. I will look at these posts when I get home in a couple hours see what I can do
  3. S

    Despawn vehicle patrol

    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...
  4. S

    [Support] DZGM

    ebay has not posted in 5 months, possibly he has left the scene. On the github, link the code you are talking about and I will look.
  5. S

    how to edit zombie`s Speed ?

    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.
  6. S

    Despawn vehicle patrol

    Where is the link to the DZAI you are using, there are multiple versions and I dont have it installed so github would be nice.
  7. S

    You where Kicked

    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...
  8. S

    Debug Monitor Help

    what debug gives a problem with game files? and what problem? They all work as far as I know.
  9. S

    Authentication Time Out Dayz Mod

    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.
  10. S

    Debug Monitor Help

    Nope, Language barrier. What you said doesnt make sense. Do you want a debug that appears LIKE the journal does?
  11. S

    You where Kicked

    No log? Is the MAX PING set too low in BESERVER.CFG?
  12. S

    Script help

    Assuming you are the one who sent me an email.?
  13. S

    [SUPPORT] - Sheeps Epoch Repack

    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...
  14. S

    Weapon Hud and Secondary Weapon ... an FYI.

    image site wont open. Try using real image hosts like sharex with dropbox/gdrive.
  15. S

    Debug Monitor Help

    what do you mean "works with the journal"?
  16. S

    How can I edit the infection percent, when hit by a zombie?

    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...
  17. S

    Authentication Time Out Dayz Mod

    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...
  18. S

    Authentication Time Out Dayz Mod

    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...
  19. S

    [SUPPORT] - Sheeps Epoch Repack

    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
  20. S

    disable patrol on foot?

    That's if the file that Cliff said, does not actually contain the settings for infantry Patrols
Back
Top