Essentials Series/Stage Controllers: Difference between revisions

Content added Content deleted
Battlepedia>Igorseabra4
Battlepedia>Igorseabra4
No edit summary
Line 19: Line 19:


== Fog ==
== Fog ==
The [[FOG]] is an optional asset for your level, usually in the Default layer of the HIP. There is no fog template in Industrial Park, so you must copy the fog from an existing stage. In the [[Editing Assets#Asset Data Editor|Asset Data Editor]], you can choose settings such as fog start color, end color, start distance, end distance etc. Fogs can also be used to hide the glitchy background effect that happens in levels without skyboxes.
The [[FOG]] is an optional asset for your level, usually in the Default layer of the HIP. There a fog template in Industrial Park. In the [[Editing Assets#Asset Data Editor|Asset Data Editor]], you can choose settings such as fog start color, end color, start distance, end distance etc. Fogs can also be used to hide the glitchy background effect that happens in levels without skyboxes.


To enable a fog, you must send the '''On''' event to it, usually done with a ScenePrepare => On [[Links|link]] in the fog. You can also have multiple fogs in the same level, switching among them using the '''On''' and '''Off''' events
To enable a fog, you must send the '''On''' event to it, usually done with a ScenePrepare => On [[Links|link]] in the fog. You can also have multiple fogs in the same level, switching among them using the '''On''' and '''Off''' events