Jump to content

robbiedarza

Member
  • Posts

    265
  • Joined

  • Last visited

Posts posted by robbiedarza

  1. Hi, I have done that but I still cant connect through dart

     

    this is the contents of the BEServer.cfg file that I placed in my 'instance_1_Overpoch' which contains 'config.cfg' and 'basic.cfg'

    RConPassword loulou123
    MaxPing 300
    

    Dunno what im doing wrong

     

     

    Cheers

     

    Robbie

  2. Hello, I have recently switched from dayz.st to a dedicated server and im not sure how I can access my rcon..I cant find anywhere to set a password.

     

    There Is no BE.cfg file in my server anywhere and dont know what to put in one if I create on or if it will work!!

     

    Anyone got any ideas please?

     

    Many thanks

     

    Robbie

     

  3. Hello there, im having trouble getting my trader to show, can someone take a look at my RPT plz?

    this setVehicleInit "this allowDammage >
    10:00:52   Error position: <_this setVehicleInit "this allowDammage >
    10:00:52   Error Missing ;
    10:00:52 File z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf, line 1795
    10:00:52 Error in expression <"];
    _unit_666 = _this;
    _this setDir 280
    _this setVehicleInit "this allowDammage >
    10:00:52   Error position: <_this setVehicleInit "this allowDammage >
    10:00:52   Error Missing ;
    10:00:52 File z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf, line 1795
    10:00:52 "\z\addons\dayz_code\system\REsec.sqf:Monitoring Remote Exe..."
    10:00:52 Error in expression <ivate.sqf"
    if ((getPlayerUID player) in AdminList || (getPlayerUID player) in Mo>
    

    this is the part in the end of the mission.sqf

    _unit_666 = objNull;
    if (true) then
    {
      _this = createAgent ["gsc_scientist1", [6306.46,7807.15,0], [], 0, "CAN_COLLIDE"];
      _unit_666 = _this;
      _this setDir 280
      _this setVehicleInit "this allowDammage false; this disableAI 'FSM'; this disableAI 'MOVE'; this disableAI 'AUTOTARGET'; this disableAI 'TARGET'; this setBehaviour 'CARELESS'; this forceSpeed 0;";
      _this setUnitAbility 0.60000002;
      _this allowDammage false; _this disableAI 'FSM'; _this disableAI 'MOVE'; _this disableAI 'AUTOTARGET'; _this disableAI 'TARGET'; _this setBehaviour 'CARELESS'; _this forceSpeed 0;_this enableSimulation false;};
    
    processInitCommands;
    
    
    

    cheers

     

     

    robbie

  4. Hello there, Ive been trying to get my dedicated server showing  on dayz commander which is up to date (125548)

    steamport = 2312;
    steamqueryport = 2313;
    hostName = "DayZ Overpoch-(1.0.5.1)";
    password = "";
    passwordAdmin = "loulou123";
    maxPlayers = 50;
    logFile = "server_log.txt";
    voteThreshold = 2;
    voteMissionPlayers = 3;
    reportingIP = "arma2oapc.master.gamespy.com";
    timeStampFormat = "short";
    motd[] = {"DayZ Epoch","Have fun!"};
    motdInterval = 0;
    vonCodecQuality = 11;
    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_Overpoch_1.Chernarus";
        	difficulty="regular";
        };
    
    };
    

    and heres the start bat

    @echo off
    start "arma2" /min "arma2oaserver.exe" -port=2314 "-config=instance_1_Overpoch\config.cfg" "-cfg=instance_1_Overpoch\basic.cfg" "-profiles=instance_1_Overpoch" -name=instance_1_Overpoch "-mod=@DayZOverwatch;@DayZ_Epoch;@DayZ_Epoch_Server;"
    
    

    and the Rpt

    =====================================================================
    == C:\Users\Administrator\Desktop\Dayz Epoch Server\arma2oaserver.exe
    == "arma2oaserver.exe"  -port=2314 "-config=instance_1_Overpoch\config.cfg" "-cfg=instance_1_Overpoch\basic.cfg" "-profiles=instance_1_Overpoch" -name=instance_1_Overpoch "-mod=@DayZOverwatch;@DayZ_Epoch;@DayZ_Epoch_Server;"
    =====================================================================
    Exe timestamp: 2014/07/21 17:36:12
    Current time:  2014/07/26 14:37:44
    
    Version 1.63.125548
    Item STR_EQUIP_NAME_41 listed twice
    Item STR_EQUIP_DESC_41 listed twice
    Conflicting addon Monaro in 'holdenmonarocop\', previous definition in 'holdenmonaro\'
    File nissan_350z\config.cpp, line 244: '/CfgVehicles/350zBase/Li
    

    I got it to show up a couple of times by typing a different port into favorites but it went back to just an ip again.

     

     

    Cheers

     

     

    Robbie

  5. Hi coins, thanks for the reply...

     

    No mate I haven't, im not sure what to do!!!  I think I need to add something into the config.cfg (after sifting through all the posts on this scattered around this forum!!)

     

    this is my config.cfg ATM

    hostName = "DayZOverpoch - Chernarus (1.63/1.0.5.1/125548)";
    password = "";
    passwordAdmin = "xxxxxxxxxx";
    maxPlayers = 50;
    logFile = "server_log.txt";
    voteThreshold = 2;
    voteMissionPlayers = 3;
    reportingIP = "arma2oapc.master.gamespy.com";
    timeStampFormat = "short";
    motd[] = {"DayZ Epoch","Have fun!"};
    motdInterval = 0;
    vonCodecQuality = 11;
    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 = 103718;
    requiredSecureId = 2;
    
    class Missions
    {
        class Mission1
        {
        	template = "DayZ_Overpoch_1.Chernarus";
        	difficulty="regular";
        };
    
    };
    

    Sorry I still cant figure out how to use the spoiler function!! someone did tell me but I forgot!!

     

    Cheers for the help

     

     

    Robbie

  6. Im trying to get my server showing white in dayz commander and when I change my start.bat from "Expansion\beta\arma2oaserver.exe" to "arma2oaserver.exe" its shows up in DZC just an ip and at 10000 ping.

     

    Ive changed the name of the server to DayZOverpoch - Chernarus (1.63/1.0.5.1/125548)  and in the RPT its says its running the same version as my DZC claims to be running :   Version 1.63.125548

    =====================================================================
    == C:\Users\Administrator\Desktop\Dayz Epoch Server\arma2oaserver.exe
    == "arma2oaserver.exe"  -port=2314 "-config=instance_1_Overpoch\config.cfg" "-cfg=instance_1_Overpoch\basic.cfg" "-profiles=instance_1_Overpoch" -name=instance_1_Overpoch "-mod=@DayZOverwatch;@DayZ_Epoch;@DayZ_Epoch_Server;"
    =====================================================================
    Exe timestamp: 2014/07/21 17:36:12
    Current time:  2014/07/26 09:03:12
    
    Version 1.63.125548
    Item STR_EQUIP_NAME_41 listed twice
    Item STR_EQUIP_DESC_41 listed twice
    Conflicting addon Monaro in 'holdenmonarocop\', previous definition in 'holdenmonaro\'
    File nissan_350z\config.cpp, line 244: 
    

    My firewall is turned off also

     

    When I put the .bat file back to 'Expansion\beta\arma2oaserver.exe'  the server starts up ok normal ping in DZC but its greyed out an dthe RPT says its running  Version 1.63.112555

     

    Is there anything else i'm missing out that needs changing also please?

     

    Many thanks

     

    Robbie

  7. If anyone still cant get dayz commander to work go to C:\Program Files (x86)\Dotjosh Studios\DayZ Commander  find the 'current' folder ...delete EVERYTHING in there.. find the temp folder and look at one of the folders in there, (usually a load of numbers and letters), but make sure they are dated before all this stuff happened...(even this mornings date and time worked for my bro)..and copy and paste the contents  (dll files and stuff) into the current folder. reload dayz commander.

     

    You might need to do it every time you load it up.

     

    A temporary fix but we can play.

     

    Cheers

     

    Robbie

  8. ok thanks for that dude, what do i need to change in my start batch file plz??

    @echo off
    start "arma2" /min "Expansion\beta\arma2oaserver.exe" -port=2314 "-config=instance_1_Overpoch\config.cfg" "-cfg=instance_1_Overpoch\basic.cfg" "-profiles=instance_1_Overpoch" -name=instance_1_Overpoch "-mod=@DayZOverwatch;@DayZ_Epoch;@DayZ_Epoch_Server;"
    

    did you mean the config.cfg with the server name ?

     

    many thanks

     

    robbie

  9. Hello,

     

    I was wondering to have 2 servers running at the same time  if just need to copy and paste my current server, create a new database, change the database username and password in the hiveext.ini and port in the start bat  and it would work?

     

    Do I need 2 instances of xammp running too or will the one handle them both?

     

    Many thanks

     

    Robbie

×
×
  • Create New...