MegaGlest Forum
Modding and game content creation => Maps, tilesets and scenarios => Topic started by: Little Helper on 4 March 2010, 01:33:26
-
How can I make my tiles set just night time? ???
-
what do you mean by night time?
-
Well I just want my tile set weather to be just night time no afternoon morning just night weather like you know how it gets dark as you play glest I just want my day time to just be night.
-
In the XML I think there is a light value.
-
No, I'm pretty sure that that thing in the glest.ini file just changes how long the day cycle is.
I seem to remember something in a tileset XML somewhere where it asked about weather and time, but you'll have to check it out for yourself. :-\
-
I did but should I increase it to make it night time or decrease it?
-
I did but should I increase it to make it night time or decrease it?
???
-
It the tile-set xml at the bottom set the values like this,
<fog enabled="false"/>
<sun-light red="0" green="0" blue="0"/>
<moon-light red="0.3" green="0.3" blue="0.4"/>
<day-night value="0.7"/>
<weather sun="0.0" rain="0.6" snow="0"/>
</parameters>
</tileset>
-
thx!
-
And setting tthe following doesn't help?
<day-night value="0.0"/>