Alien Swarm Deferred: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 25: Line 25:
</div>
</div>


==Light editor==
'''Light editor''' can be opened with TAB.
{| class="wikitable" align="center"
|-
| [[File:Asd deferred main editor.png|center|Light editor's Main menu]]
|}
===Show properties===
Edit your currently selected light's properties.
{| class="wikitable" align="center"|-
| [[File:Asd deferred main editor properties.png|center|300px]]
|}
===Edit global light===
Settings for dynamic lighting and shadows coming from [[Light environment]].
{| class="wikitable" align="center"|-
| [[File:Global light deferred lighte.png|center|300px]]
|}
===VMF handling===
Load, edit and save your VMF's lights.
===Debug===
*Turn on and off deferred statics
*Render modes:
**None
**Light
**Dept
**Normal


==Availability==
==Availability==

Revision as of 06:36, 26 January 2024

English (en)Translate (Translate)

Alien Swarm Deferred Alien Swarm Deferred was released in 2012. It's a third-party mod created by Kristjan Skutta a.k.a. Biohazard90. This fork of Alien Swarm Alien Swarm has support for deferred lighting and shadows (Similar to Black Mesa Black Mesa). It's among very few Source Source games that have dynamic shadows not based on projected textures, while still having its source code available to the public. Performance-wise, it is extremely impressive as the mod can support hundreds of dynamic shadows with very little performance impact.

Features

New since Alien Swarm Alien Swarm:

CSM
Real time shadows and lighting from Light environment, Light, Projected texture, and Point spotlight entities.
Wikipedia icon Blinn–Phong reflection model
New reflections on Phong materials.
Volumetric lighting
Similar to Source Filmmaker Source Filmmaker.
Source shader editor
Make and edit shader graphs in real-time, in-engine.
Light editor
Edit your map's light entities dynamically.

Media

Phong reflections
Volumetric lights and god rays
Realtime shadows


Availability

Bugs

See also

External links