Jump to content
MrBohannon_

Terrain Builder Town Names & Config.cpp issues

Recommended Posts

Ok, I'm very new to terrain builder and I have two problems now that I can't seem to fix by myself.

 

Problem Number 1: Town Names. I've created a few town names as shown below but every time i save it always shows the stratis ones instead of mine. 

Spoiler

    class Names
    {
        class Henryville
    {
                name="Henryville";
                position[]={203980.290,9501.686};
                type="NameCityCapital";
                radiusA=200;
                radiusB=200;
                angle=0;
            };
            class Henryville_Port
            {
                name="Henryville_Port";
                position[]={203869.711,9354.917};
                type="NameMarine";
                radiusA=100;
                radiusB=100;
                angle=0;
            };
            class Amarillo
            {
                name="Amarillo";
                position[]={203502.318,4903.885};
                type="NameCityCapital";
                radiusA=200;
                radiusB=200;
                angle=0;
            };
            class Amarillo_Port
            {
                name="Amarillo";
                position[]={203826.718,4953.043};
                type="NameMarine";
                radiusA=100;
                radiusB=100;
                angle=0;
            };
            class Wimborne
            {
                name="Wimborne";
                position[]={202754.248,2176.522};
                type="NameCityCapital";
                radiusA=200;
                radiusB=200;
                angle=0;
            };
            class Wimborne_Port
            {
                name="Wimborne";
                position[]={202597.175,2472.998};
                type="NameMarine";
                radiusA=100;
                radiusB=100;
                angle=0;
            };
            class Henryville_Mine
            {
                name="Henryville_Mine";
                position[]={205961.700,8945.871};
                type="NameLocal";
                radiusA=96.809998;
                radiusB=72.389999;
                angle=0;
            };
    };

Problem Number 2: Map thinks its loading stratis and not my map. Witch i have reason to believe that is why my town names are not working. 

My Config.cpp

Spoiler

