Ive been trying to host a local dedicated server on my computer. Everything seems to check out fine I can join the server no problems, log into admin etc. However other clients/players have problems. They can connect to the server just fine however when they select their role/charatcer etc. then proceed by hitting continue their entire game will crash. I have been using Tophe's dedicated server tool to set up the appropriate server configs etc, ill post them in here anyway
config
Basic:Code:// Server Config Generated by Tophes Arma 2 Dedicated Server Tool hostName = "***"; password = "***"; passwordAdmin = "*****"; maxPlayers = 10; logFile = ""; voteThreshold = 0.33; voteMissionPlayers = 3; reportingIP = "arma2oapc.master.gamespy.com"; timeStampFormat = "None"; motd[] = {}; motdInterval = 3; vonCodecQuality = 3; disableVoN = 0; kickduplicate = 0; verifySignatures = 0; persistent = 0; BattlEye = 1; doubleIdDetected = ""; onUserConnected = ""; onUserDisconnected = ""; onHackedData = ""; onDifferentData = ""; onUnsignedData = ""; regularCheck = ""; class Missions { class Mission1 { template = "mso_32_a2co_coop_baf_usa_vs_tak_ins_gue_4-4.takistan"; difficulty="regular"; }; };
Any suggestions?Code:MaxMsgSend=128; MaxSizeGuaranteed=512; MaxSizeNonguaranteed=256; MinBandwidth=131072; MaxBandwidth=2097152000; MinErrorToSend=0.010; MinErrorToSendNear=; MaxCustomFileSize=1310720; adapter=-1; 3D_Performance=1; Resolution_W=0; Resolution_H=0; Resolution_Bpp=32; Windowed=0;
HOME
Reply With Quote