Jump to content
  • 0

New sensors for new Epoch.


mudy

Question

4 answers to this question

Recommended Posts

  • 0

try this

Spoiler

version=52;
class EditorData
{
    moveGridStep=1;
    angleGridStep=0.2617994;
    scaleGridStep=1;
    autoGroupingDist=10;
    toggles=1;
    class ItemIDProvider
    {
        nextID=1;
    };
    class Camera
    {
        pos[]={5940.79,128.97595,8617.8467};
        dir[]={0,-0.70710695,0.70710671};
        up[]={0,0.70710665,0.70710689};
        aside[]={0.99999994,0,-0};
    };
};
binarizationWanted=0;
randomSeed=1457245;
class ScenarioData
{
    author="Scorpi";
};
class Mission
{
    class Intel
    {
        timeOfChanges=1800.0002;
        startWeather=0.1;
        startFog=0.050000001;
        startWind=0.1;
        startWaves=0.1;
        forecastWeather=0;
        forecastWind=0.1;
        forecastWaves=0.1;
        forecastLightnings=0.1;
        year=2016;
        month=6;
        day=6;
        hour=11;
        minute=0;
        startFogDecay=0.013;
        forecastFogDecay=0.013;
    };
    class Entities
    {
        items=1;
        class Item0
        {
            dataType="Trigger";
            position[]={6147.6592,108.6077,8667.6709};
            class Attributes
            {
                onActivation="blabla";
                onDeactivation="blabla";
                sizeA=50;
                sizeB=50;
                repeatable=1;
                activationBy="ANY";
            };
            id=0;
            type="EmptyDetector";
            atlOffset=7.6293945e-006;
        };
    };

};

 

Link to comment
Share on other sites

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
  • Advertisement
  • Discord

×
×
  • Create New...