class CfgPatches
{
    class DustyRoads
    {
        author="Chad Bohannon";
        name="Arma 3 - DustyRoads Map Terrain";
        url="http://dustyroadsrpg.com";
        requiredVersion=0.1;
        requiredaddons[]={"A3_Map_Stratis"};
        fileName = "DustyRoads.pbo";
    };
};
class CfgVehicles
{
};
class CfgWorlds
{
    class DefaultWorld
    {
        cutscenes[]=
        {
            "Stratis_Intro1",
            "Stratis_Intro2"
        };
        class Weather
        {
            class Overcast;
        };
        class WaterExPars;
    };
    class CAWorld: DefaultWorld
    {
        class Grid
        {
        };
        class DayLightingBrightAlmost;
        class DayLightingRainy;
        class DefaultClutter;
        class Weather: Weather
        {
            class Lighting;
            class Overcast: Overcast
            {
                class Weather1;
                class Weather2;
                class Weather3;
                class Weather4;
                class Weather5;
                class Weather6;
            };
        };
    };
    class DefaultLighting;
    class Stratis: CAWorld
    {
        class DefaultClutter;
        class Clutter
        {
            class StrBigFallenBranches_pine: DefaultClutter
            {
                model="A3\Plants_F\Clutter\c_bigFallenBranches_pine.p3d";
                affectedByWind=0;
                swLighting=0;
                scaleMin=0.30000001;
                scaleMax=0.69999999;
            };
            class StrBigFallenBranches_pine02: DefaultClutter
            {
                model="A3\Plants_F\Clutter\c_bigFallenBranches_pine02.p3d";
                affectedByWind=0;
                swLighting=0;
                scaleMin=0.30000001;
                scaleMax=0.69999999;
            };
            class StrBigFallenBranches_pine03: DefaultClutter
            {
                model="A3\Plants_F\Clutter\c_bigFallenBranches_pine03.p3d";
                affectedByWind=0;
                swLighting=0;
                scaleMin=0.30000001;
                scaleMax=0.69999999;
            };
            class StrGrassGreenGroup: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrGrassGreen_group.p3d";
                affectedByWind=0.60000002;
                swLighting=1;
                scaleMin=0.69999999;
                scaleMax=1;
            };
            class StrGrassDry: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrGrassDry.p3d";
                affectedByWind=0.5;
                swLighting=1;
                scaleMin=0.80000001;
                scaleMax=1.2;
            };
            class StrGrassDryGroup: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrGrassDry_group.p3d";
                affectedByWind=0.64999998;
                swLighting=1;
                scaleMin=0.64999998;
                scaleMax=1;
            };
            class StrGrassDryMediumGroup: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrGrassDryMedium_group.p3d";
                affectedByWind=0.69999999;
                swLighting=1;
                scaleMin=0.80000001;
                scaleMax=1;
            };
            class StrThornKhakiSmall: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrThornKhaki.p3d";
                affectedByWind=0.050000001;
                swLighting=0;
                scaleMin=0.5;
                scaleMax=0.69999999;
            };
            class StrThornKhakiBig: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrThornKhaki.p3d";
                affectedByWind=0.050000001;
                swLighting=0;
                scaleMin=0.69999999;
                scaleMax=0.89999998;
            };
            class StrThornGreenSmall: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrThornGreen.p3d";
                affectedByWind=0.050000001;
                swLighting=0;
                scaleMin=0.30000001;
                scaleMax=0.5;
            };
            class StrThornGreenBig: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrThornGreen.p3d";
                affectedByWind=0.050000001;
                swLighting=0;
                scaleMin=0.69999999;
                scaleMax=0.89999998;
            };
            class StrThornGraySmall: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrThornGray.p3d";
                affectedByWind=0.050000001;
                swLighting=0;
                scaleMin=0.5;
                scaleMax=0.69999999;
            };
            class StrThornGrayBig: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrThornGray.p3d";
                affectedByWind=0.050000001;
                swLighting=0;
                scaleMin=0.80000001;
                scaleMax=1.2;
            };
            class StrPlantGreenShrub: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrPlantGreenShrub.p3d";
                affectedByWind=0.5;
                swLighting=1;
                scaleMin=0.60000002;
                scaleMax=1.1;
            };
            class StrPlantGermaderGroup: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrPlantGermader_group.p3d";
                affectedByWind=0.34999999;
                swLighting=1;
                scaleMin=0.89999998;
                scaleMax=1.5;
            };
            class StrWeedBrownTallGroup: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrWeedBrownTall_group.p3d";
                affectedByWind=0.30000001;
                swLighting=1;
                scaleMin=0.89999998;
                scaleMax=1.25;
            };
            class StrWeedGreenTall: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrWeedGreenTall.p3d";
                affectedByWind=0.30000001;
                swLighting=1;
                scaleMin=0.80000001;
                scaleMax=1.2;
            };
            class StrPlantMullein: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrPlantMullein.p3d";
                affectedByWind=0.34999999;
                swLighting=1;
                scaleMin=0.69999999;
                scaleMax=1.15;
            };
            class StrThistlePurpleSmall: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrThistlePurple_small.p3d";
                affectedByWind=0.1;
                swLighting=1;
                scaleMin=0.89999998;
                scaleMax=1.4;
            };
            class StrThistleSmallYellow: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrThistleSmallYellow.p3d";
                affectedByWind=0.2;
                swLighting=1;
                scaleMin=0.60000002;
                scaleMax=1.4;
            };
            class StrThistleYellowShrub: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_StrThistleYellowShrub.p3d";
                affectedByWind=0.2;
                swLighting=1;
                scaleMin=0.69999999;
                scaleMax=1.1;
            };
            class GrassTall: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Grass_Tall_Dead.p3d";
                affectedByWind=1;
                swLighting=1;
                scaleMin=0.60000002;
                scaleMax=1;
            };
            class GrassGreen: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Grass_Green.p3d";
                affectedByWind=1;
                swLighting=1;
                scaleMin=0.85000002;
                scaleMax=1;
                surfaceColor[]={0.43099999,0.47499999,0.26699999};
            };
            class GrassDry: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Grass_Dry.p3d";
                affectedByWind=1;
                swLighting=1;
                scaleMin=0.30000001;
                scaleMax=0.89999998;
            };
            class GrassBrushHighGreen: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Grass_BrushHigh_Green.p3d";
                affectedByWind=0.80000001;
                swLighting=1;
                scaleMin=0.5;
                scaleMax=0.69999999;
            };
            class GrassBunchSmall: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Grass_Bunch_Small.p3d";
                affectedByWind=0.80000001;
                swLighting=1;
                scaleMin=0.30000001;
                scaleMax=0.80000001;
            };
            class ThistleHighDead: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Thistle_High_Dead.p3d";
                affectedByWind=1;
                swLighting=1;
                scaleMin=0.40000001;
                scaleMax=0.80000001;
            };
            class ThistleHigh: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Thistle_High.p3d";
                affectedByWind=0.60000002;
                swLighting=1;
                scaleMin=0.60000002;
                scaleMax=1;
            };
            class ThistleSmallYellow: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Thistle_Small_Yellow.p3d";
                affectedByWind=0.30000001;
                swLighting=1;
                scaleMin=0.30000001;
                scaleMax=0.89999998;
            };
            class ThistleThornGreen: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Thistle_Thorn_Green.p3d";
                affectedByWind=0.30000001;
                swLighting=0;
                scaleMin=0.30000001;
                scaleMax=1;
            };
            class ThistleThornGreenSmall: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Thistle_Thorn_Green.p3d";
                affectedByWind=0.25;
                swLighting=0;
                scaleMin=0.40000001;
                scaleMax=0.69999999;
            };
            class ThistleThornBrown: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Thistle_Thorn_Brown.p3d";
                affectedByWind=0.30000001;
                swLighting=0;
                scaleMin=0.5;
                scaleMax=1.2;
            };
            class ThistleThornBrownSmall: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Thistle_Thorn_Brown.p3d";
                affectedByWind=0.25;
                swLighting=0;
                scaleMin=0.30000001;
                scaleMax=0.69999999;
            };
            class ThistleThornGray: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Thistle_Thorn_Gray.p3d";
                affectedByWind=0.30000001;
                swLighting=0;
                scaleMin=1.1;
                scaleMax=1.4;
            };
            class ThistleThornDesert: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Thistle_Thorn_Desert.p3d";
                affectedByWind=0.30000001;
                swLighting=0;
                scaleMin=0.40000001;
                scaleMax=1.4;
            };
            class PlantGreenSmall: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Plant_Green_Small.p3d";
                affectedByWind=0.69999999;
                swLighting=1;
                scaleMin=0.5;
                scaleMax=1.1;
            };
            class FlowerCakile: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Flower_Cakile.p3d";
                affectedByWind=0.40000001;
                swLighting=1;
                scaleMin=0.60000002;
                scaleMax=0.80000001;
            };
            class FlowerLowYellow2: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_Flower_Low_Yellow2.p3d";
                affectedByWind=0.40000001;
                swLighting=1;
                scaleMin=0.60000002;
                scaleMax=1;
            };
            class GrassCrookedDead: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_GrassCrooked.p3d";
                affectedByWind=0.60000002;
                swLighting=1;
                scaleMin=0.80000001;
                scaleMax=1.1;
            };
            class GrassTalltwo: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_GrassTall.p3d";
                affectedByWind=0.80000001;
                swLighting=1;
                scaleMin=0.75;
                scaleMax=1.15;
            };
            class GrassLong_DryBunch: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_GrassLong_DryBunch.p3d";
                affectedByWind=0.80000001;
                swLighting=1;
                scaleMin=0.89999998;
                scaleMax=1.2;
            };
            class GrassDesertGroupSoft: DefaultClutter
            {
                model="A3\plants_f\Clutter\c_GrassGreen_GroupSoft.p3d";
                affectedByWind=1;
                swLighting=1;
                scaleMin=0.60000002;
                scaleMax=1.1;
            };
            class SeaWeed1: DefaultClutter
            {
                model="A3\Plants_F\Clutter\c_SeaWeed1.p3d";
                affectedByWind=0.2;
                swLighting=0;
                scaleMin=0.40000001;
                scaleMax=1;
            };
            class SeaWeed2: DefaultClutter
            {
                model="A3\Plants_F\Clutter\c_SeaWeed2.p3d";
                affectedByWind=0.2;
                swLighting=0;
                scaleMin=0.30000001;
                scaleMax=1;
            };
            class Coral1: DefaultClutter
            {
                model="A3\Plants_F\Clutter\c_Coral1.p3d";
                affectedByWind=0;
                swLighting=0;
                scaleMin=0.30000001;
                scaleMax=1;
            };
            class Coral2: DefaultClutter
            {
                model="A3\Plants_F\Clutter\c_Coral2.p3d";
                affectedByWind=0;
                swLighting=0;
                scaleMin=0.30000001;
                scaleMax=1;
            };
            class Coral3: DefaultClutter
            {
                model="A3\Plants_F\Clutter\c_Coral3.p3d";
                affectedByWind=0.1;
                swLighting=0;
                scaleMin=0.30000001;
                scaleMax=0.5;
            };
            class Coral4: DefaultClutter
            {
                model="A3\Plants_F\Clutter\c_Coral4.p3d";
                affectedByWind=0.1;
                swLighting=0;
                scaleMin=0.30000001;
                scaleMax=1;
            };
            class Coral5: DefaultClutter
            {
                model="A3\Plants_F\Clutter\c_Coral5.p3d";
                affectedByWind=0.050000001;
                swLighting=0;
                scaleMin=0.2;
                scaleMax=0.60000002;
            };
        };
        dynLightMinBrightnessAmbientCoef=0.5;
        dynLightMinBrightnessAbsolute=0.050000001;
        class Sea
        {
            seaTexture="a3\data_f\seatexture_co.paa";
            seaMaterial="#water";
            shoreMaterial="#shore";
            shoreFoamMaterial="#shorefoam";
            shoreWetMaterial="#shorewet";
            WaterMapScale=20;
            WaterGrid=50;
            MaxTide=0;
            MaxWave=0.25;
            SeaWaveXScale="2.0/50";
            SeaWaveZScale="1.0/50";
            SeaWaveHScale=1;
            SeaWaveXDuration=5000;
            SeaWaveZDuration=10000;
        };
        class Underwater
        {
            noWaterFog=-0.001;
            fullWaterFog=0.001;
            deepWaterFog=200;
            waterFogDistanceNear=10;
            waterFogDistance=40;
            waterColor[]={0.039999999,0.16,0.22};
            deepWaterColor[]={0,0.001,0.0089999996};
            surfaceColor[]={0.039999999,0.16,0.22};
            deepSurfaceColor[]={0,0.001,0.0089999996};
        };
        class SeaWaterShaderPars
        {
            refractionMoveCoef=0.029999999;
            minWaterOpacity=0;
            waterOpacityDistCoef=0.40000001;
            underwaterOpacity=0.5;
            waterOpacityFadeStart=60;
            waterOpacityFadeLength=120;
        };
        class WaterExPars: WaterExPars
        {
            fogDensity=0.07;
            fogColor[]={0.03015,0.071549997,0.090449996};
            fogColorExtinctionSpeed[]={0.1814,0.015900001,0.0111};
            ligtExtinctionSpeed[]={0.1814,0.015900001,0.0111};
            diffuseLigtExtinctionSpeed[]={0.38139999,0.2159,0.2111};
            fogGradientCoefs[]={0.34999999,1,1.7};
            fogColorLightInfluence[]={0.80000001,0.2,1};
            shadowIntensity=0;
            ssReflectionStrength=0.85000002;
            ssReflectionMaxJitter=1;
            ssReflectionRippleInfluence=0.2;
            ssReflectionEdgeFadingCoef=10;
            ssReflectionDistFadingCoef=4;
            refractionMinCoef=0.029999999;
            refractionMaxCoef=0.14;
            refractionMaxDist=5.0999999;
            specularMaxIntensity=100;
            specularPowerOvercast0=750;
            specularPowerOvercast1=50;
            specularNormalModifyCoef=0.015;
            foamAroundObjectsIntensity=0.15000001;
            foamAroundObjectsFadeCoef=8;
            foamColorCoef=2;
            foamDeformationCoef=0.02;
            foamTextureCoef=0.2;
            foamTimeMoveSpeed=0.2;
            foamTimeMoveAmount=0.1;
            shoreDarkeningMaxCoef=0.44999999;
            shoreDarkeningOffset=0.36000001;
            shoreDarkeningGradient=0.079999998;
            shoreWaveTimeScale=0.80000001;
            shoreWaveShifDerivativeOffset=-0.80000001;
            shoreFoamIntensity=0.25;
            shoreMaxWaveHeight=0.15000001;
            shoreWetLayerReflectionIntensity=0.55000001;
        };
        startWeather=0.30000001;
        startFog=0;
        forecastWeather=0.30000001;
        forecastFog=0;
        startFogBase=0;
        forecastFogBase=0;
        startFogDecay=0.014;
        forecastFogDecay=0.014;
        fogBeta0Min=0;
        fogBeta0Max=0.050000001;
        class HDRNewPars
        {
            minAperture=9.9999997e-006;
            maxAperture=256;
            apertureRatioMax=4;
            apertureRatioMin=10;
            bloomImageScale=1;
            bloomScale=0.090000004;
            bloomExponent=0.75;
            bloomLuminanceOffset=0.40000001;
            bloomLuminanceScale=0.15000001;
            bloomLuminanceExponent=0.25;
            tonemapMethod=1;
            tonemapShoulderStrength=0.22;
            tonemapLinearStrength=0.12;
            tonemapLinearAngle=0.1;
            tonemapToeStrength=0.2;
            tonemapToeNumerator=0.022;
            tonemapToeDenominator=0.2;
            tonemapLinearWhite=11.2;
            tonemapExposureBias=1;
            tonemapLinearWhiteReinhard="2.5f";
            eyeAdaptFactorLight=3.3;
            eyeAdaptFactorDark=0.75;
            nvgApertureMin=10;
            nvgApertureStandard=12.5;
            nvgApertureMax=16.5;
            nvgStandardAvgLum=10;
            nvgLightGain=320;
            nvgTransition=1;
            nvgTransitionCoefOn="40.0f";
            nvgTransitionCoefOff="0.01f";
            nightShiftMinAperture=0;
            nightShiftMaxAperture=0.0020000001;
            nightShiftMaxEffect=0.60000002;
            nightShiftLuminanceScale=600;
        };
        skyColorInfluencesFogColor=0;
        class Lighting: DefaultLighting
        {
            groundReflection[]={0.132,0.133,0.122};
            moonObjectColorFull[]={460,440,400,1};
            moonHaloObjectColorFull[]={465,477,475,1};
            moonsetObjectColor[]={375,350,325,1};
            moonsetHaloObjectColor[]={515,517,525,1};
            class ThunderBoltLight
            {
                diffuse[]={2120,3170,5550};
                ambient[]={0.001,0.001,0.001};
                intensity=120000;
                class Attenuation
                {
                    start=0;
                    constant=0;
                    linear=0;
                    quadratic=1;
                };
            };
            starEmissivity=25;
        };
        class DayLightingBrightAlmost: DayLightingBrightAlmost
        {
            deepNight[]=
            {
                -15,
                {0.0049999999,0.0099999998,0.0099999998},
                {0,0.0020000001,0.003},
                {0,0,0},
                {0,0,0},
                {0,0.0020000001,0.003},
                {0,0.0020000001,0.003},
                0
            };
            fullNight[]=
            {
                -5,
                {0.182,0.213,0.25},
                {0.050000001,0.111,0.221},
                {0.039999999,0.034000002,0.0040000002},
                {0.039000001,0.048999999,0.071999997},
                {0.082000002,0.12800001,0.185},
                {0.28299999,0.34999999,0.43099999},
                0
            };
            sunMoon[]=
            {
                -3.75,
                {0.377,0.44100001,0.51800001},
                {0.103,0.227,0.45300001},
                {0.039999999,0.034000002,0.0040000002},
                {0.039000001,0.048999999,0.071999997},
                {0.17399999,0.27399999,0.39500001},
                {0.58200002,0.72000003,0.88700002},
                0.5
            };
            earlySun[]=
            {
                -2.5,
                {0.67500001,0.69,0.78399998},
                {0.22,0.322,0.47099999},
                {0.039999999,0.034000002,0.0040000002},
                {0.039000001,0.048999999,0.071999997},
                {0.42399999,0.54900002,0.745},
                {0.69800001,0.75300002,0.89399999},
                1
            };
            sunrise[]=
            {
                0,
                {0.67500001,0.69,0.78399998},
                {0.47799999,0.50999999,0.65899998},
                {0.2,0.19,0.07},
                {0.124,0.161,0.236},
                
                {
                    {0.847,0.85500002,0.96499997},
                    0.2
                },
                
                {
                    {0.93300003,0.949,0.99599999},
                    2
                },
                1
            };
            earlyMorning[]=
            {
                3,
                
                {
                    {0.84399998,0.61000001,0.46900001},
                    0.80000001
                },
                {0.42399999,0.55699998,0.65100002},
                
                {
                    {1,0.44999999,0.2},
                    1
                },
                {0.12,0.25999999,0.38},
                
                {
                    {0.428,0.579,0.74299997},
                    2
                },
                
                {
                    {0.84399998,0.61000001,0.46900001},
                    2.7
                },
                1
            };
            midMorning[]=
            {
                8,
                
                {
                    {0.82200003,0.75,0.64600003},
                    3.8
                },
                
                {
                    {0.38299999,0.57999998,0.85799998},
                    1.3
                },
                
                {
                    {1.3,0.89999998,0.61000001},
                    2.8
                },
                
                {
                    {0.12,0.18000001,0.28},
                    0.5
                },
                
                {
                    {0.322,0.47799999,0.67500001},
                    3.5
                },
                
                {
                    {1,0.92900002,0.815},
                    4.6999998
                },
                1
            };
            morning[]=
            {
                16,
                
                {
                    {1,0.94999999,0.91000003},
                    12.2
                },
                
                {
                    {0.12,0.18000001,0.28},
                    9.1999998
                },
                
                {
                    {1,0.94999999,0.91000003},
                    11.2
                },
                
                {
                    {0.12,0.18000001,0.28},
                    8.5
                },
                
                {
                    {0.14,0.18000001,0.23999999},
                    11
                },
                
                {
                    {0.5,0.60000002,0.89999998},
                    13.2
                },
                1
            };
            noon[]=
            {
                45,
                
                {
                    {0.98000002,0.94,0.94},
                    13.8
                },
                
                {
                    {0.2,0.27000001,0.34999999},
                    10.8
                },
                
                {
                    {0.98000002,0.94,0.94},
                    13.8
                },
                
                {
                    {0.2,0.27000001,0.34999999},
                    10.8
                },
                
                {
                    {0.5,0.63999999,1},
                    12
                },
                
                {
                    {0.5,0.5,0.5},
                    14.8
                },
                1,
                0.5,
                0.40000001,
                0.5,
                0.40000001
            };
        };
        class DayLightingRainy: DayLightingRainy
        {
            deepNight[]=
            {
                -15,
                {0.0049999999,0.0099999998,0.0099999998},
                {0,0.0020000001,0.003},
                {0,0,0},
                {0,0,0},
                {0,0.0020000001,0.003},
                {0,0.0020000001,0.003},
                0
            };
            fullNight[]=
            {
                -5,
                {0.023,0.023,0.023},
                {0.02,0.02,0.02},
                {0.023,0.023,0.023},
                {0.02,0.02,0.02},
                {0.0099999998,0.0099999998,0.02},
                {0.079999998,0.059999999,0.059999999},
                0
            };
            sunMoon[]=
            {
                -3.75,
                {0.039999999,0.039999999,0.050000001},
                {0.039999999,0.039999999,0.050000001},
                {0.039999999,0.039999999,0.050000001},
                {0.039999999,0.039999999,0.050000001},
                {0.039999999,0.035,0.039999999},
                {0.11,0.079999998,0.090000004},
                0.5
            };
            earlySun[]=
            {
                -2.5,
                {0.068899997,0.068899997,0.080399998},
                {0.059999999,0.059999999,0.07},
                {0.068899997,0.068899997,0.080399998},
                {0.059999999,0.059999999,0.07},
                {0.079999998,0.07,0.079999998},
                {0.14,0.1,0.12},
                0.5
            };
            earlyMorning[]=
            {
                3,
                
                {
                    {1,1,1},
                    "(-4)+3.95"
                },
                
                {
                    {1,1,1},
                    "(-4)+3.0"
                },
                
                {
                    {1,1,1},
                    "(-4)+3.95"
                },
                
                {
                    {1,1,1},
                    "(-4)+3.0"
                },
                
                {
                    {1,1,1},
                    "(-4)+4"
                },
                
                {
                    {1,1,1},
                    "(-4)+5.5"
                },
                1
            };
            morning[]=
            {
                16,
                
                {
                    {1,1,1},
                    "(-4)+5.7"
                },
                
                {
                    {1,1,1},
                    "(-4)+4.5"
                },
                
                {
                    {1,1,1},
                    "(-4)+5.7"
                },
                
                {
                    {1,1,1},
                    "(-4)+4.5"
                },
                
                {
                    {1,1,1},
                    "(-4)+7"
                },
                
                {
                    {1,1,1},
                    "(-4)+8"
                },
                1
            };
            lateMorning[]=
            {
                25,
                
                {
                    {1,1,1},
                    "(-4)+10.45"
                },
                
                {
                    {1,1,1},
                    "(-4)+9.75"
                },
                
                {
                    {1,1,1},
                    "(-4)+10.45"
                },
                
                {
                    {1,1,1},
                    "(-4)+9.75"
                },
                
                {
                    {1,1,1},
                    "(-4)+12"
                },
                
                {
                    {1,1,1},
                    "(-4)+12.75"
                },
                1
            };
            noon[]=
            {
                45,
                
                {
                    {1,1,1},
                    10
                },
                
                {
                    {1,1,1},
                    9
                },
                
                {
                    {1,1,1},
                    9
                },
                
                {
                    {1,1,1},
                    8
                },
                
                {
                    {0.5,0.63999999,1},
                    12
                },
                
                {
                    {0.5,0.5,0.5},
                    14.8
                },
                1
            };
        };
        class Weather: Weather
        {
            class LightingNew
            {
                class Lighting0
                {
                    height=0;
                    overcast=0.25;
                    sunAngle=-24;
                    sunOrMoon=0;
                    diffuse[]=
                    {
                        {0.14,0.19,0.30000001},
                        4
                    };
                    diffuseCloud[]=
                    {
                        {0.14,0.19,0.30000001},
                        0.2
                    };
                    ambient[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.050000001
                    };
                    ambientMid[]=
                    {
                        {0.1384,0.1912,0.29840001},
                        0.88
                    };
                    ambientMidCloud[]=
                    {
                        {0.1384,0.1912,0.29840001},
                        0.044
                    };
                    groundReflection[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    groundReflectionCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.042240001
                    };
                    bidirect[]={0.025,0.025,0.023};
                    bidirectCloud[]={0.0125,0.0125,0.0115};
                    sky[]={0.23100001,0.31400001,0.46700001};
                    skyAroundSun[]={0.2,0.25,0.44999999};
                    fogColor[]=
                    {
                        {0.090000004,0.13699999,0.22},
                        0.025
                    };
                    apertureMin=4;
                    apertureStandard=4;
                    apertureMax=8;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {0.5,0.64999998,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting1
                {
                    height=0;
                    overcast=0.25;
                    sunAngle=-12;
                    sunOrMoon=0;
                    diffuse[]={0.1,0.18000001,0.30000001};
                    diffuseCloud[]={0.1,0.18000001,0.30000001};
                    ambient[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientMid[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.88
                    };
                    ambientMidCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.88
                    };
                    groundReflection[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    groundReflectionCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    bidirect[]={0,0,0};
                    bidirectCloud[]={0,0,0};
                    sky[]=
                    {
                        {0.212,0.30199999,0.50999999},
                        1
                    };
                    skyAroundSun[]={0.2,0.25,0.44999999};
                    fogColor[]=
                    {
                        {0.093999997,0.141,0.23100001},
                        0.025
                    };
                    apertureMin=4;
                    apertureStandard=4;
                    apertureMax=8;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting2
                {
                    height=0;
                    overcast=0.25;
                    sunAngle=-11;
                    sunOrMoon=0.5;
                    diffuse[]={0.1,0.18000001,0.30000001};
                    diffuseCloud[]={0.1,0.18000001,0.30000001};
                    ambient[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientMid[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.88
                    };
                    ambientMidCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.88
                    };
                    groundReflection[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    groundReflectionCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    bidirect[]={0,0,0};
                    bidirectCloud[]={0,0,0};
                    sky[]=
                    {
                        {0.212,0.30199999,0.50999999},
                        1
                    };
                    skyAroundSun[]={0.2,0.25,0.44999999};
                    fogColor[]=
                    {
                        {0.093999997,0.141,0.23100001},
                        0.025
                    };
                    apertureMin=4;
                    apertureStandard=4;
                    apertureMax=8;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting3
                {
                    height=0;
                    overcast=0.25;
                    sunAngle=-10;
                    sunOrMoon=1;
                    diffuse[]={0.1,0.18000001,0.30000001};
                    diffuseCloud[]={0.1,0.18000001,0.30000001};
                    ambient[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientMid[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.88
                    };
                    ambientMidCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.88
                    };
                    groundReflection[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    groundReflectionCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    bidirect[]={0,0,0};
                    bidirectCloud[]={0,0,0};
                    sky[]=
                    {
                        {0.212,0.30199999,0.50999999},
                        1
                    };
                    skyAroundSun[]=
                    {
                        {0.2,0.25,0.44999999},
                        4.7349081
                    };
                    fogColor[]=
                    {
                        {0.093999997,0.141,0.23100001},
                        0.025
                    };
                    apertureMin=4;
                    apertureStandard=5;
                    apertureMax=10;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting4
                {
                    height=0;
                    overcast=0.25;
                    sunAngle=-5;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.16,0.18000001,0.28},
                        3
                    };
                    diffuseCloud[]=
                    {
                        {0.16,0.18000001,0.28},
                        3
                    };
                    ambient[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        4.5999999
                    };
                    ambientCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        4.5999999
                    };
                    ambientMid[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        4.0479999
                    };
                    ambientMidCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        4.0479999
                    };
                    groundReflection[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        3.88608
                    };
                    groundReflectionCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        3.88608
                    };
                    bidirect[]={0.0115,0.012,0.0125};
                    bidirectCloud[]={0.0115,0.012,0.0125};
                    sky[]=
                    {
                        {0.2,0.29800001,0.54100001},
                        4.5999999
                    };
                    skyAroundSun[]=
                    {
                        {0.69999999,0.34999999,0.28},
                        7.6369491
                    };
                    fogColor[]=
                    {
                        {0.106,0.161,0.26699999},
                        4.7150002
                    };
                    apertureMin=5;
                    apertureStandard=6;
                    apertureMax=18;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting5
                {
                    height=0;
                    overcast=0.25;
                    sunAngle=-2;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.25,0.20999999,0.2},
                        5
                    };
                    diffuseCloud[]=
                    {
                        {0.25,0.20999999,0.2},
                        5
                    };
                    ambient[]=
                    {
                        {0.19599999,0.27500001,0.41999999},
                        6.9000001
                    };
                    ambientCloud[]=
                    {
                        {0.19599999,0.27500001,0.41999999},
                        6.9000001
                    };
                    ambientMid[]=
                    {
                        {0.19599999,0.27500001,0.41999999},
                        6.072
                    };
                    ambientMidCloud[]=
                    {
                        {0.19599999,0.27500001,0.41999999},
                        6.072
                    };
                    groundReflection[]=
                    {
                        {0.19599999,0.27500001,0.41999999},
                        5.8291202
                    };
                    groundReflectionCloud[]=
                    {
                        {0.19599999,0.27500001,0.41999999},
                        5.8291202
                    };
                    bidirect[]={0.023,0.024,0.025};
                    bidirectCloud[]={0.023,0.024,0.025};
                    sky[]=
                    {
                        {0.18799999,0.28999999,0.57599998},
                        6.9000001
                    };
                    skyAroundSun[]=
                    {
                        {1.8,0.41999999,0.2},
                        12.31766
                    };
                    fogColor[]=
                    {
                        {0.11,0.169,0.28600001},
                        7.0725002
                    };
                    apertureMin=6;
                    apertureStandard=8;
                    apertureMax=20;
                    standardAvgLum=20;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.037999999,0.067500003};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting6
                {
                    height=0;
                    overcast=0.25;
                    sunAngle=0;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.75,0.38,0.22},
                        6
                    };
                    diffuseCloud[]=
                    {
                        {0.75,0.38,0.22},
                        6
                    };
                    ambient[]=
                    {
                        {0.24969999,0.31,0.46700001},
                        7.8000002
                    };
                    ambientCloud[]=
                    {
                        {0.24969999,0.31,0.46700001},
                        7.8000002
                    };
                    ambientMid[]=
                    {
                        {0.25409999,0.31400001,0.46700001},
                        6.8639998
                    };
                    ambientMidCloud[]=
                    {
                        {0.25409999,0.31400001,0.46700001},
                        6.8639998
                    };
                    groundReflection[]=
                    {
                        {0.235,0.31799999,0.46700001},
                        6.5894399
                    };
                    groundReflectionCloud[]=
                    {
                        {0.235,0.31799999,0.46700001},
                        6.5894399
                    };
                    bidirect[]={0.023,0.024,0.025};
                    bidirectCloud[]={0.023,0.024,0.025};
                    sky[]=
                    {
                        {0.17299999,0.28200001,0.61199999},
                        7.8000002
                    };
                    skyAroundSun[]=
                    {
                        {2,0.41999999,0.2},
                        13.38876
                    };
                    fogColor[]=
                    {
                        {0.118,0.18000001,0.31},
                        7.9949999
                    };
                    apertureMin=7;
                    apertureStandard=9;
                    apertureMax=22;
                    standardAvgLum=45;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.037999999,0.067500003};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting7
                {
                    height=0;
                    overcast=0.25;
                    sunAngle=2;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.94999999,0.41999999,0.22},
                        8.3999996
                    };
                    diffuseCloud[]=
                    {
                        {0.94999999,0.41999999,0.22},
                        8.3999996
                    };
                    ambient[]=
                    {
                        {0.30599999,0.35699999,0.463},
                        8.3999996
                    };
                    ambientCloud[]=
                    {
                        {0.30599999,0.35699999,0.463},
                        8.3999996
                    };
                    ambientMid[]=
                    {
                        {0.36500001,0.361,0.396},
                        7.3920002
                    };
                    ambientMidCloud[]=
                    {
                        {0.36500001,0.361,0.396},
                        7.3920002
                    };
                    groundReflection[]=
                    {
                        {0.41600001,0.38,0.38800001},
                        7.0963202
                    };
                    groundReflectionCloud[]=
                    {
                        {0.41600001,0.38,0.38800001},
                        7.0963202
                    };
                    bidirect[]={0.023,0.024,0.025};
                    bidirectCloud[]={0.023,0.024,0.025};
                    sky[]=
                    {
                        {0.15700001,0.27500001,0.65100002},
                        8.3999996
                    };
                    skyAroundSun[]=
                    {
                        {2.2,0.80000001,0.2},
                        13.38876
                    };
                    fogColor[]=
                    {
                        {0.125,0.192,0.329},
                        8.6099997
                    };
                    apertureMin=8;
                    apertureStandard=10;
                    apertureMax=24;
                    standardAvgLum=50;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.037999999,0.067500003};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting8
                {
                    height=0;
                    overcast=0.25;
                    sunAngle=6;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.94999999,0.55000001,0.34999999},
                        10.2
                    };
                    diffuseCloud[]=
                    {
                        {0.94999999,0.55000001,0.34999999},
                        10.2
                    };
                    ambient[]=
                    {
                        {0.33700001,0.40400001,0.52499998},
                        9.6000004
                    };
                    ambientCloud[]=
                    {
                        {0.33700001,0.40400001,0.52499998},
                        9.6000004
                    };
                    ambientMid[]=
                    {
                        {0.412,0.40799999,0.44299999},
                        8.448
                    };
                    ambientMidCloud[]=
                    {
                        {0.412,0.40799999,0.44299999},
                        8.448
                    };
                    groundReflection[]=
                    {
                        {0.47499999,0.435,0.43099999},
                        8.1100798
                    };
                    groundReflectionCloud[]=
                    {
                        {0.47499999,0.435,0.43099999},
                        8.1100798
                    };
                    bidirect[]={0.01375,0.0132,0.01265};
                    bidirectCloud[]={0.01375,0.0132,0.01265};
                    sky[]=
                    {
                        {0.145,0.26300001,0.68599999},
                        9.6000004
                    };
                    skyAroundSun[]=
                    {
                        {0.40000001,0.31999999,0.60000002},
                        13.38876
                    };
                    fogColor[]=
                    {
                        {0.133,0.204,0.35699999},
                        9.8400002
                    };
                    apertureMin=8;
                    apertureStandard=16;
                    apertureMax=26;
                    standardAvgLum=100;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.027000001,0.045000002};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting9
                {
                    height=0;
                    overcast=0.25;
                    sunAngle=12;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {1,0.64999998,0.44999999},
                        12.3
                    };
                    diffuseCloud[]=
                    {
                        {1,0.64999998,0.44999999},
                        12.3
                    };
                    ambient[]=
                    {
                        {0.38800001,0.47099999,0.61199999},
                        10.9
                    };
                    ambientCloud[]=
                    {
                        {0.38800001,0.47099999,0.61199999},
                        10.9
                    };
                    ambientMid[]=
                    {
                        {0.48199999,0.47499999,0.50599998},
                        9.8100004
                    };
                    ambientMidCloud[]=
                    {
                        {0.48199999,0.47499999,0.50599998},
                        9.8100004
                    };
                    groundReflection[]=
                    {
                        {0.55699998,0.50999999,0.49399999},
                        9.4175997
                    };
                    groundReflectionCloud[]=
                    {
                        {0.55699998,0.50999999,0.49399999},
                        9.4175997
                    };
                    bidirect[]={0.018750001,0.017999999,0.01725};
                    bidirectCloud[]={0.018750001,0.017999999,0.01725};
                    sky[]=
                    {
                        {0.12899999,0.259,0.722},
                        10.9
                    };
                    skyAroundSun[]=
                    {
                        {0.13,0.25,0.80000001},
                        13.524
                    };
                    fogColor[]=
                    {
                        {0.145,0.22400001,0.396},
                        11.1725
                    };
                    apertureMin=20;
                    apertureStandard=25;
                    apertureMax=35;
                    standardAvgLum=250;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.017999999,0.039999999};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        12.24
                    };
                    swBrightness=1;
                };
                class Lighting10
                {
                    height=0;
                    overcast=0.25;
                    sunAngle=24;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {1,0.75,0.62},
                        15.8
                    };
                    diffuseCloud[]=
                    {
                        {1,0.75,0.62},
                        15.8
                    };
                    ambient[]=
                    {
                        {0.435,0.53299999,0.69800001},
                        13.8
                    };
                    ambientCloud[]=
                    {
                        {0.435,0.53299999,0.69800001},
                        13.8
                    };
                    ambientMid[]=
                    {
                        {0.54500002,0.54100001,0.56900001},
                        12.696
                    };
                    ambientMidCloud[]=
                    {
                        {0.54500002,0.54100001,0.56900001},
                        12.696
                    };
                    groundReflection[]=
                    {
                        {0.63499999,0.57999998,0.55699998},
                        12.18816
                    };
                    groundReflectionCloud[]=
                    {
                        {0.63499999,0.57999998,0.55699998},
                        12.18816
                    };
                    bidirect[]={0.025,0.024,0.017999999};
                    bidirectCloud[]={0.025,0.024,0.017999999};
                    sky[]=
                    {
                        {0.118,0.25099999,0.75300002},
                        13.8
                    };
                    skyAroundSun[]=
                    {
                        {0.115,0.245,0.80000001},
                        13.662
                    };
                    fogColor[]=
                    {
                        {0.15000001,0.25099999,0.48800001},
                        14.145
                    };
                    apertureMin=45;
                    apertureStandard=60;
                    apertureMax=80;
                    standardAvgLum=800;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        14.4
                    };
                    swBrightness=1;
                };
                class Lighting11
                {
                    height=0;
                    overcast=0.25;
                    sunAngle=45;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {1,0.87,0.85000002},
                        17.200001
                    };
                    diffuseCloud[]=
                    {
                        {1,0.87,0.85000002},
                        17.200001
                    };
                    ambient[]=
                    {
                        {0.498,0.602,0.76999998},
                        14.8
                    };
                    ambientCloud[]=
                    {
                        {0.498,0.602,0.76999998},
                        14.8
                    };
                    ambientMid[]=
                    {
                        {0.63499999,0.63499999,0.66299999},
                        14.504
                    };
                    ambientMidCloud[]=
                    {
                        {0.63499999,0.63499999,0.66299999},
                        14.504
                    };
                    groundReflection[]=
                    {
                        {0.745,0.671,0.64300001},
                        14.21392
                    };
                    groundReflectionCloud[]=
                    {
                        {0.745,0.671,0.64300001},
                        14.21392
                    };
                    bidirect[]={0.025,0.024,0.017999999};
                    bidirectCloud[]={0.025,0.024,0.017999999};
                    sky[]=
                    {
                        {0.02,0.12,0.80000001},
                        13.8
                    };
                    skyAroundSun[]=
                    {
                        {0.02,0.12,0.80000001},
                        13.8
                    };
                    fogColor[]=
                    {
                        {0.30000001,0.44,0.74000001},
                        15
                    };
                    apertureMin=70;
                    apertureStandard=120;
                    apertureMax=120;
                    standardAvgLum=8000;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        14.8
                    };
                    swBrightness=1;
                };
                class Lighting12
                {
                    height=0;
                    overcast=0.25;
                    sunAngle=90;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {1,0.87,0.85000002},
                        17.200001
                    };
                    diffuseCloud[]=
                    {
                        {1,0.87,0.85000002},
                        17.200001
                    };
                    ambient[]=
                    {
                        {0.498,0.602,0.76999998},
                        14.8
                    };
                    ambientCloud[]=
                    {
                        {0.498,0.602,0.76999998},
                        14.8
                    };
                    ambientMid[]=
                    {
                        {0.63499999,0.63499999,0.66299999},
                        14.504
                    };
                    ambientMidCloud[]=
                    {
                        {0.63499999,0.63499999,0.66299999},
                        14.504
                    };
                    groundReflection[]=
                    {
                        {0.745,0.671,0.64300001},
                        14.21392
                    };
                    groundReflectionCloud[]=
                    {
                        {0.745,0.671,0.64300001},
                        14.21392
                    };
                    bidirect[]={0.025,0.024,0.017999999};
                    bidirectCloud[]={0.025,0.024,0.017999999};
                    sky[]=
                    {
                        {0.02,0.12,0.80000001},
                        13.8
                    };
                    skyAroundSun[]=
                    {
                        {0.02,0.12,0.80000001},
                        13.8
                    };
                    fogColor[]=
                    {
                        {0.30000001,0.44,0.74000001},
                        15
                    };
                    apertureMin=70;
                    apertureStandard=120;
                    apertureMax=120;
                    standardAvgLum=8000;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        14.8
                    };
                    swBrightness=1;
                };
                class Lighting13
                {
                    height=0;
                    overcast=0.60000002;
                    sunAngle=-24;
                    sunOrMoon=0;
                    diffuse[]=
                    {
                        {0.14,0.19,0.30000001},
                        4
                    };
                    diffuseCloud[]=
                    {
                        {0.14,0.19,0.30000001},
                        3
                    };
                    ambient[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientMid[]=
                    {
                        {0.1384,0.1912,0.29840001},
                        0.88
                    };
                    ambientMidCloud[]=
                    {
                        {0.1384,0.1912,0.29840001},
                        0.88
                    };
                    groundReflection[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    groundReflectionCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    bidirect[]={0.025,0.025,0.023};
                    bidirectCloud[]={0.024499999,0.024499999,0.022539999};
                    sky[]={0.23100001,0.31400001,0.46700001};
                    skyAroundSun[]={0.2,0.25,0.44999999};
                    fogColor[]=
                    {
                        {0.090000004,0.13699999,0.22},
                        0.025
                    };
                    apertureMin=4;
                    apertureStandard=4;
                    apertureMax=8;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {0.5,0.64999998,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting14
                {
                    height=0;
                    overcast=0.60000002;
                    sunAngle=-12;
                    sunOrMoon=0;
                    diffuse[]={0.1,0.18000001,0.30000001};
                    diffuseCloud[]={0.1,0.18000001,0.30000001};
                    ambient[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientMid[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.88
                    };
                    ambientMidCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.88
                    };
                    groundReflection[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    groundReflectionCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    bidirect[]={0,0,0};
                    bidirectCloud[]={0,0,0};
                    sky[]=
                    {
                        {0.212,0.30199999,0.50999999},
                        1
                    };
                    skyAroundSun[]={0.2,0.25,0.44999999};
                    fogColor[]=
                    {
                        {0.093999997,0.141,0.23100001},
                        0.025
                    };
                    apertureMin=4;
                    apertureStandard=4;
                    apertureMax=8;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting15
                {
                    height=0;
                    overcast=0.60000002;
                    sunAngle=-11;
                    sunOrMoon=0.5;
                    diffuse[]={0.1,0.18000001,0.30000001};
                    diffuseCloud[]={0.1,0.18000001,0.30000001};
                    ambient[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientMid[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.88
                    };
                    ambientMidCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.88
                    };
                    groundReflection[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    groundReflectionCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    bidirect[]={0,0,0};
                    bidirectCloud[]={0,0,0};
                    sky[]=
                    {
                        {0.212,0.30199999,0.50999999},
                        1
                    };
                    skyAroundSun[]={0.2,0.25,0.44999999};
                    fogColor[]=
                    {
                        {0.093999997,0.141,0.23100001},
                        0.025
                    };
                    apertureMin=4;
                    apertureStandard=4;
                    apertureMax=8;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting16
                {
                    height=0;
                    overcast=0.60000002;
                    sunAngle=-10;
                    sunOrMoon=1;
                    diffuse[]={0.1,0.18000001,0.30000001};
                    diffuseCloud[]={0.1,0.18000001,0.30000001};
                    ambient[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        1
                    };
                    ambientMid[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.88
                    };
                    ambientMidCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.88
                    };
                    groundReflection[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    groundReflectionCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8448
                    };
                    bidirect[]={0,0,0};
                    bidirectCloud[]={0,0,0};
                    sky[]=
                    {
                        {0.212,0.30199999,0.50999999},
                        1
                    };
                    skyAroundSun[]=
                    {
                        {0.2,0.25,0.44999999},
                        4.7349081
                    };
                    fogColor[]=
                    {
                        {0.093999997,0.141,0.23100001},
                        0.025
                    };
                    apertureMin=4;
                    apertureStandard=5;
                    apertureMax=10;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting17
                {
                    height=0;
                    overcast=0.60000002;
                    sunAngle=-5;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.16,0.18000001,0.28},
                        2.25
                    };
                    diffuseCloud[]=
                    {
                        {0.16,0.18000001,0.28},
                        1.6875
                    };
                    ambient[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        4.5999999
                    };
                    ambientCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        4.5999999
                    };
                    ambientMid[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        4.0479999
                    };
                    ambientMidCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        4.0479999
                    };
                    groundReflection[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        3.88608
                    };
                    groundReflectionCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        3.88608
                    };
                    bidirect[]={0.0115,0.012,0.0125};
                    bidirectCloud[]={0.01127,0.01176,0.01225};
                    sky[]=
                    {
                        {0.2,0.29800001,0.54100001},
                        4.5999999
                    };
                    skyAroundSun[]=
                    {
                        {0.69999999,0.34999999,0.28},
                        7.6369491
                    };
                    fogColor[]=
                    {
                        {0.106,0.161,0.26699999},
                        4.7150002
                    };
                    apertureMin=5;
                    apertureStandard=6;
                    apertureMax=18;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting18
                {
                    height=0;
                    overcast=0.60000002;
                    sunAngle=-2;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.25,0.20999999,0.2},
                        3.75
                    };
                    diffuseCloud[]=
                    {
                        {0.25,0.20999999,0.2},
                        2.8125
                    };
                    ambient[]=
                    {
                        {0.19599999,0.27500001,0.41999999},
                        6.9000001
                    };
                    ambientCloud[]=
                    {
                        {0.19599999,0.27500001,0.41999999},
                        6.9000001
                    };
                    ambientMid[]=
                    {
                        {0.19599999,0.27500001,0.41999999},
                        6.072
                    };
                    ambientMidCloud[]=
                    {
                        {0.19599999,0.27500001,0.41999999},
                        6.072
                    };
                    groundReflection[]=
                    {
                        {0.19599999,0.27500001,0.41999999},
                        5.8291202
                    };
                    groundReflectionCloud[]=
                    {
                        {0.19599999,0.27500001,0.41999999},
                        5.8291202
                    };
                    bidirect[]={0.023,0.024,0.025};
                    bidirectCloud[]={0.023,0.024,0.025};
                    sky[]=
                    {
                        {0.18799999,0.28999999,0.57599998},
                        6.9000001
                    };
                    skyAroundSun[]=
                    {
                        {1.8,0.41999999,0.2},
                        12.31766
                    };
                    fogColor[]=
                    {
                        {0.11,0.169,0.28600001},
                        7.0725002
                    };
                    apertureMin=6;
                    apertureStandard=8;
                    apertureMax=20;
                    standardAvgLum=20;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.037999999,0.067500003};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting19
                {
                    height=0;
                    overcast=0.60000002;
                    sunAngle=0;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.75,0.38,0.22},
                        4.5
                    };
                    diffuseCloud[]=
                    {
                        {0.75,0.38,0.22},
                        3.375
                    };
                    ambient[]=
                    {
                        {0.24969999,0.31,0.46700001},
                        7.8000002
                    };
                    ambientCloud[]=
                    {
                        {0.24969999,0.31,0.46700001},
                        7.8000002
                    };
                    ambientMid[]=
                    {
                        {0.25409999,0.31400001,0.46700001},
                        6.8639998
                    };
                    ambientMidCloud[]=
                    {
                        {0.25409999,0.31400001,0.46700001},
                        6.8639998
                    };
                    groundReflection[]=
                    {
                        {0.235,0.31799999,0.46700001},
                        6.5894399
                    };
                    groundReflectionCloud[]=
                    {
                        {0.235,0.31799999,0.46700001},
                        6.5894399
                    };
                    bidirect[]={0.023,0.024,0.025};
                    bidirectCloud[]={0.023,0.024,0.025};
                    sky[]=
                    {
                        {0.17299999,0.28200001,0.61199999},
                        7.8000002
                    };
                    skyAroundSun[]=
                    {
                        {2,0.41999999,0.2},
                        13.38876
                    };
                    fogColor[]=
                    {
                        {0.118,0.18000001,0.31},
                        7.9949999
                    };
                    apertureMin=7;
                    apertureStandard=9;
                    apertureMax=22;
                    standardAvgLum=45;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.037999999,0.067500003};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting20
                {
                    height=0;
                    overcast=0.60000002;
                    sunAngle=2;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.94999999,0.41999999,0.22},
                        6.7199998
                    };
                    diffuseCloud[]=
                    {
                        {0.94999999,0.41999999,0.22},
                        5.04
                    };
                    ambient[]=
                    {
                        {0.30599999,0.35699999,0.463},
                        8.3999996
                    };
                    ambientCloud[]=
                    {
                        {0.30599999,0.35699999,0.463},
                        8.3999996
                    };
                    ambientMid[]=
                    {
                        {0.36500001,0.361,0.396},
                        7.3920002
                    };
                    ambientMidCloud[]=
                    {
                        {0.36500001,0.361,0.396},
                        7.3920002
                    };
                    groundReflection[]=
                    {
                        {0.41600001,0.38,0.38800001},
                        7.0963202
                    };
                    groundReflectionCloud[]=
                    {
                        {0.41600001,0.38,0.38800001},
                        7.0963202
                    };
                    bidirect[]={0.023,0.024,0.025};
                    bidirectCloud[]={0.023,0.024,0.025};
                    sky[]=
                    {
                        {0.15700001,0.27500001,0.65100002},
                        8.3999996
                    };
                    skyAroundSun[]=
                    {
                        {2.2,0.80000001,0.2},
                        13.38876
                    };
                    fogColor[]=
                    {
                        {0.125,0.192,0.329},
                        8.6099997
                    };
                    apertureMin=8;
                    apertureStandard=10;
                    apertureMax=24;
                    standardAvgLum=50;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.037999999,0.067500003};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting21
                {
                    height=0;
                    overcast=0.60000002;
                    sunAngle=6;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.94999999,0.55000001,0.34999999},
                        10.2
                    };
                    diffuseCloud[]=
                    {
                        {0.94999999,0.55000001,0.34999999},
                        7.6500001
                    };
                    ambient[]=
                    {
                        {0.33700001,0.40400001,0.52499998},
                        9.6000004
                    };
                    ambientCloud[]=
                    {
                        {0.33700001,0.40400001,0.52499998},
                        9.6000004
                    };
                    ambientMid[]=
                    {
                        {0.412,0.40799999,0.44299999},
                        8.448
                    };
                    ambientMidCloud[]=
                    {
                        {0.412,0.40799999,0.44299999},
                        8.448
                    };
                    groundReflection[]=
                    {
                        {0.47499999,0.435,0.43099999},
                        8.1100798
                    };
                    groundReflectionCloud[]=
                    {
                        {0.47499999,0.435,0.43099999},
                        8.1100798
                    };
                    bidirect[]={0.01375,0.0132,0.01265};
                    bidirectCloud[]={0.01375,0.0132,0.01265};
                    sky[]=
                    {
                        {0.145,0.26300001,0.68599999},
                        9.6000004
                    };
                    skyAroundSun[]=
                    {
                        {0.40000001,0.31999999,0.60000002},
                        13.38876
                    };
                    fogColor[]=
                    {
                        {0.133,0.204,0.35699999},
                        9.8400002
                    };
                    apertureMin=8;
                    apertureStandard=16;
                    apertureMax=26;
                    standardAvgLum=100;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.027000001,0.045000002};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting22
                {
                    height=0;
                    overcast=0.60000002;
                    sunAngle=12;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {1,0.64999998,0.44999999},
                        12.3
                    };
                    diffuseCloud[]=
                    {
                        {1,0.64999998,0.44999999},
                        9.2250004
                    };
                    ambient[]=
                    {
                        {0.38800001,0.47099999,0.61199999},
                        10.9
                    };
                    ambientCloud[]=
                    {
                        {0.38800001,0.47099999,0.61199999},
                        10.9
                    };
                    ambientMid[]=
                    {
                        {0.48199999,0.47499999,0.50599998},
                        9.8100004
                    };
                    ambientMidCloud[]=
                    {
                        {0.48199999,0.47499999,0.50599998},
                        9.8100004
                    };
                    groundReflection[]=
                    {
                        {0.55699998,0.50999999,0.49399999},
                        9.4175997
                    };
                    groundReflectionCloud[]=
                    {
                        {0.55699998,0.50999999,0.49399999},
                        9.4175997
                    };
                    bidirect[]={0.018750001,0.017999999,0.01725};
                    bidirectCloud[]={0.018750001,0.017999999,0.01725};
                    sky[]=
                    {
                        {0.12899999,0.259,0.722},
                        10.9
                    };
                    skyAroundSun[]=
                    {
                        {0.13,0.25,0.80000001},
                        13.524
                    };
                    fogColor[]=
                    {
                        {0.145,0.22400001,0.396},
                        11.1725
                    };
                    apertureMin=20;
                    apertureStandard=25;
                    apertureMax=35;
                    standardAvgLum=250;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.017999999,0.039999999};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        12.24
                    };
                    swBrightness=1;
                };
                class Lighting23
                {
                    height=0;
                    overcast=0.60000002;
                    sunAngle=24;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {1,0.75,0.62},
                        15.8
                    };
                    diffuseCloud[]=
                    {
                        {1,0.75,0.62},
                        11.85
                    };
                    ambient[]=
                    {
                        {0.435,0.53299999,0.69800001},
                        13.8
                    };
                    ambientCloud[]=
                    {
                        {0.435,0.53299999,0.69800001},
                        13.8
                    };
                    ambientMid[]=
                    {
                        {0.54500002,0.54100001,0.56900001},
                        12.696
                    };
                    ambientMidCloud[]=
                    {
                        {0.54500002,0.54100001,0.56900001},
                        12.696
                    };
                    groundReflection[]=
                    {
                        {0.63499999,0.57999998,0.55699998},
                        12.18816
                    };
                    groundReflectionCloud[]=
                    {
                        {0.63499999,0.57999998,0.55699998},
                        12.18816
                    };
                    bidirect[]={0.025,0.024,0.017999999};
                    bidirectCloud[]={0.025,0.024,0.017999999};
                    sky[]=
                    {
                        {0.118,0.25099999,0.75300002},
                        13.8
                    };
                    skyAroundSun[]=
                    {
                        {0.115,0.245,0.80000001},
                        13.662
                    };
                    fogColor[]=
                    {
                        {0.15000001,0.25099999,0.48800001},
                        14.145
                    };
                    apertureMin=45;
                    apertureStandard=60;
                    apertureMax=80;
                    standardAvgLum=800;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        14.4
                    };
                    swBrightness=1;
                };
                class Lighting24
                {
                    height=0;
                    overcast=0.60000002;
                    sunAngle=45;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {1,0.87,0.85000002},
                        17
                    };
                    diffuseCloud[]=
                    {
                        {1,0.87,0.85000002},
                        12.75
                    };
                    ambient[]=
                    {
                        {0.498,0.602,0.76999998},
                        14.8
                    };
                    ambientCloud[]=
                    {
                        {0.498,0.602,0.76999998},
                        14.8
                    };
                    ambientMid[]=
                    {
                        {0.63499999,0.63499999,0.66299999},
                        13.616
                    };
                    ambientMidCloud[]=
                    {
                        {0.63499999,0.63499999,0.66299999},
                        13.616
                    };
                    groundReflection[]=
                    {
                        {0.745,0.671,0.64300001},
                        14.21392
                    };
                    groundReflectionCloud[]=
                    {
                        {0.745,0.671,0.64300001},
                        14.21392
                    };
                    bidirect[]={0.025,0.024,0.017999999};
                    bidirectCloud[]={0.025,0.024,0.017999999};
                    sky[]=
                    {
                        {0.02,0.12,0.80000001},
                        13.8
                    };
                    skyAroundSun[]=
                    {
                        {0.02,0.12,0.80000001},
                        13.8
                    };
                    fogColor[]=
                    {
                        {0.30000001,0.44,0.74000001},
                        13.9564
                    };
                    apertureMin=70;
                    apertureStandard=120;
                    apertureMax=120;
                    standardAvgLum=8000;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        14.8
                    };
                    swBrightness=1;
                };
                class Lighting25
                {
                    height=0;
                    overcast=0.60000002;
                    sunAngle=90;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {1,0.87,0.85000002},
                        17
                    };
                    diffuseCloud[]=
                    {
                        {1,0.87,0.85000002},
                        13.94
                    };
                    ambient[]=
                    {
                        {0.498,0.602,0.76999998},
                        14.8
                    };
                    ambientCloud[]=
                    {
                        {0.498,0.602,0.76999998},
                        14.8
                    };
                    ambientMid[]=
                    {
                        {0.63499999,0.63499999,0.66299999},
                        14.504
                    };
                    ambientMidCloud[]=
                    {
                        {0.63499999,0.63499999,0.66299999},
                        14.504
                    };
                    groundReflection[]=
                    {
                        {0.745,0.671,0.64300001},
                        14.21392
                    };
                    groundReflectionCloud[]=
                    {
                        {0.745,0.671,0.64300001},
                        14.21392
                    };
                    bidirect[]={0.025,0.024,0.017999999};
                    bidirectCloud[]={0.025,0.024,0.017999999};
                    sky[]=
                    {
                        {0.02,0.12,0.80000001},
                        13.8
                    };
                    skyAroundSun[]=
                    {
                        {0.02,0.12,0.80000001},
                        13.8
                    };
                    fogColor[]=
                    {
                        {0.30000001,0.44,0.74000001},
                        15
                    };
                    apertureMin=70;
                    apertureStandard=120;
                    apertureMax=120;
                    standardAvgLum=8000;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        14.8
                    };
                    swBrightness=1;
                };
                class Lighting26
                {
                    height=0;
                    overcast=0.85000002;
                    sunAngle=-24;
                    sunOrMoon=0;
                    diffuse[]=
                    {
                        {0.090000004,0.13699999,0.22},
                        1
                    };
                    diffuseCloud[]=
                    {
                        {0,0,0},
                        0.75
                    };
                    ambient[]=
                    {
                        {0.090000004,0.13699999,0.22},
                        1
                    };
                    ambientCloud[]=
                    {
                        {0.090000004,0.13699999,0.22},
                        1
                    };
                    ambientMid[]=
                    {
                        {0.090000004,0.13699999,0.22},
                        0.8624
                    };
                    ambientMidCloud[]=
                    {
                        {0.090000004,0.13699999,0.22},
                        0.8624
                    };
                    groundReflection[]=
                    {
                        {0.090000004,0.13699999,0.22},
                        0.75891203
                    };
                    groundReflectionCloud[]=
                    {
                        {0.090000004,0.13699999,0.22},
                        0.75891203
                    };
                    bidirect[]={0.0117,0.0117,0.0117};
                    bidirectCloud[]={0.0117,0.0117,0.0117};
                    sky[]={0.23100001,0.31400001,0.46700001};
                    skyAroundSun[]={0.2,0.25,0.44999999};
                    fogColor[]={0.090000004,0.13699999,0.22};
                    apertureMin=4;
                    apertureStandard=4;
                    apertureMax=8;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting27
                {
                    height=0;
                    overcast=0.85000002;
                    sunAngle=-12;
                    sunOrMoon=0;
                    diffuse[]={0.16954,0.23899999,0.37673};
                    diffuseCloud[]={0.042385001,0.059749998,0.094182998};
                    ambient[]=
                    {
                        {0.16954,0.23899999,0.37673},
                        1
                    };
                    ambientCloud[]=
                    {
                        {0.16954,0.23899999,0.37673},
                        1
                    };
                    ambientMid[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8624
                    };
                    ambientMidCloud[]=
                    {
                        {0.17299999,0.23899999,0.373},
                        0.8624
                    };
                    groundReflection[]=
                    {
                        {0.14704999,0.20315,0.31705001},
                        0.75891203
                    };
                    groundReflectionCloud[]=
                    {
                        {0.14704999,0.20315,0.31705001},
                        0.75891203
                    };
                    bidirect[]={0.0117,0.0117,0.0117};
                    bidirectCloud[]={0.0117,0.0117,0.0117};
                    sky[]=
                    {
                        {0.212,0.30199999,0.50999999},
                        1
                    };
                    skyAroundSun[]={0.2,0.25,0.44999999};
                    fogColor[]={0.122,0.169,0.255};
                    apertureMin=4;
                    apertureStandard=4;
                    apertureMax=8;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting28
                {
                    height=0;
                    overcast=0.85000002;
                    sunAngle=-11;
                    sunOrMoon=0.5;
                    diffuse[]={0.12899999,0.18000001,0.271};
                    diffuseCloud[]={0.032249998,0.045000002,0.067749999};
                    ambient[]=
                    {
                        {0.12899999,0.18000001,0.271},
                        1
                    };
                    ambientCloud[]=
                    {
                        {0.12899999,0.18000001,0.271},
                        1
                    };
                    ambientMid[]=
                    {
                        {0.12899999,0.184,0.26699999},
                        0.8624
                    };
                    ambientMidCloud[]=
                    {
                        {0.12899999,0.184,0.26699999},
                        0.8624
                    };
                    groundReflection[]=
                    {
                        {0.125,0.176,0.26300001},
                        0.75891203
                    };
                    groundReflectionCloud[]=
                    {
                        {0.125,0.176,0.26300001},
                        0.75891203
                    };
                    bidirect[]={0.0117,0.0117,0.0117};
                    bidirectCloud[]={0.0117,0.0117,0.0117};
                    sky[]=
                    {
                        {0.212,0.30199999,0.50999999},
                        1
                    };
                    skyAroundSun[]={0.2,0.25,0.44999999};
                    fogColor[]={0.122,0.169,0.255};
                    apertureMin=4;
                    apertureStandard=4;
                    apertureMax=8;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting29
                {
                    height=0;
                    overcast=0.85000002;
                    sunAngle=-10;
                    sunOrMoon=1;
                    diffuse[]={0.12899999,0.18000001,0.271};
                    diffuseCloud[]={0.032249998,0.045000002,0.067749999};
                    ambient[]=
                    {
                        {0.12899999,0.18000001,0.271},
                        1
                    };
                    ambientCloud[]=
                    {
                        {0.12899999,0.18000001,0.271},
                        1
                    };
                    ambientMid[]=
                    {
                        {0.12899999,0.184,0.26699999},
                        0.8624
                    };
                    ambientMidCloud[]=
                    {
                        {0.12899999,0.184,0.26699999},
                        0.8624
                    };
                    groundReflection[]=
                    {
                        {0.125,0.176,0.26300001},
                        0.75891203
                    };
                    groundReflectionCloud[]=
                    {
                        {0.125,0.176,0.26300001},
                        0.75891203
                    };
                    bidirect[]={0.0117,0.0117,0.0117};
                    bidirectCloud[]={0.0117,0.0117,0.0117};
                    sky[]=
                    {
                        {0.212,0.30199999,0.50999999},
                        1
                    };
                    skyAroundSun[]=
                    {
                        {0.2,0.25,0.44999999},
                        4.7349081
                    };
                    fogColor[]={0.122,0.169,0.255};
                    apertureMin=4;
                    apertureStandard=4;
                    apertureMax=10;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting30
                {
                    height=0;
                    overcast=0.85000002;
                    sunAngle=-5;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.15700001,0.212,0.30599999},
                        0.5625
                    };
                    diffuseCloud[]=
                    {
                        {0.039250001,0.052999999,0.076499999},
                        0.39375001
                    };
                    ambient[]=
                    {
                        {0.15700001,0.212,0.30599999},
                        3.22
                    };
                    ambientCloud[]=
                    {
                        {0.15700001,0.212,0.30599999},
                        3.22
                    };
                    ambientMid[]=
                    {
                        {0.15700001,0.208,0.29800001},
                        3.9670401
                    };
                    ambientMidCloud[]=
                    {
                        {0.15700001,0.208,0.29800001},
                        3.9670401
                    };
                    groundReflection[]=
                    {
                        {0.149,0.204,0.28999999},
                        3.649677
                    };
                    groundReflectionCloud[]=
                    {
                        {0.149,0.204,0.28999999},
                        3.649677
                    };
                    bidirect[]={0.0117,0.0117,0.0117};
                    bidirectCloud[]={0.0117,0.0117,0.0117};
                    sky[]=
                    {
                        {0.2,0.29800001,0.54100001},
                        4.5999999
                    };
                    skyAroundSun[]=
                    {
                        {0.69999999,0.34999999,0.28},
                        7.6369491
                    };
                    fogColor[]=
                    {
                        {0.141,0.192,0.28200001},
                        3.9670401
                    };
                    apertureMin=5;
                    apertureStandard=5;
                    apertureMax=18;
                    standardAvgLum=4;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting31
                {
                    height=0;
                    overcast=0.85000002;
                    sunAngle=-2;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.184,0.24699999,0.34099999},
                        0.9375
                    };
                    diffuseCloud[]=
                    {
                        {0.046,0.061749998,0.085249998},
                        0.65625
                    };
                    ambient[]=
                    {
                        {0.184,0.24699999,0.34099999},
                        6.9000001
                    };
                    ambientCloud[]=
                    {
                        {0.184,0.24699999,0.34099999},
                        6.9000001
                    };
                    ambientMid[]=
                    {
                        {0.184,0.243,0.329},
                        5.9505601
                    };
                    ambientMidCloud[]=
                    {
                        {0.184,0.243,0.329},
                        5.9505601
                    };
                    groundReflection[]=
                    {
                        {0.176,0.23100001,0.322},
                        5.5935259
                    };
                    groundReflectionCloud[]=
                    {
                        {0.176,0.23100001,0.322},
                        5.5935259
                    };
                    bidirect[]={0.0117,0.0117,0.0117};
                    bidirectCloud[]={0.0117,0.0117,0.0117};
                    sky[]=
                    {
                        {0.18799999,0.28999999,0.57599998},
                        6.9000001
                    };
                    skyAroundSun[]=
                    {
                        {1.8,0.41999999,0.2},
                        12.31766
                    };
                    fogColor[]=
                    {
                        {0.16500001,0.22,0.31},
                        5.9505601
                    };
                    apertureMin=6;
                    apertureStandard=6;
                    apertureMax=20;
                    standardAvgLum=20;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.037999999,0.067500003};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting32
                {
                    height=0;
                    overcast=0.85000002;
                    sunAngle=0;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.21600001,0.28600001,0.384},
                        1.125
                    };
                    diffuseCloud[]=
                    {
                        {0.054000001,0.071500003,0.096000001},
                        0.78750002
                    };
                    ambient[]=
                    {
                        {0.21600001,0.28600001,0.384},
                        7.8000002
                    };
                    ambientCloud[]=
                    {
                        {0.21600001,0.28600001,0.384},
                        7.8000002
                    };
                    ambientMid[]=
                    {
                        {0.22,0.278,0.36500001},
                        6.7267199
                    };
                    ambientMidCloud[]=
                    {
                        {0.22,0.278,0.36500001},
                        6.7267199
                    };
                    groundReflection[]=
                    {
                        {0.204,0.26699999,0.35299999},
                        6.4576511
                    };
                    groundReflectionCloud[]=
                    {
                        {0.204,0.26699999,0.35299999},
                        6.4576511
                    };
                    bidirect[]={0.0117,0.0117,0.0117};
                    bidirectCloud[]={0.0117,0.0117,0.0117};
                    sky[]=
                    {
                        {0.17299999,0.28200001,0.61199999},
                        7.8000002
                    };
                    skyAroundSun[]=
                    {
                        {2,0.41999999,0.2},
                        13.38876
                    };
                    fogColor[]=
                    {
                        {0.18799999,0.24699999,0.34099999},
                        6.7267199
                    };
                    apertureMin=7;
                    apertureStandard=7;
                    apertureMax=22;
                    standardAvgLum=45;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.037999999,0.067500003};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting33
                {
                    height=0;
                    overcast=0.85000002;
                    sunAngle=2;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.255,0.32499999,0.41999999},
                        1.6799999
                    };
                    diffuseCloud[]=
                    {
                        {0.063749999,0.081249997,0.105},
                        1.176
                    };
                    ambient[]=
                    {
                        {0.255,0.32499999,0.41999999},
                        8.3999996
                    };
                    ambientCloud[]=
                    {
                        {0.255,0.32499999,0.41999999},
                        8.3999996
                    };
                    ambientMid[]=
                    {
                        {0.259,0.31400001,0.396},
                        7.2441602
                    };
                    ambientMidCloud[]=
                    {
                        {0.259,0.31400001,0.396},
                        7.2441602
                    };
                    groundReflection[]=
                    {
                        {0.23899999,0.294,0.37599999},
                        7.099277
                    };
                    groundReflectionCloud[]=
                    {
                        {0.23899999,0.294,0.37599999},
                        7.099277
                    };
                    bidirect[]={0.0117,0.0117,0.0117};
                    bidirectCloud[]={0.0117,0.0117,0.0117};
                    sky[]=
                    {
                        {0.15700001,0.27500001,0.65100002},
                        8.3999996
                    };
                    skyAroundSun[]=
                    {
                        {2.2,0.80000001,0.2},
                        13.38876
                    };
                    fogColor[]=
                    {
                        {0.21600001,0.27500001,0.373},
                        7.2441602
                    };
                    apertureMin=8;
                    apertureStandard=8;
                    apertureMax=24;
                    standardAvgLum=50;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.037999999,0.067500003};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting34
                {
                    height=0;
                    overcast=0.85000002;
                    sunAngle=6;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.29800001,0.36500001,0.45100001},
                        2.55
                    };
                    diffuseCloud[]=
                    {
                        {0.074500002,0.091250002,0.11275},
                        1.785
                    };
                    ambient[]=
                    {
                        {0.29800001,0.36500001,0.45100001},
                        9.6000004
                    };
                    ambientCloud[]=
                    {
                        {0.29800001,0.36500001,0.45100001},
                        9.6000004
                    };
                    ambientMid[]=
                    {
                        {0.30199999,0.34900001,0.41600001},
                        8.2790403
                    };
                    ambientMidCloud[]=
                    {
                        {0.30199999,0.34900001,0.41600001},
                        8.2790403
                    };
                    groundReflection[]=
                    {
                        {0.27500001,0.31799999,0.384},
                        8.1134596
                    };
                    groundReflectionCloud[]=
                    {
                        {0.27500001,0.31799999,0.384},
                        8.1134596
                    };
                    bidirect[]={0.0117,0.0117,0.0117};
                    bidirectCloud[]={0.0117,0.0117,0.0117};
                    sky[]=
                    {
                        {0.145,0.26300001,0.68599999},
                        9.6000004
                    };
                    skyAroundSun[]=
                    {
                        {0.40000001,0.31999999,0.60000002},
                        13.38876
                    };
                    fogColor[]=
                    {
                        {0.243,0.30599999,0.40799999},
                        8.2790403
                    };
                    apertureMin=8;
                    apertureStandard=14;
                    apertureMax=26;
                    standardAvgLum=100;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.027000001,0.045000002};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting35
                {
                    height=0;
                    overcast=0.85000002;
                    sunAngle=12;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.37599999,0.43099999,0.50599998},
                        3.075
                    };
                    diffuseCloud[]=
                    {
                        {0.093999997,0.10775,0.1265},
                        2.1524999
                    };
                    ambient[]=
                    {
                        {0.37599999,0.43099999,0.50599998},
                        10.9
                    };
                    ambientCloud[]=
                    {
                        {0.37599999,0.43099999,0.50599998},
                        10.9
                    };
                    ambientMid[]=
                    {
                        {0.38,0.40799999,0.447},
                        9.6138
                    };
                    ambientMidCloud[]=
                    {
                        {0.38,0.40799999,0.447},
                        9.6138
                    };
                    groundReflection[]=
                    {
                        {0.329,0.361,0.396},
                        9.421524
                    };
                    groundReflectionCloud[]=
                    {
                        {0.329,0.361,0.396},
                        9.421524
                    };
                    bidirect[]={0.0117,0.0117,0.0117};
                    bidirectCloud[]={0.0117,0.0117,0.0117};
                    sky[]=
                    {
                        {0.12899999,0.259,0.722},
                        10.9
                    };
                    skyAroundSun[]=
                    {
                        {0.13,0.25,0.80000001},
                        13.524
                    };
                    fogColor[]=
                    {
                        {0.28600001,0.35299999,0.463},
                        9.6138
                    };
                    apertureMin=20;
                    apertureStandard=22;
                    apertureMax=35;
                    standardAvgLum=250;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.017999999,0.039999999};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        12.24
                    };
                    swBrightness=1;
                };
                class Lighting36
                {
                    height=0;
                    overcast=0.85000002;
                    sunAngle=24;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.447,0.49399999,0.55699998},
                        3.95
                    };
                    diffuseCloud[]=
                    {
                        {0,0,0},
                        2.7650001
                    };
                    ambient[]=
                    {
                        {0.447,0.49399999,0.55699998},
                        13.8
                    };
                    ambientCloud[]=
                    {
                        {0.447,0.49399999,0.55699998},
                        13.8
                    };
                    ambientMid[]=
                    {
                        {0.45500001,0.46700001,0.47499999},
                        12.44208
                    };
                    ambientMidCloud[]=
                    {
                        {0.45500001,0.46700001,0.47499999},
                        12.44208
                    };
                    groundReflection[]=
                    {
                        {0.38800001,0.396,0.40799999},
                        12.19324
                    };
                    groundReflectionCloud[]=
                    {
                        {0.38800001,0.396,0.40799999},
                        12.19324
                    };
                    bidirect[]={0.0117,0.0117,0.0117};
                    bidirectCloud[]={0.0117,0.0117,0.0117};
                    sky[]=
                    {
                        {0.118,0.25099999,0.75300002},
                        13.8
                    };
                    skyAroundSun[]=
                    {
                        {0.115,0.245,0.80000001},
                        13.662
                    };
                    fogColor[]=
                    {
                        {0.333,0.40400001,0.51800001},
                        12.44208
                    };
                    apertureMin=45;
                    apertureStandard=50;
                    apertureMax=80;
                    standardAvgLum=800;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        14.4
                    };
                    swBrightness=1;
                };
                class Lighting37
                {
                    height=0;
                    overcast=0.85000002;
                    sunAngle=45;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.50599998,0.55299997,0.60799998},
                        4.25
                    };
                    diffuseCloud[]={0.1265,0.13824999,0.152};
                    ambient[]=
                    {
                        {0.50599998,0.55299997,0.60799998},
                        14.8
                    };
                    ambientCloud[]=
                    {
                        {0.50599998,0.55299997,0.60799998},
                        14.8
                    };
                    ambientMid[]=
                    {
                        {0.514,0.51800001,0.514},
                        13.34368
                    };
                    ambientMidCloud[]=
                    {
                        {0.514,0.51800001,0.514},
                        13.34368
                    };
                    groundReflection[]=
                    {
                        {0.435,0.43900001,0.43900001},
                        13.07681
                    };
                    groundReflectionCloud[]=
                    {
                        {0.435,0.43900001,0.43900001},
                        13.07681
                    };
                    bidirect[]={0.0117,0.0117,0.0117};
                    bidirectCloud[]={0.0117,0.0117,0.0117};
                    sky[]=
                    {
                        {0.02,0.12,0.80000001},
                        13.8
                    };
                    skyAroundSun[]=
                    {
                        {0.02,0.12,0.80000001},
                        13.8
                    };
                    fogColor[]=
                    {
                        {0.36899999,0.447,0.565},
                        13.34368
                    };
                    apertureMin=70;
                    apertureStandard=100;
                    apertureMax=120;
                    standardAvgLum=8000;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        14.8
                    };
                    swBrightness=1;
                };
                class Lighting38
                {
                    height=0;
                    overcast=0.85000002;
                    sunAngle=90;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.54900002,0.59600002,0.65100002},
                        4.25
                    };
                    diffuseCloud[]={0.13725001,0.149,0.16275001};
                    ambient[]=
                    {
                        {0.54900002,0.59600002,0.65100002},
                        14.8
                    };
                    ambientCloud[]=
                    {
                        {0.54900002,0.59600002,0.65100002},
                        14.8
                    };
                    ambientMid[]=
                    {
                        {0.55699998,0.55699998,0.58499998},
                        14.21392
                    };
                    ambientMidCloud[]=
                    {
                        {0.55699998,0.55699998,0.58499998},
                        14.21392
                    };
                    groundReflection[]=
                    {
                        {0.47099999,0.47099999,0.463},
                        13.92964
                    };
                    groundReflectionCloud[]=
                    {
                        {0.47099999,0.47099999,0.463},
                        13.92964
                    };
                    bidirect[]={0.0117,0.0117,0.0117};
                    bidirectCloud[]={0.0117,0.0117,0.0117};
                    sky[]=
                    {
                        {0.02,0.12,0.80000001},
                        13.8
                    };
                    skyAroundSun[]=
                    {
                        {0.02,0.12,0.80000001},
                        13.8
                    };
                    fogColor[]=
                    {
                        {0.40000001,0.47999999,0.60000002},
                        15
                    };
                    apertureMin=70;
                    apertureStandard=110;
                    apertureMax=120;
                    standardAvgLum=8000;
                    desiredLuminanceCoef=1;
                    desiredLuminanceCoefCloud=1;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=0.5;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        14.8
                    };
                    swBrightness=1;
                };
                class Lighting39
                {
                    height=-0.1;
                    overcast=0.80000001;
                    sunAngle=-24;
                    sunOrMoon=0;
                    diffuse[]=
                    {
                        {0.60000002,0.80000001,1},
                        2.8
                    };
                    diffuseCloud[]=
                    {
                        {0.60000002,0.80000001,1},
                        2.8
                    };
                    ambient[]=
                    {
                        {0.40000001,0.89999998,1},
                        0.83999997
                    };
                    ambientCloud[]=
                    {
                        {0.40000001,0.89999998,1},
                        0.83999997
                    };
                    ambientMid[]=
                    {
                        {0.23999999,0.63,1},
                        0.90719998
                    };
                    ambientMidCloud[]=
                    {
                        {0.23999999,0.63,1},
                        0.90719998
                    };
                    groundReflection[]=
                    {
                        {0.23999999,0.63,1},
                        0.87091202
                    };
                    groundReflectionCloud[]=
                    {
                        {0.23999999,0.63,1},
                        0.87091202
                    };
                    bidirect[]={0,0,0};
                    bidirectCloud[]={0,0,0};
                    sky[]={0,0.23549999,0.2335};
                    skyAroundSun[]={0,0.23549999,0.2335};
                    fogColor[]=
                    {
                        {0.090000004,0.13699999,0.22},
                        0.0275
                    };
                    apertureMin=4;
                    apertureStandard=4;
                    apertureMax=8;
                    standardAvgLum=4;
                    desiredLuminanceCoef=0;
                    desiredLuminanceCoefCloud=0;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=1;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting40
                {
                    height=-0.1;
                    overcast=0.80000001;
                    sunAngle=-5;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.60000002,0.80000001,1},
                        2.0999999
                    };
                    diffuseCloud[]=
                    {
                        {0.60000002,0.80000001,1},
                        2.0999999
                    };
                    ambient[]=
                    {
                        {0.40000001,0.89999998,1},
                        3.6800001
                    };
                    ambientCloud[]=
                    {
                        {0.40000001,0.89999998,1},
                        3.6800001
                    };
                    ambientMid[]=
                    {
                        {0.23999999,0.63,1},
                        3.9744
                    };
                    ambientMidCloud[]=
                    {
                        {0.23999999,0.63,1},
                        3.9744
                    };
                    groundReflection[]=
                    {
                        {0.23999999,0.63,1},
                        3.815424
                    };
                    groundReflectionCloud[]=
                    {
                        {0.23999999,0.63,1},
                        3.815424
                    };
                    bidirect[]={0,0,0};
                    bidirectCloud[]={0,0,0};
                    sky[]=
                    {
                        {0,0.2235,0.2705},
                        4.2319999
                    };
                    skyAroundSun[]=
                    {
                        {0,0.2235,0.2705},
                        7.6369491
                    };
                    fogColor[]=
                    {
                        {0.106,0.161,0.26699999},
                        4.7150002
                    };
                    apertureMin=5;
                    apertureStandard=6;
                    apertureMax=18;
                    standardAvgLum=4;
                    desiredLuminanceCoef=0;
                    desiredLuminanceCoefCloud=0;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=1;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting41
                {
                    height=-0.1;
                    overcast=0.80000001;
                    sunAngle=-2;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.60000002,0.80000001,1},
                        3.5
                    };
                    diffuseCloud[]=
                    {
                        {0.60000002,0.80000001,1},
                        3.5
                    };
                    ambient[]=
                    {
                        {0.40000001,0.89999998,1},
                        5.52
                    };
                    ambientCloud[]=
                    {
                        {0.40000001,0.89999998,1},
                        5.52
                    };
                    ambientMid[]=
                    {
                        {0.23999999,0.63,1},
                        5.9615998
                    };
                    ambientMidCloud[]=
                    {
                        {0.23999999,0.63,1},
                        5.9615998
                    };
                    groundReflection[]=
                    {
                        {0.23999999,0.63,1},
                        5.7231359
                    };
                    groundReflectionCloud[]=
                    {
                        {0.23999999,0.63,1},
                        5.7231359
                    };
                    bidirect[]={0,0,0};
                    bidirectCloud[]={0,0,0};
                    sky[]=
                    {
                        {0,0.2175,0.28799999},
                        6.348
                    };
                    skyAroundSun[]=
                    {
                        {0,0.2175,0.28799999},
                        12.31766
                    };
                    fogColor[]=
                    {
                        {0.11,0.169,0.28600001},
                        7.0725002
                    };
                    apertureMin=6;
                    apertureStandard=8;
                    apertureMax=20;
                    standardAvgLum=20;
                    desiredLuminanceCoef=0;
                    desiredLuminanceCoefCloud=0;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=1;
                    rayleigh[]={0.0070000002,0.037999999,0.067500003};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting42
                {
                    height=-0.1;
                    overcast=0.80000001;
                    sunAngle=0;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.60000002,0.80000001,1},
                        4.1999998
                    };
                    diffuseCloud[]=
                    {
                        {0.60000002,0.80000001,1},
                        4.1999998
                    };
                    ambient[]=
                    {
                        {0.40000001,0.89999998,1},
                        6.2399998
                    };
                    ambientCloud[]=
                    {
                        {0.40000001,0.89999998,1},
                        6.2399998
                    };
                    ambientMid[]=
                    {
                        {0.23999999,0.63,1},
                        6.7392001
                    };
                    ambientMidCloud[]=
                    {
                        {0.23999999,0.63,1},
                        6.7392001
                    };
                    groundReflection[]=
                    {
                        {0.23999999,0.63,1},
                        6.4696321
                    };
                    groundReflectionCloud[]=
                    {
                        {0.23999999,0.63,1},
                        6.4696321
                    };
                    bidirect[]={0,0,0};
                    bidirectCloud[]={0,0,0};
                    sky[]=
                    {
                        {0,0.2115,0.30599999},
                        7.1760001
                    };
                    skyAroundSun[]=
                    {
                        {0,0.2115,0.30599999},
                        13.38876
                    };
                    fogColor[]=
                    {
                        {0.118,0.18000001,0.31},
                        7.9949999
                    };
                    apertureMin=7;
                    apertureStandard=9;
                    apertureMax=22;
                    standardAvgLum=45;
                    desiredLuminanceCoef=0;
                    desiredLuminanceCoefCloud=0;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=1;
                    rayleigh[]={0.0070000002,0.037999999,0.067500003};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        11.016
                    };
                    swBrightness=1;
                };
                class Lighting43
                {
                    height=-0.1;
                    overcast=0.80000001;
                    sunAngle=45;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.60000002,0.80000001,1},
                        12.04
                    };
                    diffuseCloud[]=
                    {
                        {0.60000002,0.80000001,1},
                        12.04
                    };
                    ambient[]=
                    {
                        {0.40000001,0.89999998,1},
                        11.84
                    };
                    ambientCloud[]=
                    {
                        {0.40000001,0.89999998,1},
                        11.84
                    };
                    ambientMid[]=
                    {
                        {0.36000001,0.72000003,1},
                        11.4848
                    };
                    ambientMidCloud[]=
                    {
                        {0.36000001,0.72000003,1},
                        11.4848
                    };
                    groundReflection[]=
                    {
                        {0.36000001,0.72000003,1},
                        11.02541
                    };
                    groundReflectionCloud[]=
                    {
                        {0.36000001,0.72000003,1},
                        11.02541
                    };
                    bidirect[]={0,0,0};
                    bidirectCloud[]={0,0,0};
                    sky[]=
                    {
                        {0,0.090000004,0.40000001},
                        13.8
                    };
                    skyAroundSun[]=
                    {
                        {0,0.090000004,0.40000001},
                        13.8
                    };
                    fogColor[]=
                    {
                        {0.30000001,0.44,0.74000001},
                        16.5
                    };
                    apertureMin=12;
                    apertureStandard=18;
                    apertureMax=25;
                    standardAvgLum=150;
                    desiredLuminanceCoef=0;
                    desiredLuminanceCoefCloud=0;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=1;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        14.8
                    };
                    swBrightness=1;
                };
                class Lighting44
                {
                    height=-0.1;
                    overcast=0.80000001;
                    sunAngle=90;
                    sunOrMoon=1;
                    diffuse[]=
                    {
                        {0.60000002,0.80000001,1},
                        12.04
                    };
                    diffuseCloud[]=
                    {
                        {0.60000002,0.80000001,1},
                        12.04
                    };
                    ambient[]=
                    {
                        {0.40000001,0.89999998,1},
                        11.84
                    };
                    ambientCloud[]=
                    {
                        {0.40000001,0.89999998,1},
                        11.84
                    };
                    ambientMid[]=
                    {
                        {0.36000001,0.72000003,1},
                        11.4848
                    };
                    ambientMidCloud[]=
                    {
                        {0.36000001,0.72000003,1},
                        11.4848
                    };
                    groundReflection[]=
                    {
                        {0.36000001,0.72000003,1},
                        11.02541
                    };
                    groundReflectionCloud[]=
                    {
                        {0.36000001,0.72000003,1},
                        11.02541
                    };
                    bidirect[]={0,0,0};
                    bidirectCloud[]={0,0,0};
                    sky[]=
                    {
                        {0,0.090000004,0.40000001},
                        13.8
                    };
                    skyAroundSun[]=
                    {
                        {0,0.090000004,0.40000001},
                        13.8
                    };
                    fogColor[]=
                    {
                        {0.30000001,0.44,0.74000001},
                        16.5
                    };
                    apertureMin=12;
                    apertureStandard=18;
                    apertureMax=25;
                    standardAvgLum=150;
                    desiredLuminanceCoef=0;
                    desiredLuminanceCoefCloud=0;
                    luminanceRectCoef=1;
                    luminanceRectCoefCloud=1;
                    rayleigh[]={0.0070000002,0.01388,0.035};
                    mie[]={0.0049999999,0.0049999999,0.0049999999};
                    cloudsColor[]=
                    {
                        {1,1,1},
                        14.8
                    };
                    swBrightness=1;
                };
            };
            class Lighting: Lighting
            {
                class BrightAlmost: DayLightingBrightAlmost
                {
                    overcast=0;
                };
                class Rainy: DayLightingRainy
                {
                    overcast=1;
                };
            };
            class Overcast: Overcast
            {
                class Weather1: Weather1
                {
                    sky="A3\Map_Stratis\Data\sky_clear_gs.paa";
                    horizon="A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
                    skyR="A3\Map_Stratis\Data\sky_clear_lco.paa";
                };
                class Weather7: Weather1
                {
                    sky="A3\Map_Stratis\Data\sky_clear_gs.paa";
                    horizon="A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
                    skyR="A3\Map_Stratis\Data\sky_clear_lco.paa";
                };
                class Weather2: Weather2
                {
                    sky="A3\Map_Stratis\Data\sky_clear_gs.paa";
                    horizon="A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
                    skyR="A3\Map_Stratis\Data\sky_almostclear_lco.paa";
                };
                class Weather3: Weather3
                {
                    sky="A3\Map_Stratis\Data\sky_clear_gs.paa";
                    horizon="A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
                    skyR="A3\Map_Stratis\Data\sky_cloudy_lco.paa";
                };
                class Weather4: Weather4
                {
                    sky="A3\Map_Stratis\Data\sky_clear_gs.paa";
                    horizon="A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
                    skyR="A3\Map_Stratis\Data\sky_cloudy_lco.paa";
                };
                class Weather5: Weather5
                {
                    sky="A3\Map_Stratis\Data\sky_clear_gs.paa";
                    horizon="A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
                    skyR="A3\Map_Stratis\Data\sky_overcast_lco.paa";
                };
                class Weather6: Weather6
                {
                    sky="A3\Map_Stratis\Data\sky_clear_gs.paa";
                    horizon="A3\Map_Stratis\Data\sky_clear_horizont_sky.paa";
                    skyR="A3\Map_Stratis\Data\sky_overcast_lco.paa";
                };
            };
        };
        humidityUpCoef=0.1;
        humidityDownCoef=0.050000001;
        class SimulWeather
        {
            noiseTexture="a3\data_f\noise_raw.paa";
            numKeyframesPerDay=48;
            windSpeedCoef="10.0f";
            moonIrradianceCoef="10.0f";
            fadeMaxDistanceKm=1000;
            fadeMaxAltitudeKm=15;
            fadeNumAltitudes=8;
            fadeNumElevations=8;
            fadeNumDistances=8;
            fadeEarthTest=1;
            autoBrightness=0;
            autoBrightnessStrength=0.1;
            cloudGridWidth=64;
            cloudGridLength=64;
            cloudGridHeight=16;
            helperGridElevationSteps=24;
            helperGridAzimuthSteps=15;
            helperEffectiveEarthRadius=1000000;
            helperCurvedEarth=1;
            helperAdjustCurvature=0;
            helperNumLayers=120;
            helperMaxDistance=160000;
            helperNearCloudFade=0.1;
            helperChurn=10;
            cloudWidth=40000;
            cloudLength=40000;
            wrapClouds=1;
            noiseResolution=8;
            noisePeriod=4;
            opticalDensity=0.5;
            alphaSharpness=0.85000002;
            selfShadowScale=0.90499997;
            mieAsymmetry=0.50870001;
            minimumLightElevationDegrees=6;
            directLightCoef=1;
            indirectLightCoef=0.039999999;
            fogStart=0;
            fogEnd=50000;
            fogHeight=2000;
            class DefaultKeyframe
            {
                rayleigh[]={0.0074900002,0.01388,0.02878};
                mie[]={0.0046000001,0.0046000001,0.0046000001};
                haze=30;
                hazeBaseKm=5;
                hazeScaleKm=1;
                hazeEccentricity=1;
                brightnessAdjustment=1;
                cloudiness=0.60000002;
                cloudBaseKm=2.8499999;
                cloudHeightKm=6;
                directLight=1;
                indirectLight=1;
                ambientLight=0.2;
                noiseOctaves=4.3000002;
                noisePersistence=0.53500003;
                fractalAmplitude=2.3;
                fractalWavelength=240;
                extinction=4.6999998;
                diffusivity=0.001;
            };
            class Overcast
            {
                class Weather1: DefaultKeyframe
                {
                    overcast=0;
                    cloudiness=0;
                    diffusivity=0.001;
                    seqFileKeyframe=0;
                };
                class Weather2: DefaultKeyframe
                {
                    overcast=0.2;
                    cloudiness=0.25;
                    diffusivity=0.001;
                    seqFileKeyframe=0;
                };
                class Weather3: DefaultKeyframe
                {
                    overcast=0.40000001;
                    cloudiness=0.44999999;
                    diffusivity=0.001;
                    seqFileKeyframe=3;
                };
                class Weather4: DefaultKeyframe
                {
                    overcast=0.5;
                    cloudiness=0.46000001;
                    diffusivity=0.0099999998;
                    seqFileKeyframe=4;
                };
                class Weather5: DefaultKeyframe
                {
                    overcast=0.80000001;
                    cloudiness=0.80000001;
                    diffusivity=0.0099999998;
                    extinction=4.3000002;
                    cloudBaseKm=1.9;
                    cloudHeightKm=8;
                    seqFileKeyframe=4;
                };
                class Weather6: DefaultKeyframe
                {
                    overcast=1;
                    cloudiness=1;
                    diffusivity=0.001;
                    extinction=4;
                    cloudBaseKm=1.7;
                    cloudHeightKm=10;
                    seqFileKeyframe=4;
                };
            };
        };
        hazeDistCoef=0.1;
        hazeFogCoef=0.98000002;
        hazeBaseHeight=0;
        hazeBaseBeta0=7.9999998e-005;
        hazeDensityDecay=0.00036000001;
        horizonParallaxCoef=0;
        horizonFogColorationStart=0.80000001;
        skyFogColorationStart=0.69999999;
        horizonSunColorationIntensity=0.001;
        aroundSunCoefMultiplier=1.4;
        aroundSunCoefExponent=12;
        soundMapSizeCoef=4;
        satelliteNormalBlendStart=10;
        satelliteNormalBlendEnd=100;
        skyObject="A3\Map_Stratis\data\obloha.p3d";
        horizontObject="A3\Map_Stratis\data\horizont.p3d";
        skyTexture="A3\Map_Stratis\data\sky_semicloudy_sky.paa";
        skyTextureR="A3\Map_Stratis\data\sky_semicloudy_lco.paa";
        terrainBlendMaxDarkenCoef=0.85000002;
        terrainBlendMaxBrightenCoef=0.15000001;
        access=3;
        worldId=1;
        cutscenes[]=
        {
            "Stratis_intro1"
        };
        description="Dusty Roads";
        icon="";
        worldName="DustyRoads\DustyRoads.wrp";
        previewVideo="A3\Map_Stratis_Scenes_F\Video\previewVideo.ogv";
        pictureMap="DustyRoads\data\picturemap_ca.paa";
        pictureShot="A3\map_Stratis\data\ui_Stratis_ca.paa";
        plateFormat="AS$-####";
        plateLetters="ABCDEGHIKLMNOPRSTVXZ";
        author="Chad Bohannon";
        mapSize=8192;
        mapZone=35;
        longitude=16.482;
        latitude=-35.097;
        elevationOffset=0;
        mapDrawingBrightnessModifier=1.5;
        class EnvMaps
        {
            class EnvMap1
            {
                texture="A3\Map_Stratis\data\env_land_ClearSky_ca.paa";
                overcast=0;
            };
            class EnvMap2
            {
                texture="A3\Map_Stratis\data\env_land_SemiCloudySky_ca.paa";
                overcast=0.30000001;
            };
            class EnvMap3
            {
                texture="A3\Map_Stratis\data\env_land_OvercastSky_ca.paa";
                overcast=0.60000002;
            };
        };
        newRoadsShape="\DustyRoads\data\roads\roads.shp";
        class OutsideTerrain
        {
            satellite="A3\map_Stratis\data\s_satout_co.paa";
            enableTerrainSynth=0;
            class Layers
            {
                class Layer0
                {
                    nopx="A3\Map_Data\gdt_grass_green_nopx.paa";
                    texture="A3\Map_Data\gdt_grass_green_co.paa";
                };
            };
            colorOutside[]={0.29411799,0.33333299,0.372549,1};
        };
        class Grid: Grid
        {
            offsetX=0;
            offsetY=8192;
            class Zoom1
            {
                zoomMax=0.2;
                format="XY";
                formatX="000";
                formatY="000";
                stepX=100;
                stepY=-100;
            };
            class Zoom2
            {
                zoomMax=0.94999999;
                format="XY";
                formatX="00";
                formatY="00";
                stepX=1000;
                stepY=-1000;
            };
            class Zoom3
            {
                zoomMax=1e+030;
                format="XY";
                formatX="0";
                formatY="0";
                stepX=10000;
                stepY=-10000;
            };
        };
        startTime="12:00";
        startDate="6/7/2035";
        centerPosition[]={2500,5650,1024};
        seagullPos[]={1024,150,1024};
        ilsPosition[]={1531,5019};
        ilsDirection[]={-0.2588,0.079999998,-0.9659};
        ilsTaxiOff[]={1776.33,5943.46,1796.3,5994.6401,1800.1801,6000.1499,1808.87,6001.77,1846.74,5991.52,1875.4301,5943.27,1845.88,5831.3999};
        ilsTaxiIn[]={1845.88,5831.3999,1613.95,4953.9102,1610.09,4947.5801,1601.67,4945.4399,1528.24,4964.7598,1522.46,4968.3398,1520.47,4976.6299,1525.46,4998.98};
        class ReplaceObjects
        {
        };
        class Sounds
        {
            sounds[]={};
        };
        class Animation
        {
            vehicles[]={};
        };
        clutterGrid=1.5;
        clutterDist=125;
        noDetailDist=65;
        fullDetailDist=15;
        midDetailTexture="A3\Map_Data\middle_mco.paa";
        minTreesInForestSquare=4;
        minRocksInRockSquare=4;
        class Subdivision
        {
            class Fractal
            {
                rougness=5;
                maxRoad=0.02;
                maxTrack=0.5;
                maxSlopeFactor=0.050000001;
            };
            class WhiteNoise
            {
                rougness=2;
                maxRoad=0.0099999998;
                maxTrack=0.050000001;
                maxSlopeFactor=0.0024999999;
            };
            minY=-0;
            minSlope=0.02;
        };
        class Ambient
        {
        };
        class AmbientA3
        {
            maxCost=500;
            class Radius440_500
            {
                areaSpawnRadius=70;
                areaMaxRadius=200;
                spawnCircleRadius=30;
                spawnInterval=4.6999998;
                class Species
                {
                    class Kestrel_random_F
                    {
                        maxCircleCount="((1 - night) * 2 * (1 - (WaterDepth interpolate [1,30,0,1])) + (2 * (hills))) * (1 - night)";
                        maxWorldCount=5;
                        cost=3;
                        spawnCount=1;
                        groupSpawnRadius=10;
                        maxAlt=200;
                        minAlt=-10;
                    };
                    class Seagull
                    {
                        maxCircleCount="((sea * (1 - night)) + (2 * houses * sea)) * (1 - night)";
                        maxWorldCount=40;
                        cost=3;
                        spawnCount=1;
                        groupSpawnRadius=10;
                        maxAlt=200;
                        minAlt=-10;
                    };
                    class Rabbit_F
                    {
                        maxCircleCount="(20 * (0.1 - houses)) * (1 - sea)";
                        maxWorldCount=5;
                        cost=5;
                        spawnCount=1;
                        groupSpawnRadius=10;
                        maxAlt=80;
                        minAlt=-5;
                    };
                };
            };
            class Radius40_60
            {
                areaSpawnRadius=50;
                areaMaxRadius=83;
                spawnCircleRadius=10;
                spawnInterval=1.5;
                class Species
                {
                    class CatShark_F
                    {
                        maxCircleCount="(4 * (WaterDepth interpolate [1,30,0,1]))";
                        maxWorldCount=10;
                        cost=6;
                        spawnCount=1;
                        groupSpawnRadius=10;
                        maxAlt=10;
                        minAlt=-80;
                    };
                    class Turtle_F
                    {
                        maxCircleCount="(2 * (waterDepth interpolate [1,16,0,1]) * ((1-houses) * (1-houses)))";
                        maxWorldCount=6;
                        cost=5;
                        spawnCount=1;
                        groupSpawnRadius=10;
                        maxAlt=10;
                        minAlt=-80;
                    };
                    class Snake_random_F
                    {
                        maxCircleCount="(1 - houses) * ((2 * (1 - sea)) + (2 * (meadow)))";
                        maxWorldCount=3;
                        cost=5;
                        spawnCount=1;
                        groupSpawnRadius=5;
                        maxAlt=40;
                        minAlt=-5;
                    };
                    class Salema_F
                    {
                        maxCircleCount="(12 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
                        maxWorldCount=40;
                        cost=5;
                        spawnCount=2;
                        groupSpawnRadius=5;
                        maxAlt=10;
                        minAlt=-80;
                    };
                    class Ornate_random_F
                    {
                        maxCircleCount="(12 * ((WaterDepth interpolate [1,30,0,1]) + 0.05))";
                        maxWorldCount=30;
                        cost=5;
                        spawnCount=3;
                        groupSpawnRadius=5;
                        maxAlt=10;
                        minAlt=-80;
                    };
                    class Mackerel_F
                    {
                        maxCircleCount="(8 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
                        maxWorldCount=14;
                        cost=5;
                        spawnCount=2;
                        groupSpawnRadius=5;
                        maxAlt=10;
                        minAlt=-80;
                    };
                    class Mullet_F
                    {
                        maxCircleCount="(8 * ((WaterDepth interpolate [1,30,0,1]) + 0.07))";
                        maxWorldCount=14;
                        cost=5;
                        spawnCount=2;
                        groupSpawnRadius=5;
                        maxAlt=10;
                        minAlt=-80;
                    };
                    class Tuna_F
                    {
                        maxCircleCount="(8 * ((WaterDepth interpolate [1,30,0,1]) - 0.2))";
                        maxWorldCount=10;
                        cost=5;
                        spawnCount=2;
                        groupSpawnRadius=5;
                        maxAlt=10;
                        minAlt=-80;
                    };
                };
            };
            class Radius30_40
            {
                areaSpawnRadius=30;
                areaMaxRadius=40;
                spawnCircleRadius=3;
                spawnInterval=3.75;
                class Species
                {
                    class DragonFly
                    {
                        maxCircleCount="4 * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * sea * (1 - windy)";
                        maxWorldCount=4;
                        cost=1;
                        spawnCount=1;
                        groupSpawnRadius=1;
                        maxAlt=30;
                        minAlt=-5;
                    };
                    class ButterFly_random
                    {
                        maxCircleCount="3 * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
                        maxWorldCount=6;
                        cost=1;
                        spawnCount=3;
                        groupSpawnRadius=1;
                        maxAlt=30;
                        minAlt=-5;
                    };
                    class FireFly
                    {
                        maxCircleCount="(6 * night) * (1 - sea) * (1 - houses) * (1 - windy)";
                        maxWorldCount=20;
                        cost=1;
                        spawnCount=3;
                        groupSpawnRadius=3;
                        maxAlt=30;
                        minAlt=-5;
                    };
                    class Cicada
                    {
                        maxCircleCount="(4 * night) * (1 - sea) * (1 - windy)";
                        maxWorldCount=6;
                        cost=1;
                        spawnCount=3;
                        groupSpawnRadius=3;
                        maxAlt=30;
                        minAlt=-5;
                    };
                };
            };
            class Radius15_20
            {
                areaSpawnRadius=15;
                areaMaxRadius=20;
                spawnCircleRadius=2;
                spawnInterval=2.8499999;
                class Species
                {
                    class FxWindGrass1
                    {
                        maxCircleCount="2 * (1 - (WaterDepth interpolate [1,30,0,1])) * (windy interpolate [0.1,0.25,0,1])";
                        maxWorldCount=3;
                        cost=1;
                        spawnCount=3;
                        groupSpawnRadius=2.5;
                        maxAlt=30;
                        minAlt=-5;
                    };
                    class FxWindGrass2
                    {
                        maxCircleCount="2 * (1 - (WaterDepth interpolate [1,30,0,1])) * (windy interpolate [0.1,0.25,0,1])";
                        maxWorldCount=3;
                        cost=1;
                        spawnCount=3;
                        groupSpawnRadius=2.5;
                        maxAlt=30;
                        minAlt=-5;
                    };
                    class FxWindLeaf1
                    {
                        maxCircleCount="2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
                        maxWorldCount=3;
                        cost=1;
                        spawnCount=3;
                        groupSpawnRadius=2.5;
                        maxAlt=30;
                        minAlt=-5;
                    };
                    class FxWindLeaf2
                    {
                        maxCircleCount="2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
                        maxWorldCount=3;
                        cost=1;
                        spawnCount=3;
                        groupSpawnRadius=2.5;
                        maxAlt=30;
                        minAlt=-5;
                    };
                    class FxWindLeaf3
                    {
                        maxCircleCount="2 * (trees + 0.5) * (windy interpolate [0.1,0.25,0,1])";
                        maxWorldCount=3;
                        cost=1;
                        spawnCount=3;
                        groupSpawnRadius=2.5;
                        maxAlt=30;
                        minAlt=-5;
                    };
                    class FxWindPollen1
                    {
                        maxCircleCount="(3 * (1 - (WaterDepth interpolate [1,30,0,1]))) * (windy interpolate [0.05,0.15,0,1])";
                        maxWorldCount=6;
                        cost=1;
                        spawnCount=1;
                        groupSpawnRadius=1;
                        maxAlt=30;
                        minAlt=-5;
                    };
                    class FxWindPaper1
                    {
                        maxCircleCount="(4 * (1 - (WaterDepth interpolate [1,30,0,1])) * houses) * windy";
                        maxWorldCount=2;
                        cost=1;
                        spawnCount=1;
                        groupSpawnRadius=1;
                        maxAlt=30;
                        minAlt=-5;
                    };
                    class FxWindPlastic1
                    {
                        maxCircleCount="(4 * (1 - (WaterDepth interpolate [1,30,0,1])) * houses) * windy";
                        maxWorldCount=2;
                        cost=1;
                        spawnCount=1;
                        groupSpawnRadius=1;
                        maxAlt=30;
                        minAlt=-5;
                    };
                };
            };
            class Radius6_10
            {
                areaSpawnRadius=6;
                areaMaxRadius=10;
                spawnCircleRadius=1;
                spawnInterval=0.1;
                class Species
                {
                    class HoneyBee
                    {
                        maxCircleCount="4 * (1 - night) * (1 - sea) * (1 - houses) * (1 - windy)";
                        maxWorldCount=8;
                        cost=1;
                        spawnCount=1;
                        groupSpawnRadius=1;
                        maxAlt=30;
                        minAlt=-5;
                    };
                    class HouseFly
                    {
                        maxCircleCount="(3 + 3 * (houses)) * (1 - night) * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
                        maxWorldCount=10;
                        cost=1;
                        spawnCount=3;
                        groupSpawnRadius=1;
                        maxAlt=30;
                        minAlt=-5;
                    };
                    class Mosquito
                    {
                        maxCircleCount="3 * (1 - (WaterDepth interpolate [1,30,0,1])) * (1 - windy)";
                        maxWorldCount=2;
                        cost=1;
                        spawnCount=1;
                        groupSpawnRadius=1;
                        maxAlt=30;
                        minAlt=-5;
                    };
                };
            };
        };
        class Names
        {
            class Henryville
            {
                name="Henryville";
                position[]={203980.290,9501.686};
                type="NameCityCapital";
                radiusA=200;
                radiusB=200;
                angle=0;
            };
            class Henryville_Port
            {
                name="Henryville_Port";
                position[]={203869.711,9354.917};
                type="NameMarine";
                radiusA=100;
                radiusB=100;
                angle=0;
            };
            class Amarillo
            {
                name="Amarillo";
                position[]={203502.318,4903.885};
                type="NameCityCapital";
                radiusA=200;
                radiusB=200;
                angle=0;
            };
            class Amarillo_Port
            {
                name="Amarillo";
                position[]={203826.718,4953.043};
                type="NameMarine";
                radiusA=100;
                radiusB=100;
                angle=0;
            };
            class Wimborne
            {
                name="Wimborne";
                position[]={202754.248,2176.522};
                type="NameCityCapital";
                radiusA=200;
                radiusB=200;
                angle=0;
            };
            class Wimborne_Port
            {
                name="Wimborne";
                position[]={202597.175,2472.998};
                type="NameMarine";
                radiusA=100;
                radiusB=100;
                angle=0;
            };
            class Henryville_Mine
            {
                name="Henryville_Mine";
                position[]={205961.700,8945.871};
                type="NameLocal";
                radiusA=96.809998;
                radiusB=72.389999;
                angle=0;
            };
        };
        safePositionAnchor[]={3874.47,4093.6399};
        safePositionRadius=1900;
        loadingTexts[]=
        {
            "$STR_A3_CfgWorlds_Stratis_loadingText1",
            "$STR_A3_CfgWorlds_Stratis_loadingText2",
            "$STR_A3_CfgWorlds_Stratis_loadingText3",
            "$STR_A3_CfgWorlds_Stratis_loadingText4",
            "$STR_A3_CfgWorlds_Stratis_loadingText5",
            "$STR_A3_CfgWorlds_Stratis_loadingText6",
            "$STR_A3_CfgWorlds_Stratis_loadingText7",
            "$STR_A3_CfgWorlds_Stratis_loadingText8",
            "$STR_A3_CfgWorlds_Stratis_loadingText9",
            "$STR_A3_CfgWorlds_Stratis_loadingText10",
            "$STR_A3_CfgWorlds_Stratis_loadingText11",
            "$STR_A3_CfgWorlds_Stratis_loadingText12",
            "$STR_A3_CfgWorlds_Stratis_loadingText13",
            "$STR_A3_CfgWorlds_Stratis_loadingText14"
        };
    };
    initWorld="Stratis";
    demoWorld="Stratis";
};
class CfgWorldList
{
    class Stratis
    {
    };
};
class CfgLensFlare
{
    flarePos[]={0,0,0.37,0.47,0.5,0.54000002,0.62,0.72000003,0.75,0.91000003,1,1.084,1.13,1.29,1.62,1.6799999};
    flareSizeCam[]={0.2,0.40000001,0.025,0.050000001,0.041999999,0.043000001,0.039999999,0.75,0.60000002,0.69999999,0.15000001,0.85000002,0.44,0.44999999,0.55000001,0.1};
    flareBright[]={1,0.30000001,0.30000001,0.30000001,0.30000001,0.40000001,0.40000001,0.050000001,0.029999999,0.12,0.050000001,0.079999998,0.050000001,0.2,0.2,1};
    flareSizeEye[]={0.039999999};
    flareSizeEyeSun[]={0.039999999};
};

