Jump to content

(Generic) [Discussion] Seasons -- How to let it snow?


Radagast.
 Share

Recommended Posts

To make the units update their textures, .. e.g. turning on torch-/candle-light (by emission shader?) when night falls, putting more and more snow textures on the ground depending on how long it is is already winter, slowing down the units. I doubt that realtime snow falling from the sky will be possible as seen by computing power, so the only chance is to put an overlay animation over the whole camera lens if this works.

  • The camera snow overlay might be the solution for the falling snow ... (each season should have an overlay and a transition animation? random? as it not snows all the time in winter?)

    .

    .

  • We have to solve another problem: heaps of snow. Particles are out of the question (performancewise).

    We could locally (to allow map variation) duplicate the terrain. The height simulates the 'grow' (i.e. increase snow height) by time.

    This ground layer has snow texture only and no objects.

    It's only visual. => Not possible to make light and small units like mice float ontop of the snow. (I could live with that. You?)

    So if you cross a mountain in winter it would rather be like passing the High Pass in the Misty Mountains when the fellowship was rather walking in the snow than ontop.

    As long as we have a speed-factor per pathfinder-tile we could at least make them slow down the more snow fell. (so it looks not too unrealistically)

    Adapting the height would depend on the unit's weight (per surface) & density, and it's not possible to adapt the unit height other than be animation or height map anyways. (and heightmap is out of the question as it heightens the objects, e.g. trees, plants, buildings ... on the terrain too! that's not what we'd expect.)

Edited by Hephaestion
Link to comment
Share on other sites

Do you remember how it was done in the Settlers V ? You had a weather machine (not accurate here), that could change the course of the battle with limited range when raining etc. Also another feature was that some types of water placed as a square map, could be frozen.

For the texture thing, a bump, and a snowy version is what you need.

Link to comment
Share on other sites

Yeah, good idea, the shader - if it works out performancewise.

I have thought a bit about snow variation with altitude but I can't find a functional connection. Nor a diagram to derive the function from. So I guess we have to use a linear function first.

This is all what I could find, about snow height in The Swiss Alps:

http://link.springer.com/article/10.1023/A:1005310214361#page-1

Have posted in the Random map topic as the random map functionality had to be used for the creation of this visual snow layer too (to give it variation).

Link to comment
Share on other sites

Yes this was what I thought of too. This layer should have it's own height map - it should be able to vary, though it should be visual only first I guess.

Philip has once tweaked the terrain flattening purely visually in one of the C++-renderer classes. It's just too much for me to take at once currently. So I will try to tackle it one by one. (this one here will take years for sure as I'm no magician :D )

Thanks for sharing your ideas. I didn't think of the blending before.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...