Light editor: Difference between revisions
Jump to navigation
Jump to search

Note:Parented or Named lights are not editable, so you will need to set them up in
Hammer.
No edit summary |
KiwifruitDev (talk | contribs) m (Fix new category spelling) |
||
(11 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
__NOTOC__ | |||
{{stub}} | |||
'''Light editor''' is an [[Engine tools|engine tool]] available in {{asd|4}} and other mods that use [[Alien Swarm Deferred]]'s code. It is meant to place, edit, and save {{ent|light_deferred}} and {{ent|light_deferred_global}} entities, while the game is still running. | |||
{{note|Parented or Named lights are not editable, so you will need to set them up in {{hammer|4.1}}.}} | |||
==Supported Games== | ==Supported Games== | ||
*{{asd|4}} | *{{asd|4}} | ||
Line 9: | Line 12: | ||
==Usage== | ==Usage== | ||
To use it type | To use it type {{command|sv_cheats|1}} into the [[console]] then simply press {{key|TAB}} on the keyboard. | ||
==Interface== | ==Interface== | ||
Line 24: | Line 27: | ||
==Edit global light== | ==Edit global light== | ||
Settings for dynamic lighting and shadows coming from | Settings for dynamic lighting and shadows coming from {{ent|Light_deferred_global}}. | ||
{| class="wikitable" align="center"|- | {| class="wikitable" align="center"|- | ||
| [[File:Global light deferred lighte.png|center|300px]] | | [[File:Global light deferred lighte.png|center|300px]] | ||
Line 30: | Line 33: | ||
==VMF handling== | ==VMF handling== | ||
Load, edit and save your VMF's lights. | Load, edit, and save your VMF's lights. | ||
{{todo|add images}} | {{todo|add images}} | ||
==Debug== | ==Debug== | ||
Line 47: | Line 50: | ||
== External links == | == External links == | ||
[https://www.youtube.com/watch?v=NsOkLSzsP_Q&t=62s YOUTUBE] Alien Swarm Deferred Lighting Showcase | [https://www.youtube.com/watch?v=NsOkLSzsP_Q&t=62s YOUTUBE] Alien Swarm Deferred Lighting Showcase | ||
[[Category:Alien Swarm]] | |||
[[Category:Open Source]] | |||
[[Category:Alien Swarm Deferred]] | |||
[[Category:Third Party Engine Tools]] |
Latest revision as of 04:06, 4 March 2025


Light editor is an engine tool available in Alien Swarm Deferred and other mods that use Alien Swarm Deferred's code. It is meant to place, edit, and save light_deferred and light_deferred_global entities, while the game is still running.


Supported Games
Usage
To use it type sv_cheats 1 into the console then simply press Tab ⇆ on the keyboard.
Interface
Show properties
Edit your currently selected light's properties.
Edit global light
Settings for dynamic lighting and shadows coming from Light_deferred_global.
VMF handling
Load, edit, and save your VMF's lights.
Todo: add images
Debug
- Turn on and off deferred statics
- Render modes:
- None
- Light
- Dept
- Normal
Todo: add images
See also
External links
YOUTUBE Alien Swarm Deferred Lighting Showcase