Jump to content

mozart95

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Everything posted by mozart95

  1. EDIT: Thread was moved i just merged my posts so they make more sense. Hello. I'm having some problems with my dedicated linux server. I'm currently using these mods (ace3, acre2 and cba). I have problems with ACE3. Only certain parts of it are working. For example hiding amount of bullets in magazine is working, frag throwing (drop, low, high) is working but menu accessed by windows key isn't working (works in editor). I have no idea what could be wrong. I tried multiple server startup lines but that does nothing.Somebody suggested all names to be in low cases and that does nothing either. I'm running dedicated server on Ubuntu 14.04.3 Also if anyone knows why mods are not showing in expansion list please do let me know. Any help is welcomed and very appreciated. Start up line: ./arma3server -name=server -config=server.cfg -mod="@ace;@cba_a3;@acre2;" ./arma3server -name=server -config=server.cfg -mod="@ace\;@cba_a3\;@acre2;" ./arma3server -name=server -config=server.cfg -mod="@cba_a3\;@ace\;@acre2;" Server folder and keys: Ingame screenshot: Adding cfg hostname = "*"; password = "*"; passwordAdmin = "*"; serverCommandPassword = "*"; logFile = "server_console.log"; maxPlayers = 64; kickDuplicate = 1; verifySignatures = 2; //allowedFilePatching = 0; voteMissionPlayers = 1; voteThreshold = 0.33; disableVoN = 1; vonCodecQuality = 0; persistent = 0; timeStampFormat = "short"; BattlEye = 0; allowedLoadFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"}; onUserConnected = ""; onUserDisconnected = ""; onUnsignedData = "kick (_this select 0)"; onHackedData = "ban (_this select 0)"; onDifferentData = ""; class Missions {}; missionWhitelist[] = {};
  2. Hello. I'm having some problems with my dedicated linux server. I'm currently using these mods (ace3, acre2 and cba). I have problems with ACE3. Only certain parts of it are working. For example hiding amount of bullets in magazine is working, frag throwing (drop, low, high) is working but menu accessed by windows key isn't working (works in editor). I have no idea what could be wrong. I tried multiple server startup lines but that does nothing.Somebody suggested all names to be in low cases and that does nothing either. I'm running dedicated server on Ubuntu 14.04.3 Also if anyone knows why mods are not showing in expansion list please do let me know. Any help is welcomed and very appreciated. Start up line: ./arma3server -name=server -config=server.cfg -mod="@ace;@cba_a3;@acre2;" ./arma3server -name=server -config=server.cfg -mod="@ace\;@cba_a3\;@acre2;" Server folder and keys: Ingame screenshot:
×