Jump to content

devd

Developer
  • Posts

    61
  • Joined

  • Last visited

Posts posted by devd

  1. For Debian Wheezy 64 bit (EGLIBC 2.13):

     

    1) Download http://ftp.us.debian.org/debian/pool/main/g/glibc/libc6_2.19-7_i386.deb (sid edition)

     

    2) Unpack deb archive and copy lib32 dir to your home dir (/home/user/lib32).

             mkdir ~/temp

             dpkg -x libc6_2.19-7_i386.deb ~/temp/

     

    3) echo 33930 > /home/user/epoch/steam_appid.txt

     

    4) Edit /home/user/epoch/cfgdayz/server.cfg:

              steamPort = 2300;

              steamQueryPort = 2301;

              BattlEye = 0;  // workaround - server randomly crashed with 1

              requiredSecureId = 2;

     

    5) Run /home/user/lib32/ld-2.19.so --library-path /home/user/epoch:/home/user/lib32 /home/user/epoch/server -server -mod="@dayz_epoch;@dayz_epoch_server;" -config="cfgdayz/server.cfg" -cfg="cfgdayz/basic.cfg" -port=2302 -beta="expansion/beta;expansion/beta/expansion" -noSound -noPause -world=Chernarus -profiles=cfgdayz -name=cfgdayz -showscripterrors

  2. BattlEye Server: IMPORTANT: Server admins are urged to upgrade their servers to the latest 1.63 Steam (beta) patch before the GameSpy shutdown on June 30. BE will no longer provide protection for servers still running version 1.62 once GameSpy is offline.

     

    We do not have the steam beta patch for Linux server.

     

  3. The "dayz_epoch_chernarus_11Over2.2Mb.sql" has wrong hitpoints in Object_DATA;


    [25405, BAF_Merlin_HC3_D](hitpoints): [["NEtrup",0.0137089],["motor",0.0244727],["elektronika",0.106378],["mala vrtule",0.0212376],["velka vrtule",0.073775],["glass1",0.0185447],["glass2",0.019542],["glass3",0.0227537],["glass4",0.0241971],["glass5",0.0260374],["glass6",0.0305288],["glass7",0.0311482],["glass8",0.0323521],["glass9",0.0332202],["glass10",0.0324455],["glass11",0.0353515],["glass12",0.037363],["glass13",0.0383317],["glass14",0.0374955],["glass15",0.0367687],["glass16",0.0334812],["glass17",0.0316545],["glass18",0.0313714],["glass1

     

    DELETE FROM Object_DATA WHERE ObjectID=25405;

    DELETE FROM Object_DATA WHERE Classname like 'pook_H13%' OR Classname like 'GNT_C185%';

×
×
  • Create New...