devilFaust 13 Report post Posted July 6, 2016 I'm not sure where else to post/ask this. Does anyone know if it's possible to set coordinates for Anomalies? (like one does for radiation?) Also, is there any way to change the size or scale of them? The short and sweet is I'd like to put one at the center of each of my Radiation Zones. (as though it's the source of the Rads.) 1 Share this post Link to post Share on other sites
TDBGaming 121 Report post Posted July 7, 2016 I think you would need to edit ExileClient_object_anomaly_dropParticle.sqf but what you would change i dont know sorry Share this post Link to post Share on other sites
Redbeard_Actual 28 Report post Posted February 1, 2018 I'm not sure I have even seen an anomaly in game before. I see the fire flies all the time. Anyone have a screen shot of what they look like? Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted February 2, 2018 its like a cold spot i think or portal they do get around if you enable it Spoiler class FireFlies { // 1 = enabled, 0 = disabled enable = 1; // At this hour fire flies begin to spawn startHour = 18; // At this hour fire flies stop spawning endHour = 4; }; class Anomalies { // 1 = enabled, 0 = disabled enable = 1; // At this hour anomalies begin to spawn startHour = 19; // At this hour anomalies stop spawning endHour = 6; }; Share this post Link to post Share on other sites