Sign in to follow this  
devilFaust

Anomalies Static Placement?

4 posts in this topic

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.)

 

  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

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
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.