Search results

  1. C

    DayZ 1.8 & Phoenix Mods Admin Tools

    I found the syntax errors I made. If you put this code into your server_updateObject.sqf, vehicles will not explode and kill you any longer. Lines 35 - 52 if (!_parachuteWest) then { if ((typeOf _object) in SafeObjects) then { } else { if (_objectID == "0" && _uid == "0" &&...
  2. C

    DayZ 1.8 & Phoenix Mods Admin Tools

    Unfortunately, this did not fix it. You still die / vehicle explodes when you enter it.
  3. C

    DayZ 1.8 & Phoenix Mods Admin Tools

    I'm trying to get the admintools working with DayZ 1.8, but I'm having trouble with vehicles exploding and killing you even if you are in god mode. I think the problem lies in the server_updateObject.sqf. In 1.8 the segment that needs changing looks like this: if (!_parachuteWest) then {...
  4. C

    SARGE & DayZ Overwatch

    Okay, I managed to fix the problem with the AI helis exploding. The code wasn't the problem. The problem lies with how Overwatch is packaged. You have the dayz_server as a .pbo as an uncompressed directory. In both the pbo and direcotry, they only have the $PREFIX$ file present. You will need to...
  5. C

    SARGE & DayZ Overwatch

    Since Overwatch 0.2.2 and 0.2.3 I cannot get the A.I. working 100 percent. The problem I am encountering is the A.I. Heli Patrols always explode at server startup. For whatever reason, the changes to the server_cleanup.fsm are not permitting the helicopters. Has anyone else encountered this...
  6. C

    HiveExt and Database: [Error] with 0.2.1

    Even if I delete the offending record (indicated by their database ID in the error) every time they respawn, the new record has the same issue, so it is something that is still occurring and not left over from updating to 0.2.1.
  7. C

    HiveExt and Database: [Error] with 0.2.1

    Since updating my private hive server to 0.2.1 I have been receiving a lot of these messages in my HiveExt.log file. This seems to be a source of constant desync chains on my server as well. Anyone have any idea what may be causing this and if there is a change I can make to code to correct...
Back
Top