Recent content by DiGi

  1. D

    [SUPPORT] - Sheeps Epoch Repack

    Are you going to keep this on GitHub so we can fork and submit changes/Issues?
  2. D

    [SUPPORT] - Sheeps Epoch Repack

    what version of the repack? - 0.9 what version of epoch? - 1.0.4.2 what beta patch? - 103718 any RPT errors? - none changed/added/removed ANYTHING in the repack? - No private or hosted server? - Private Single PC server host (if hosted)? - N/A any anti hack? - No Issue: Flag is placed...
  3. D

    [SUPPORT] - Sheeps Epoch Repack

    FYI - I found a fix for this. In dayz_code/init/server_publishObject.sqf I needed to comment out a line of code. _allowed = [_object, "Server"] call check_publishobject; //if (!_allowed) exitWith { deleteVehicle _object; }; My Vanilla server_PublicObject.sqf now looks like: private...
  4. D

    [SUPPORT] - Sheeps Epoch Repack

    what version of the repack? - 0.9 what version of epoch? - 1.0.4.2 what beta patch? - 103718 any RPT errors? - none changed/added/removed ANYTHING in the repack? - No private or hosted server? - Private Single PC server host (if hosted)? - N/A any anti hack? - No Issue: When placing a flat with...
  5. D

    RCON Messages

    For whatever reason; Our players are not able to see RCON Messages. From either battle-eye or DART. We can see the messages in DART but the messages don't show up ingame. Has anyone encountered this?
  6. D

    HTTP Request

    Is there any way to make an HTTP Request VIA Script? Is anyone aware?
  7. D

    Dayz Server requirement (vserver)

    It's a catch-22. Yes you need resources, you need CPU and Memory. However that will only get you so far. No matter what if you exceed a large object count in the world you'll have desync and have to resort to magic. We run out server on a Dual Core i5, with 8 gigs of ram. We don't have any...
  8. D

    Need DB Schema

    I'm working on a new project and i'm looking for the database schema's of each of the database types. Bliss, DayZ, Reality. Does anyone have the complete SQL Schema for them?
Back
Top