Re: Weather File want load

8
Hey, i solved the Problem with the weather visuals.
The xml what i downloaded here missed the first text where standing the visuals!

This have to be like that:

<?xml version="1.0" encoding="utf-8"?>
<calendar> <!-- Temperate -->

<VisualTypes>
<weather type="Fair">
<VisualType>Default</VisualType>
</weather>
<weather type="Cloudy">
<VisualType>Default</VisualType>
</weather>
<weather type="Shower">
<VisualType>Default</VisualType>
</weather>
<weather type="Snowy">
<VisualType>Default</VisualType>
</weather>
</VisualTypes>


<day id="0" season="Winter">Fair</day>
<day id="1" season="Winter">Fair</day>
<day id="2" season="Winter">Snowy</day>
<day id="3" season="Winter">Fair</day>


At the File i downloaded here the complete visual part missing. ;)

Greetings

Re: Weather File want load

9
That's interesting. That part definitely wasn't in the file when I made the generator. They must have added it with one of the last patches.

I just added the missing information to the generator. Should be working fine now. Thanks for letting me know this.
cron