Alien Swarm Deferred: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (If it was truly and)
m (Gitlab is official repository of ASD?)
Line 1: Line 1:
{{langsp}}__NOTOC__
{{langsp}}__NOTOC__
{{asd|4.1}} was released in 2012. It's a third-party mod created by ''Kristjan Skutta a.k.a. Biohazard90''.
{{asd|4}} was released in 2012. It's a third-party mod created by ''Kristjan Skutta a.k.a. Biohazard90''.
This mod of {{as|4.1}} has support for deferred lighting and shadows (Similar to {{bms|4.1}}). It's among very few {{source|4.1}} 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.
This fork of {{as|4.1}} has support for deferred lighting and shadows (Similar to {{bms|4}}). It's among very few {{source|4}} 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==
==Features==
Line 67: Line 67:


==External links==
==External links==
*[https://gitlab.com/FriskTheFallenHuman/swarm-deferred/ GitLab Repository]
*[https://code.google.com/archive/p/swarm-deferred/ Download at Google Drive] {{confirm|Is this the original download?}}
*[https://code.google.com/archive/p/swarm-deferred/ Download at Google Drive] {{confirm|Is this the original download?}}
*[https://github.com/SCell555/sdk-2013-deferred 2013MP Port GitHub Repository]
*[https://github.com/SCell555/sdk-2013-deferred 2013MP Port GitHub Repository]
*[https://www.youtube.com/watch?v=bMjXx-KweIo&t=135s YouTube] - Deferred lighting in action.
*[https://www.youtube.com/watch?v=bMjXx-KweIo&t=135s YouTube] - Deferred lighting in action.

Revision as of 13:17, 16 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.
Wikipedia icon 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

Light editor

Light editor can be opened with TAB.

Light editor's Main menu


Show properties

Edit your currently selected light's properties.

Asd deferred main editor properties.png

Edit global light

Settings for dynamic lighting and shadows coming from Light environment.

Global light deferred lighte.png

VMF handling

Load, edit and save your VMF's lights.

Debug

  • Turn on and off deferred statics
  • Render modes:
    • None
    • Light
    • Dept
    • Normal

Availability

Bugs

See also

External links