Jump to content

Sub

Member
  • Posts

    44
  • Joined

  • Last visited

Posts posted by Sub

  1. Could anyone tell me what is wrong here? Server won't show up in dayz commander, but my panthera will and i dont know why. Configs are identical except the name and steamport/steanqueryport.

    hostName = "EXAMPLE (1.0.5.1/125548)";
    password = "";
    passwordAdmin = "changeme";
    maxPlayers = 50;
    steamport = 5000;
    steamqueryport = 27032;
    logFile = "server_log.txt";
    voteThreshold = 2;
    voteMissionPlayers = 3;
    reportingIP = "arma2oapc.master.gamespy.com";
    timeStampFormat = "short";
    motd[] = {"DayZ Overpoch NAPF","Welcome to Overpoch NAPF!"};
    motdInterval = 0;
    vonCodecQuality = 10;
    disableVoN = 0;
    kickduplicate = 1;
    verifySignatures = 2;
    persistent = 1;
    BattlEye = 1;
    doubleIdDetected = "";
    onUserConnected = "";
    onUserDisconnected = "";
    onUnsignedData = "kick (_this select 0)";
    onHackedData = "kick (_this select 0)";
    onDifferentData = "";
    regularCheck = "";
    requiredBuild = 125548;
    requiredSecureId = 2;
     
    class Missions
    {
        class Mission1
        {
        template = "DayZ_Epoch_24.Napf";
        difficulty="veteran";
        };
     
    };

  2. To fix this I went to

    C:\Users\YourUsername\AppData\Local\ArmA 2 OA\BattlEye

    and you will see BEClient.dll and BEClient.dll.new more then likely, so you delete the BEClient.dll and now you should only have the BEClient.dll.new left so what you do now is delete the .new part and it will turn into a proper dll file and rejoin and your good :D

  3. Any idea what's going on here? Server sits on requesting authentication. I am using what raymix's SBP 1.4 + P4L + Vectors player_build.sqf and i had sbp and p4l working.

    if(isnil "dayz_MapA>

    17:02:55   Error Undefined variable in expression: spawn_mineveins
    17:02:55 File z\addons\dayz_server\system\server_monitor.sqf, line 380
    17:02:55 Error in expression <x" from 1 to MaxMineVeins do {
    [] spawn spawn_mineveins;
    };
     
    if(isnil "dayz_MapA>
    17:02:55   Error position: <spawn_mineveins;
    };
     
    if(isnil "dayz_MapA>
    17:02:55   Error Undefined variable in expression: spawn_mineveins
    17:02:55 File z\addons\dayz_server\system\server_monitor.sqf, line 380
    17:02:55 Error in expression <x" from 1 to MaxMineVeins do {
    [] spawn spawn_mineveins;
    };
     
    if(isnil "dayz_MapA>
    17:02:55   Error position: <spawn_mineveins;
    };
     
    if(isnil "dayz_MapA>
    17:02:55   Error Undefined variable in expression: spawn_mineveins
    17:02:55 File z\addons\dayz_server\system\server_monitor.sqf, line 380
    17:02:55 Error in expression <x" from 1 to MaxMineVeins do {
    [] spawn spawn_mineveins;
    };
     
    if(isnil "dayz_MapA>
    17:02:55   Error position: <spawn_mineveins;
    };
     
    if(isnil "dayz_MapA>
    17:02:55   Error Undefined variable in expression: spawn_mineveins
    17:02:55 File z\addons\dayz_server\system\server_monitor.sqf, line 380
    17:02:55 "Total Number of spawn locations 11"
    17:02:55 Error in expression <if (isDedicated) then {
     
    _id = [] spawn server_spawnEvents;
     
    [] spawn {
    private >
    17:02:55   Error position: <server_spawnEvents;
     
    [] spawn {
    private >
    17:02:55   Error Undefined variable in expression: server_spawnevents

    17:02:55 File z\addons\dayz_server\system\server_monitor.sqf, line 399


     

  4. Not tested, just merged them. There might be problems with rotations using Q and E tho. Let me know if you do. Please don't test on live servers. Striker is using his own method to rotate, should be fine in theory tho.

     

    SBP 1.4 + Vectors

    https://gist.github.com/raymix/ad1ef3d7a185fb0b7f32

     

    SBP 1.4 + P4L + Vectors:

    https://gist.github.com/raymix/801c04613325475978ca

    So can anyone confirm that SBP 1.4 +P4L+ VECTORS works fine? Or are there alot of other issues?

×
×
  • Create New...