[Guide] DayZ Epoch 1.0.3 Linux Server erstellen

    • Offizieller Beitrag

    Installation instructions
    [list type=decimal]
    [li]The following programs must be installed on your Linux system: screen, tar, gcc, perl, mysql.[/li]


    [li]Download and install newest ArmA beta patch (http://www.arma2.com/beta-patch.php).[/li]


    [li]Copy the whole "ArmA 2: Operation Arrowhead" directory from Windows to server Linux-directory.
    ArmA2 directory should contain subdirectories "Addons", "Dta", "Expansion", etc.
    Example: pack with PKZIP (WinZip, PowerArchiver, etc.) on Windows and unpack with "unzip" on Linux.
    DO NOT use upper case letters in the ArmA2 directory name (or in any files that the server uses like missions or mods):
    GOOD: "/home/bob/arma2arrowhead"
    BAD: "/home/bob/ArmA2ArrowHead"[/li]



    [li]Download and install DayZ Epoch Mod 1.0.3 (http://board.germandayz.de/dow…-epoch/dayz-epoch-103/198)[/li]


    [li]Run ./install
    Watch the messages - they might inform you whether your installation failed. Double check that all directories were renamed to lower case. Remove any .dll files you might still find (in battleye, expansion and expansion/battleye directories).
    When adding mission .pbo's or mods remember to run ./tolower again or manually change the filenames to lowercase.
    ANY uppercase letter in a filename will crash the server!


    $ for x in *; do mv $x `echo $x | tr [A-Z] [a-z]`; done[/li]


    [li]Create database "epoch" (login: "dayz", password: "dayz") and load "database.sql" into Mysql.
    Load v1.0.3 db update "v103update.sql" into Mysql.
    $ chmod +x install server *.sh *.pl
    $ sudo apt-get install libjson-xs-perl
    For 64-bit only:
    $ sudo apt-get install lib32stdc++6[/li]


    [li]Run ./epoch.sh for test
    Watch the messages - they might inform you whether your installation failed.[/li]


    [li]Run ./restarter.pl
    $ screen -r[/li]
    [/list]


    DayZ Epoch 1.0.3 Linux Server Download:
    http://board.germandayz.de/dow…erver-103-linux-files/202
    http://github.com/denisio/Dayz-Epoch-Linux-Server

    Die, Bart, Die

    Einmal editiert, zuletzt von Urs ()