Search results

  1. A

    dayZ NPC (AI) Units / Troops | Add to Server.

    Fox, the best way is to check scripts. log for the part of code causing the booting. Or change the 5, at the start of the line,to a 1 so it logs instead of kicking. The scripts need reloading after a change which can be done with a server restart or via rcon.
  2. A

    Base Building DayZ 1.2 Released

    Has it fixed the missing file errors ? Need to look at what else is going wrong now. Should show in.rpt file.
  3. A

    Base Building DayZ 1.2 Released

    When rebuilding your .pbo make sure you have z\addons\dayz_server as the Addon Prefix option. I use binPbo.
  4. A

    dayZ (arma) AI Controlled Bus Route.

    Beeping horn, this is a mixture of the horn beeping, testing lights flashing and trying to get the bus to stop for a survivor. This bit of code is under testing and am not sure how it will work on a busy live server as it currently creates a gameLogic for each survivor just to beep the horn...
  5. A

    dayZ (arma) AI Controlled Bus Route.

    Nice. Am glad someone had picked this up. I have the horn beeping at nearby survivors triggered from a gameLogic, is currently created client side, haven't tested it serverside though i did previously get some beeping from the server but it was a bug and went off only with no driver in the bus...
  6. A

    Base Protection - My Idea!

    What about some hardcore AI units that only stand down when the owner of the main base building is nearby ?
  7. A

    How to Add static AI? (Guard Base)

    Try: _aiUnit disableAI "MOVE"; more info: http://community.bistudio.com/wiki/disableAI
  8. A

    dayZ Street Lights

    Server been upn down a bit this afternoon. Ram n other upgrades.
  9. A

    dayZ (arma) AI Controlled Bus Route.

    That doesn't look right the log entry is from the event handler that is triggered from the bus engine starting. Something is stuck in a loop.
  10. A

    ChooChoo Trains Script

    Been playing with this script: The key difference with this is that the script I am working on finds the track from the server and decides the next one to use. Damn setVelocity command has driven me to pulling my hair out though, can find and choose the next bit of track, getting the train...
  11. A

    Major Lag & AI improvements possibility

    As usual on the cutting edge sarge. Sounds like a great idea, am researching HC now. . Can think of a few applications for this, is It purely a client or does it run like a server ? Am wondering if multiple clients could be used to connect to more than one other server using the same installation. .
  12. A

    dayZ (arma) AI Controlled Bus Route.

    Will double check the manbus. Will add something to clear inventory if killed. found the ai to be useless in the dark..
  13. A

    dayZ (arma) AI Controlled Bus Route.

    It's spawning but not picking up the group from the bus. the bus should hold a variable for the group.
  14. A

    dayZ (arma) AI Controlled Bus Route.

    Manbus.sqf goes in units and driverkilled.sqf isnt required, crewkilled.sqf handle that. Have you got the latest zip downloaded. Am not at pc to check it.
  15. A

    dayZ (arma) AI Controlled Bus Route.

    If the bus is negotiating is way round another obstacle it will run you down otherwise it stops is my experience. wait the 480 timeout to see if it creates a new driver and mate. Ate you seeing ai retaliation ?
  16. A

    dayZ (arma) AI Controlled Bus Route.

    Do you know what was going on with the script at the time ? Had the driver been shot and replaced or anything else. Am a little concerned about the pause as, for the first time, I have seen the Ai act weird. The bus has always been fine, I just get on normally. Could it be lag ? What map are...
  17. A

    dayZ (arma) AI Controlled Bus Route.

    Another Update: Sorted the AI retaliation killing the driver by making them in the same group. Used lockDriver, it actually stops players getting into the drivers seat even when in the bus, thanks for that NeverUsedID, I didn't even know the command existed. AI units should delete themselves...
  18. A

    Working House Lighting

    There is also a setting for the chance that a building will light up. Also sets the chance if it will flicker off so not all buildings will light. Also this will only light up buildings with windows that illuminate unless custom buildings are added to one of the arrays.
  19. A

    dayZ (arma) AI Controlled Bus Route.

    Will update the tutorial crewKilled.sqf should be in the busroute folder. Bus locking and retaliation / repopulating of bus are quite experimental and unfinished. I kind of added it on at the end without a lot of testing. Am probably trying too hard to make it look realistic rather than being...
  20. A

    dayZ (arma) AI Controlled Bus Route.

    The HUMMV was originally added for the AI to drive in, they managed to get stuck though. I have added a timer to wait to re-populate the bus and also to kill off the AI retaliation after 480 seconds. If you want to increase the time it needs to be done in both files.. Have done a little testing...
Back
Top