NavigationUser login |
Weather DisplayThe mud client can display weather as specified by the weather 3d tags from the mud. It can display fog, clouds, wind and rain. For example:
The weather 3d tags start with the 'w' character and have the subtags 'r' for rain, 'c' for clouds, 'w' for wind and 'f' for fog. After the subtag there is always an integer between 0 and 10 such as {wf10} for fog strength 10 out of 10. The 3D mud client display clouds, wind and rain. The mud can specify weather using the 'w' 3D tag (weather) with the subtag 'c' for clouds, 'r' for rain and 'w' for wind, 'f' for fog. When the mud client receives a weather tag it doesnt automatically pop say the cloud cover to the new state. Instead it is gradual. Read the transition to mud state document for more information. Weather Sounds Clouds <OBJECT name="cloud" caminvariancemode="position" heightcalculation="none"> </OBJECT> The plane element has a special attribute 'cloud' that is used by the weather to determine what what the cloud texture is so that it can change the transparency of the texture based upon the cloud level. The 'cloud' texture is also used when displaying wind where the cloud speed increases as the wind speed increases. Fog Colors |