# Sunlight (old)

## Sunlight & Directional Sunlight

{% hint style="info" %}
Sky light is a general ambience around the map that can see the sky. Directional Sky light changes the color of the probe in a cardinal direction, an example of using it, is if I want one side of my map that is heavy in shadow to have more blue, say North, then I would set North Override to a blue color. Then if I wanted the opposite side to be Pink I would set South Override to pink.
{% endhint %}

| Property Name        | Description                                                                                                                                                                                                                                               |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Intensity            | Changes the brightness of the sky lighting.                                                                                                                                                                                                               |
| Tint Override        | Changes color of sky lighting.                                                                                                                                                                                                                            |
| Directional Skylight | This changes the indirect lighting for Sky lighting per side of a probe. An example for this use is if you wanted to change your sun shadow colors on one side of the map but keep the other as a different color. (Reference Image Directional Skylight) |
| Top Override         | Changes Color of sky lighting coming from above the map.                                                                                                                                                                                                  |
| North Override       | Changes Color of sky lighting coming from the North.                                                                                                                                                                                                      |
| South Override       | Changes Color of sky lighting coming from the South.                                                                                                                                                                                                      |
| East Override        | Changes Color of sky lighting coming from the East.                                                                                                                                                                                                       |
| West Override        | Changes Color of sky lighting coming from the West.                                                                                                                                                                                                       |

![Directional Sunlight](/files/QVchKgm6aOnn6RxWeGWR)

#### Contributors

Nitro\
Tyler | Lighting Artist


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.thescriptersguild.com/forge/lighting/settings-global-lighting/sky-light.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
