Yo,
when I try to use this mood settings my game crash and I'm 100% sure that I did everything as you.
Map is loading and then game crash.
I have it in /Documents/ManiaPlanet/Skins/Stadium/ModWork/Moods/Sunset/Mood.MoodSettings.xml
Using this script:
Code: Select all
<Mood>
<Light EnableStars="1" Latitude="65" DayTime01="0.73" LocalLightX="0.8" HelperHdrX="1">
<LAmbient Color="f7dcff" Scale="0.319" />
<LDirSun Color="ff8f39" Scale="2" />
<LDirMoon Color="000000" Scale="1" />
<T3SpecularLocal ScaleIntens="1.3" ScaleExponent="1.2" />
<T3LightMap MaxHDR="2.7" BounceFactor="2" SkyFactor="1" SkyUseClouds="1" />
</Light>
<Atmo MoonHdrScale="1" FxSmSelfIllumScaleGamePlay="1">
<HdrSun Power="5e+005">
<Atmo1 Power="30" Color="ff5f12" Scale="2.97" />
<Atmo2 Power="1.5" Color="ffaa69" Scale="1.09" />
</HdrSun>
<Clouds MinRgb="000000" MinRgbX="1" MaxRgb="ffffff" MaxRgbX="1" GodLightIntens="0.05" SunThroughIntens="0.6">
<EdgeLight>
<Layer0 Power="12" Scale="4" />
<Layer1 Power="2" Scale="2" />
<Layer2 Power="1" Scale="1" />
</EdgeLight>
</Clouds>
<CloudsX2 MinRgb="dadfff" MinRgbX="0.392" MaxRgb="fffdfc" MaxRgbX="0.647" />
<CloudsVortex MinRgb="000000" MaxRgb="ffffff" />
<FogMatter Count="0" />
</Atmo>
<Fog Enabled="1" DepthMin="32" DepthMax="2.5e+003" Exponant="0.9" IntensMin="0" IntensMax="1" Color="685d74">
<Height YBottom="-500" YTop="600" MulBottom="1" MulTop="0.85" />
<Clouds DepthMax="6e+004" Exponant="0.8" IntensMax="0.834" />
<SkyClouds GlobalIntens="0" />
</Fog>
<Fx>
<T3Bloom StreaksIntens="0.2" StreaksAttenuation="0.7">
<HdrNorm_to_Intens>
<Key In="0" Out="0" />
<Key In="1" Out="0" />
<Key In="4" Out="0.5" />
<Key In="64" Out="0.01" />
</HdrNorm_to_Intens>
</T3Bloom>
<T3ToneMap FilmCurve="Preset3">
<AutoExp MinExposure="-2" MaxExposure="4.5" SecondsToMidFalloff="0.3">
<AvgLumi_to_KeyValue>
<Key In="0.001" Out="0.01" />
<Key In="0.005" Out="0.02" />
<Key In="0.01" Out="0.04" />
<Key In="0.02" Out="0.07" />
<Key In="0.04" Out="0.1" />
<Key In="0.06" Out="0.12" />
<Key In="0.1" Out="0.155" />
<Key In="0.2" Out="0.22" />
<Key In="0.3" Out="0.27" />
<Key In="0.5" Out="0.32" />
<Key In="1" Out="0.5" />
</AvgLumi_to_KeyValue>
</AutoExp>
</T3ToneMap>
</Fx>
</Mood>