Jump to content
Sign in to follow this  
Vigil Vindex

Arma 3 Dedicated Server v1.8.113.494 Auto Kicks All Players Connecting

Recommended Posts

I thought I would try out the new dedicated server package, but unfortunately I cannot connect as every time I connect it kicks me with "You where kicked from the game." and there is no errors to indicate what is going wrong.

Server is being called from a bat:

call "C:\Games\Arma 3 Server\arma3server.exe" -name=server -port=2302 -profiles=profiles -malloc=system -config=cfg\server\server.cfg -cfg=cfg\server\arma3.cfg

server.cfg:

// GLOBAL SETTINGS

hostname = "DS";

password = "pass";

passwordAdmin = "word";

localClient[] = {127.0.0.1};

reportingIP = "arma3pc.master.gamespy.com";

//reportingIP = "";

persistent = 1;

logFile = "logs\server\server.log";

timeStampFormat = "short";

//MOTD

motdInterval = 120;

motd[] = {

"",

"### Welcome to DS ###",

"",

};

// JOINING RULES

maxPlayers = 40;

// VOTING

voteMissionPlayers = 100;

voteThreshold = 1.5;

// Voice Over Network

disableVoN = 1;

vonCodecQuality = 5;

class Missions {

class PersistentMissions {

template="some_mission.Altis";

difficulty="veteran";

};

};

//SECURITY

verifySignatures = 2;

equalModRequired = 1;

kickDuplicate = 1;

//kickDuplicate = 0;

BattlEye = 0;

// SCRIPTING ISSUES

onUserConnected = "";

onUserDisconnected = "";

doubleIdDetected = "";

regularCheck = "{}";

// SIGNATURE VERIFICATION

onUnsignedData = "kick (_this select 0)"; //Unsigned data detected.

onHackedData = "kick (_this select 0)"; //Edited data signature detected.

onDifferentData = ""; //Data version mismatch detected.

arma3.cfg:

language="English";

adapter=-1;

MinBandwidth=71457280;

MaxBandwidth=322428800;

MaxMsgSend=1024;

MaxSizeGuaranteed=1024;

MaxSizeNonguaranteed=512;

MinErrorToSend=0.020000001;

MinErrorToSendNear=0.020000001;

MaxCustomFileSize=9999999;

serverLongitude=-4;

serverLatitude=56;

serverLongitudeAuto=-4;

serverLatitudeAuto=56;

net.log:

34.418: Ch(4):sHB(2.63,2.62,0.10,0.00,0)

34.528: Ch(4):sHB(2.74,2.73,0.11,0.00,0)

34.638: Ch(4):sHB(2.85,2.84,0.11,0.00,0)

34.733: 20:12:35 Player VigilVindex connected (id=76561197971393433).

34.753: Ch(4):close

34.754: Ch(4):~(0,0,0,0,0)

34.771: 20:12:35 Player VigilVindex disconnected.

34.803: 20:12:35 BattlEye Server: Player #0 VigilVindex disconnected

Share this post


Link to post
Share on other sites

I have found solution of the problem: http://dev.arma3.com/sitrep-00039

At least it fixed issue in my case.

"...

In case you are experiencing difficulties running the Arma 3 Server tool, please try the following two steps:

Make sure the steam_appid.txt in the installation folder contains value 107410. Unfortunately the Steam client currently automatically changes this to 233780 with every update of the app. We're trying to solve this with Valve.

..."

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×