Strata Source engine branch: Difference between revisions
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 | |||
: Uses shaders to attempt to more accurately simulate real-world light | |||
; Backported {{portal2branch|4}} features, including [[linked portal door|World Portals]] and [[weapon portalgun|Portal gun]] | |||
; Backwards compatibility with BSP v19-20, as well as native BSP v21 support | |||
; Backwards compatibiltiy with TF2/HL2 branch models | |||
: {{src13|4}} 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 == | == 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
The Strata Source is a branch of the
Source engine. It is a heavily modified version of the
CS:GO engine branch with the
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 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 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 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