VRAD (Source 2): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (formatting)
No edit summary
Line 3: Line 3:
{{map compile pipeline|source2}}
{{map compile pipeline|source2}}
{{stub}}
{{stub}}
'''VRAD3''' is the [[command-line]] tool that calculates and embeds lighting data into compiled maps, using a graphics card (GPU) with ray tracing support (or CPU on older engine versions). It is the {{source2|4}} counterpart of {{source|4|nt=3}}'s [[VRAD]].
{{vrads2|4|nt=3}} is the [[command-line]] tool that calculates and embeds lighting data into compiled maps, using a graphics card (GPU) with ray tracing support (or CPU on older engine versions). It is the {{source2|4}} counterpart of {{source|4|nt=3}}'s [[VRAD]].


Earlier Source 2 games, such as {{hla|4}} and {{Svrh|4}}, use '''VRAD2''' to preview baked lighting in Hammer using CPU to bake lighting.
Earlier Source 2 games, such as {{hla|4}} and {{Svrh|4}}, use {{vrads2|3.1|nt=2}} to preview baked lighting in Hammer using CPU to bake lighting.


Newer versions of the engine, such as {{cs2|4}}, use '''VRAD3''' which requires a GPU with ray tracing support, such as NVIDIA RTX series, AMD RX 6000 series (or later/other RDNA2) cards or Intel Arc (since Jan 2025) graphics cards.
Newer versions of the engine, such as {{cs2|4}}, use '''VRAD3''' which requires a GPU with ray tracing support, such as NVIDIA RTX series, AMD RX 6000 series (or later/other RDNA2) cards or Intel Arc (since Jan 2025) graphics cards.

Revision as of 00:10, 13 April 2025

English (en)中文 (zh)Translate (Translate)

ResourcecompilerVRAD2/VRAD3

Stub

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

VRAD2 VRAD3 is the command-line tool that calculates and embeds lighting data into compiled maps, using a graphics card (GPU) with ray tracing support (or CPU on older engine versions). It is the Source 2 Source 2 counterpart of Source Source 1's VRAD.

Earlier Source 2 games, such as Half-Life: Alyx Half-Life: Alyx and SteamVR Home SteamVR Home, use VRAD2 to preview baked lighting in Hammer using CPU to bake lighting.

Newer versions of the engine, such as Counter-Strike 2 Counter-Strike 2, use VRAD3 which requires a GPU with ray tracing support, such as NVIDIA RTX series, AMD RX 6000 series (or later/other RDNA2) cards or Intel Arc (since Jan 2025) graphics cards.

VRAD2 and the old CPU lighting compiler have been removed in Counter-Strike 2 Counter-Strike 2 as of the Armory Update.

Icon-Bug.pngBug:Systems with the latest NVIDIA (and possibly AMD) drivers may have issues with VRAD3, causing it to crash (with VK_ERROR_DEVICE_LOST) while baking lighting during map compilation.  (tested in: Counter-Strike 2)

Games with VRAD2

Games with VRAD3

Valve

Third-party

Todo: Add more information about Source 2's VRAD2/VRAD3 lighting.

Command line options

Todo: List more command line options.

VRAD2

[Todo]

VRAD3

Argument Description
-script Specify VRAD3 script file.

See also