Skybox Basic Details

From The DarkMod Wiki
Revision as of 15:20, 21 November 2018 by Petike (talk | contribs) (adding category tag)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

How to create sky:

  1. Go to File -> Load Prefab, navigate to the prefabs folder and select nature\skyboxes\tdm_sky_starry1.pfb.
  2. Check the Texture Lock DRtexLock.jpg status, it must be enabled. Lock textures on the prefab by pressing S, or the moon texture may get out of alignment.
  3. The loaded prefab is already selected, so move it out of the way of your normal map geometry. The exact place doesn't really matter, just move it where it doesn't get in the way later.
  4. In your map, texture the inside facing sides of your sky brushes with textures/smf/portal_sky, by selecting them with CTRL+SHIFT+Click the left mouse button.

Finished. When you load your level, you will see an attractive night sky with clouds, moon and stars.

How to change the moon

Go to the loaded prefab, and hide everything until you find a very tiny brush. This brush has the moon texture on one side, and the placement of this brush changes the place of the moon on the sky.

How to change sky background color

If you use the tdm_sky_starry1.pfb in the directions above, notice that there's a patch mesh in the skybox room covered with a blank white texture (textures/darkmod/nature/skybox/starry1/skyfade); in many maps it shows up as black, however -- that's because in the shader definition it has "spectrum 2", meaning that it is only lit by light textures in that spectrum. Most lights you place are usually in spectrum 1, so nothing is lighting that white texture, and so it ends up black!

So, place a light in the middle of the skybox room. Choose a light texture with "spectrum2" in it (lights/spectrum2Light_round) and choose a dark color for the light (maybe #0A192B?). Keep in mind that the sky is usually brighter than the Earth's surface in real-life, especially at night -- and for ease of level readability and cool silhouettes, it's probably better for you to follow that. (e.g. my level's outdoor ambient light "value" is 5, but my level's skybox background light "value" is "16") However, you should definitely test often and see what settings you like.

Background information

To get good performance, you have to create spaces that are separated by Visportals from each other.

Therefore the outside area of your building should be a series of corridors around the building with the brushes designated skybox stretching from the outside wall or buildings forming the border of your level, to the highest point of the building you want to be visible, to the top of the roof. Note, PortalSky used here will show sky in front of whatever is behind, Caulk used here will show sky but also allow func_static (not worldspawn brushes) that have part in the same "leaf" section. This use of Caulk allows sealing, but also permit skyline to appear beyond.

This enables the use of visportals stretching from the skybox to the ground at key corners, so that when you are standing on the north side of the map, you won't also be seeing (and rendering) the south side at the same time.

The sides of the brushes which face outside the level have to textured with anything that is solid and a valid texture, people often use caulk, but as long as it's not no_draw, you're fine.