bofhgr 3 Posted November 3, 2017 OK so what I found so far is that the total number of files in your keys folder is a cause for server not showing up correctly. I had many obsolete keys and once I deleted all the ones I don't support on the server anymore - voila! server is up and showing green. Confirmed by re-adding some random keys and it showed up red again. It seems there is a limit to how many keys you have in your folder until it becomes an issue with arma launcher :( pitty, wish I could add many more mods than currently :( Share this post Link to post Share on other sites
strider42 64 Posted November 3, 2017 Interesting. That may well fit with the situation on our server because we tend to keep old keys so that people can still connect. Something for us to look into. Thanks @bofhgr Share this post Link to post Share on other sites
beaving 10 Posted December 1, 2017 On 3.11.2017 at 4:51 AM, bofhgr said: OK so what I found so far is that the total number of files in your keys folder is a cause for server not showing up correctly. I had many obsolete keys and once I deleted all the ones I don't support on the server anymore - voila! server is up and showing green. Confirmed by re-adding some random keys and it showed up red again. It seems there is a limit to how many keys you have in your folder until it becomes an issue with arma launcher :( pitty, wish I could add many more mods than currently :( This problem has been frustrating us for months now. In addition we thought the mods would not be loading because an "Earplugs" plugin was the culprit causing nearly all other mods to stop working. Sometimes 1-2 mods show up when I check the server in the Arma 3 server list. When I check on the launcher it doesn't show any mod at all. We have about 38 mods. (CBA, Ace, Ares, RHS, BWMod, CUP, TFAR are the majority) The weird thing is that we use Microsoft Azure, too. What are the odds that anyone even uses that here? We have used Hetzner before and the mods were always shown in the launcher for everyone to download comfortably. We keep the mods in the workshop folders and directly load these instead of moving the folders to the main game directory as that is silly, but that is the way it was working for us for a long time... Share this post Link to post Share on other sites
SageNTitled 25 Posted December 6, 2017 This is a really annoying limitation. Can't add more mods to our mod pack until it's fixed. :S https://feedback.bistudio.com/T127303 Share this post Link to post Share on other sites
flexgrip 20 Posted December 6, 2017 So yeah, I've been through the ringer with this one. It seems to all come down to the server's UDP packet size and the steamquery api. Basically, the more mods you add, the larger the packet. And I've been told there is an upper limit to the packet size. The only workaround for now, if you want to use the steam workshop and get by this limit seems to be to combine insignificant stuff into one mod. Which is against some service's ToS. I think I've seen another bug report on this, and it's doubtful it will be fixed any time soon. Share this post Link to post Share on other sites
flexgrip 20 Posted December 6, 2017 Oh and one more thing. Our server is currently able to run 30 separate mods. Now that I have it working, I almost like having that limit, so the modpack doesn't get out of control. It forces me to make decisions about removing and adding stuff. Share this post Link to post Share on other sites
SageNTitled 25 Posted December 9, 2017 How do you do that though? You need the meta.cpp files for the launcher to recognize the mods, so you can't simply combine them into one folder can you? Share this post Link to post Share on other sites
blackyesp 7 Posted December 28, 2017 bump! Any news about this? I've heard some Hosting providers run a feature that installs the mods by just suscribing to them from the workshop and they have no problem running +20 mods. Maybe it's nothing new, I guess you guys know more about this than I do so tell me if it is an option to consider. Anything else that could help is appreciated :) Share this post Link to post Share on other sites
SageNTitled 25 Posted January 2, 2018 The servers are able to run lots of mods just fine. It's a launcher issue, where it doesn't propagate mods reliably to clients if they accumulate to a certain amount. It looks like this: This guy on Discord explains the issue: There is a network restriction in the launcher itself that makes it unable to capture large batches of data (e.g. many mods) from the servers. 1 Share this post Link to post Share on other sites
Stix_09 0 Posted December 19, 2020 bit of a necro post now but... try this server.cfg - Bohemia Interactive Community (bistudio.com) steamProtocolMaxDataSize = 1024; Limit for maximum Steam Query packet length. (since Arma 3 1.99+) Increasing this value is dangerous as it can cause Arma server to send UDP packets of a size larger than the MTU. This will cause UDP packets to be fragmented which is not supported by some older routers. But increasing this will fix the modlist length limit in Arma 3 Launcher. Share this post Link to post Share on other sites