This article's documentation is for anything that uses the Strata engine. Click here for more information.

Strata Source

From Valve Developer Community
< Pt-br
Revision as of 15:06, 15 September 2024 by TheoVMDM (talk | contribs) (Created page with "{{subst:#if: Translation of 'Strata Source' to 'português do Brasil' via Template:LanguageBar buttons...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{subst:#if:|||

Important step for replacing wikilinks after you've created this page

After you click 'Edit' do what the image shows. If you can't see editing toolbar you need to enable it in 'Preferences' -> Editing -> checkbox 'Enable the editing toolbar'

Preload - Language Links Replace.jpg
See also:  {{LAuto}}
  • STEP 2. Replace links

(see https://developer.valvesoftware.com/wiki/Template:LAuto for more detailed steps, search/replace below is for copy/paste convenience)

  • SEARCH FOR:

\[\[(?!#|File(?:[ _]talk)?:|Image(?:[ _]talk)?:|Media:|Template(?:[ _]talk)?:|MediaWiki(?:[ _]talk)?:|Talk:|Category[ _]talk:|Project[ _]talk:|Valve[ _]Developer[ _]Community[ _]talk:|Help[ _]talk:|User(?:[ _]talk)?:|c:|commons:|Dictionary:|Google:|GoogleGroups:|IMDB:|M:|Meta:|Metawikipedia:|MW:|SdkBug:|SourceForge:|Steampowered:|W:|Wiki:|WikiBooks:|Wikipedia:|Wikiquote:|Wiktionary:|WP:)(:?(?:Category|Category|Help|Project|Valve[ _]Developer[ _]Community|Special|)(?:[^\|\]]+))(\|?.*?)\]\]

  • REPLACE WITH:

{{subst:LAuto|$1$2}}

  • STEP 3. After 'Replace all' do 'Show changes' and quickly check if links were properly replaced. After that when you save this notice will also disappear.
  • STEP 4. You can get to translating
}}
Info content.png
This page needs to be translated.
This page either contains information that is only partially or incorrectly translated, or there isn't a translation yet.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.(en)
Under construction.png
This page is actively undergoing a major edit.
As a courtesy, please do not edit this while this message is displayed.
If this page has not been edited for at least several hours to a few days, please remove this template. This message is intended to help reduce edit conflicts; please remove it between editing sessions to allow others to edit the page.

The person who added this notice will be listed in its edit history should you wish to contact them.

English (en)Polski (pl)Português do Brasil (pt-br)Русский (ru)中文 (zh)Translate (Translate)

The Strata Source logo

Strata Source Strata Source (more informally known as Strata, and formerly known as the Chaos Engine) is a third-party Source Source engine branch using licensed code. It is a modified version of the CS:GO engine branch CS:GO engine branch that combines the features of both CS:GO and the Portal 2 engine branch Portal 2 engine branch, along with many improvements that bring Source close to modern standards. This engine branch was first released publicly with the launch of Portal: Revolution Portal: Revolution, and is still in active development.

Features

Example from Portal: Revolution showing the intricate environments capable with Strata Source

Feature list from the Strata Source Wiki
New since the CS:GO engine branch:

Native Direct3D 11 renderer
Replaces Direct3D 9 renderer, and adds some new features that previous version of Direct3D doesn't have.
Vulkan renderer on Linux, using DXVK to convert DX11 calls to Vulkan
64-bit executable
Game runs on 64-bit on all platforms; 32-bit and Mac OS support has been dropped. 64-bit allows better performance and allows the game to access more than 4GB of RAM.
PBR shaders

      Introduces a new Shader-ball.png PBR shader that attempts to create realistic reactions to light

Ported Portal 2 engine branch features
Including but not limited to World Portals and Portal gun
Backwards compatibility with BSP v19-21, as well as BSP v25 support
Backwards compatibility with Source 2013 Source 2013 (and older) branch models
The model format found in games such as Half-Life 2Team Fortress 2PortalCounter-Strike: SourceDay of Defeat: Source is now supported.
WEBM video support, replacing older Bink videos
Increased framerate, lower file sizes, and easier to author
New v7.6 VTF version
Adds support for the higher-quality ATI1N, ATI2N, BC6H, and BC7 texture compression formats, as well as lossless Wikipedia icon deflate compression on top of existing image format, for reduced size. Better support for 4K textures[Como?].
Many improvements to Linux support
Audio format improvements
Improved MP3 (MPEG Audio Layer 3) support with addition of OGG (Vorbis, Opus, Speex and PCM supported) and FLAC (Free Lossless Audio Codec) audio format support thanks to Libsndfile replacing minimp3
Fully cross-platform engine tools and utils
Steam Audio
Improved HRTF, environmental reflection effects, basic occulsion
Many improvements to the Hammer Hammer level editor, named Strata Hammer Strata Hammer
Many code quality improvements (Refactors, cleanup, and C++20)
Sentry crash report integration

Availability

The following titles run on the Strata Source Strata Source branch:

The source code for this branch is not available, however, authoring tools exist for each game, located in 🖿/bin/win64/.

See also