Map wants to load stratis

https://steamuserimages-a.akamaihd.net/ugc/169291284515191788/1750531B918DFBC9BF400F758A61BC70A0BF232D/

If anyone could help me that would be great

Share this post


Link to post
Share on other sites

Post your map config and town names config via pastebin

 

its loading stratis most likely because you are inheriting from stratis and if you do not define your own in the name class it will use the stratis ones. 

When you export a wrp it exports the town names .hpp file however you need to add it to your config via a #include yourfilename.hpp

 

 

Share this post


Link to post
Share on other sites
10 minutes ago, m1lkm8n said:

Post your map config and town names config via pastebin

 

its loading stratis most likely because you are inheriting from stratis and if you do not define your own in the name class it will use the stratis ones. 

When you export a wrp it exports the town names .hpp file however you need to add it to your config via a #include yourfilename.hpp

 

 

https://pastebin.com/52GSeJZf

Share this post


Link to post
Share on other sites
26 minutes ago, m1lkm8n said:

I'm guessing you just copy/pasted he config from stratis? 

 

Of if so that's not a good thing to do. 

 

Check out http://pmc.editing.wiki/doku.php

grab the config from there and edit as you need. 

Ill check it out thanks

Share this post


Link to post
Share on other sites

so does this go in my Config.cpp or DR.hpp
class Names
{
 class MyCity
 {
  name = "My City";
  position[] = {3620.39,13092.82};
  type = "NameCity";
  demography = "CIV";
  radiusA = 200.0;
  radiusB = 200.0;
  angle = 0.0;
 };

Share this post


Link to post
Share on other sites
5 hours ago, Corbinnator said:

so does this go in my Config.cpp or DR.hpp
class Names
{
 class MyCity
 {
  name = "My City";
  position[] = {3620.39,13092.82};
  type = "NameCity";
  demography = "CIV";
  radiusA = 200.0;
  radiusB = 200.0;
  angle = 0.0;
 };

 

It gets added to the config. The easiest way to do that is to leave the file separate and use the #include like I said above. Then when you use (I'm hoping pboproject) it will place that file in the line specified where the #include is. 

 

I would breeze through the Pmc wiki and take a look at the config provided there 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×