pwner 35 Posted August 17, 2015 How often does squad.xml refresh/load? I have a squad.xml file that randomly chooses an image every time it's loaded, and I'm wondering how often I'll be able to see the change ingame. Share this post Link to post Share on other sites
jonbons 13 Posted August 17, 2015 Arma caches the Squad XML images by filename so if randomly generating an image you'll have to make sure each image has a different filename in the response. I'm unsure how often it request data about the Squad XML, I would assume it is when a player joins that has an XML in their profile. Easiest way to test this is to create an xml on a web host and check the request logs for when a GET request is made to the xml file and correlate that data with join data from clients. Share this post Link to post Share on other sites