Strata Source engine branch: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
; 64-bit support
; 64-bit support
: Support for 64-bit. 32-bit has been dropped
: Support for 64-bit. 32-bit has been dropped
* [[Physically Based Rendering|PBR]] shading
; [[Physically Based Rendering|PBR]] shading
*CSM (Originally from CSGO)
: Uses shaders to attempt to more accurately simulate real-world light
*Backwards compatibility with BSP v19-20, as well as native BSP v21 support
; Backported {{portal2branch|4}} features, including [[linked portal door|World Portals]] and [[weapon portalgun|Portal gun]]
*Backwards compatibiltiy with TF2/HL2 branch models
; Backwards compatibility with BSP v19-20, as well as native BSP v21 support
*webm video support, replacing older Bink videos
; Backwards compatibiltiy with TF2/HL2 branch models
*Many improvements to Linux support
: {{src13|4}} uses a different model format, now supported
*Fully cross platform engine tools and utils
; .webm video support, replacing older Bink videos
*Steam Audio
: Increased framerate, and easier to author
*Support for Portals and paint even in non-Portal based mods
; Many improvements to Linux support
*Many improvements to the Hammer level editor
; Fully cross platform engine tools and utils
*Many code quality improvements (Refactors, cleanup and C++20)
; Steam Audio
*Sentry crash report integration
; Many improvements to the [[Hammer]] level editor
; Many code quality improvements (Refactors, cleanup and C++20)
; [sentry.io Sentry] crash report integration


== See Also ==
== See Also ==
*[https://chaosinitiative.github.io/Wiki/ Chaos Initiative's Wiki]
*[https://chaosinitiative.github.io/Wiki/ Chaos Initiative's Wiki]

Revision as of 15:37, 6 February 2023

Stub

This article or section is a stub. You can help by expanding it.

Chaos Initiative's logo

The Strata Source Strata Source is a branch of the Source Source engine. It is a heavily modified version of the CS:GO engine branch CS:GO engine branch with the Portal 2 engine branch Portal 2 engine branch's features ported, along with many major improvements to bring Source up to modern standards. Notable features include DX11 support, Source 2013 Source 2013 model support, Portal support, and more.

Features

Feature list from Chaos Initiative's Wiki

Native DirectX 11 renderer
Support for DX11 by default
DXVK support on Linux for both DirectX 9 and 11
64-bit support
Support for 64-bit. 32-bit has been dropped
PBR shading
Uses shaders to attempt to more accurately simulate real-world light
Backported Portal 2 engine branch Portal 2 engine branch features, including World Portals and Portal gun
Backwards compatibility with BSP v19-20, as well as native BSP v21 support
Backwards compatibiltiy with TF2/HL2 branch models
Source 2013 Source 2013 uses a different model format, now supported
.webm video support, replacing older Bink videos
Increased framerate, and easier to author
Many improvements to Linux support
Fully cross platform engine tools and utils
Steam Audio
Many improvements to the Hammer level editor
Many code quality improvements (Refactors, cleanup and C++20)
[sentry.io Sentry] crash report integration

See Also