Ru/VRAD: Difference between revisions

From Valve Developer Community
< Ru
Jump to navigation Jump to search
(Initial translation)
 
No edit summary
Line 17: Line 17:
VRAD это, скорее всего, самый медленный из трех компиляторов, так как он производит огромное количество вычислений. [[Lighting optimization|Оптимизация освещения]] может помочь также как и проверка карты на отсутствие [[leak:ru|утечек]].
VRAD это, скорее всего, самый медленный из трех компиляторов, так как он производит огромное количество вычислений. [[Lighting optimization|Оптимизация освещения]] может помочь также как и проверка карты на отсутствие [[leak:ru|утечек]].


{{tip:ru|If you are watching the compile dialog and it looks like it has hung at ''<code>9...</code>'' this is usually because VRAD takes longer with each light bounce calculation.}}
{{tip:ru|Если ваше окно компиляции выглядит так будто оно зависло на ''<code>9...</code>'', скорее всего это произошло из-за того, что с каждым отражением света, расчеты VRAD занимают больше времени.}}
{{warning:ru|VRAD will take up a lot of CPU during conversion of trying to make light.}}
{{warning:ru|VRAD будет использовать большую часть процессорного времени в попытках просчитать свет.}}
{{bug:ru|Ep1 and L4D users seeing crashes when VRAD compiles HDR lighting should read [[VRAD HDR Crash Fix]].}}
{{bug:ru|Пользователям Ep1 и L4D испытывающим вылеты VRAD, когда он компилирует HDR, следует прочитать [[VRAD HDR Crash Fix]].}}


{{bug:ru|In non-L4D branch games, <code>.mdl</code> files that don't have <code>.dx80.vtx</code> files with them will lead to VRAD skipping lighting for that prop, copying the <code>.dx90.vtx</code> file and renaming it to a <code>.dx80.vtx</code> will fix the issue.}}
{{bug:ru|В ветке не-L4D игр, <code>.mdl</code> файлы не имеют с собой <code>.dx80.vtx</code> файлов, что приведет к тому, что VRAD будет пропускать расчет освещения для этих пропов. Копирование <code>.dx90.vtx</code> файла и переименование его в <code>.dx80.vtx</code> решит проблему. }}
{{bug:ru|Additionally, <code>.mdl</code> files that have the <code>IDST1</code> header will fail to load for [[VBSP]], and will give a error message stating the prop failed to load; this can be fixed by changing the header to <code>IDST0</code> in a Hex Editor, or by recompiling the prop in a non-L4D branch [[Studiomdl]] application such as Source 2013.}}
{{bug:ru|Additionally, <code>.mdl</code> files that have the <code>IDST1</code> header will fail to load for [[VBSP]], and will give a error message stating the prop failed to load; this can be fixed by changing the header to <code>IDST0</code> in a Hex Editor, or by recompiling the prop in a non-L4D branch [[Studiomdl]] application such as Source 2013.}}
{{bug:ru|As of around 5-10 years ago up until at least October, 2017 all known copies of VRAD have a thread sharing bug which causes performance to scale poorly to multiple threads, particularly on outdoor scenes with -final set (despite showing 100% CPU usage). The fix to this bug for Source 2013 is available [https://github.com/ValveSoftware/source-sdk-2013/pull/436 here] and edited DLLs are available [http://www.content.tophattwaffle.com/Content/modded_vrad_dll.zip here]. Valve also released a patch for CSGO's VRAD that fixes this issue.}}
{{bug:ru|As of around 5-10 years ago up until at least October, 2017 all known copies of VRAD have a thread sharing bug which causes performance to scale poorly to multiple threads, particularly on outdoor scenes with -final set (despite showing 100% CPU usage). The fix to this bug for Source 2013 is available [https://github.com/ValveSoftware/source-sdk-2013/pull/436 here] and edited DLLs are available [http://www.content.tophattwaffle.com/Content/modded_vrad_dll.zip here]. Valve also released a patch for CSGO's VRAD that fixes this issue.}}
Line 33: Line 33:
  "Half-Life 2\bin\vrad.exe" -both -StaticPropLighting sdk_trainstation_01
  "Half-Life 2\bin\vrad.exe" -both -StaticPropLighting sdk_trainstation_01


This will generate and embed both standard and [[HDR|High Dynamic Range]] lighting data, at per-vertex detail for prop_static entities.
Это сгенерирует и встроит стандартное и [[HDR]] освещение для каждого вертекса статичных пропов.


== Параметры ==
== Параметры ==
Line 188: Line 188:


== См. также ==
== См. также ==
* [[Map Compiling Theory]]
* [[Map Compiling Theory:ru|Теория компиляции карт]]
* [[HDR Lighting Basics]]
* [[HDR Lighting Basics]]
* [[VRAD HDR Crash Fix]]
* [[VRAD HDR Crash Fix]]

Revision as of 08:43, 17 July 2018

Template:Otherlang2

Template:Finishtranslation:ru

VRAD - это инструмент командной строки, который берет скомпилированную BSP карту и встраивает в неё данные освещения. Он генерирует статическое и прекомпилированное освещение используя алгоритм radiosity.

Что делает VRAD:

VRAD это, скорее всего, самый медленный из трех компиляторов, так как он производит огромное количество вычислений. Оптимизация освещения может помочь также как и проверка карты на отсутствие утечек.

Template:Tip:ru Template:Warning:ru Template:Bug:ru

Template:Bug:ru Template:Bug:ru Template:Bug:ru

Синтаксис

vrad [options...] <bsp file>

Например:

"Half-Life 2\bin\vrad.exe" -both -StaticPropLighting sdk_trainstation_01

Это сгенерирует и встроит стандартное и HDR освещение для каждого вертекса статичных пропов.

Параметры

Используйте их в комбинации с expert compile mode или пакетным файлом.

Эффекты

-ldr
-hdr
-both
Whether to compile standard or High Dynamic Range lighting, or both.
Note.pngПримечание:In InsurgencyCounter-Strike: Global Offensive, you need to compile with -hdr in order have proper lighting since LDR isn't supported.
-fast
Quick and dirty lighting. Don't ship with this.
-final
Increases the quality of light_environment and indirect lighting by spending more time firing rays.
-extrasky <int>
Trace N times as many rays for indirect light and sky ambient.
(-final is equivalent to -extrasky 16; normal is equivalent to -extrasky 1)
-lights <filename>.rad
Load a custom lights file in addition to lights.rad and map-specific lights file. Include the file extension in the parameter.
-bounce <int>
Set the maximum number of light ray bounces (default: 100).
-smooth <int>
Set the threshold for smoothing groups, in degrees (default: 45).
-luxeldensity <normal>
Scale down all luxels. Default (and maximum) value is 1.
-softsun <float>
Treat the sun as an area light source of this many degrees. Produces soft shadows. Recommended values are 0-5, default is 0. Identical to the SunSpreadAngle parameter in light_environment.
-StaticPropLighting
Generate per-vertex prop_static lighting; always enabled for light_spot entities. Disables info_lighting entities on props WITHOUT normal maps. Does not work on props with Phong Enabled, except in Counter-Strike: Global Offensive.
Note.pngПримечание:In Counter-Strike: Global Offensive, in order to get proper lighting on your static props, you will need to run VRAD with this command.
Template:EP2 add
Perform shadow tests of prop_statics at polygon precision. Default is to use collision meshes.
Template:EP2 add
Generates lightmap shadows from $translucent surfaces of models (NOT brushes) that are specified in a lights file and being used with prop_static. Usually requires -StaticPropPolys to have any effect.
Note.pngПримечание:A surface will need a low lightmap scale for most texture shadows to be recognisable.
Template:CSGO add
Scales the intensity of VRAD's simulated ambient occlusion. 1.0 is default.
Tip.pngСовет:Valve uses 1.5 for the new Dust 2.
Template:CSGO add
Number of static prop light bounces to simulate. The default is 0.
Tip.pngСовет:Valve uses 3 static prop bounces for the new Dust 2.
Note.pngПримечание:Any static props that you want light to bounce off of must also have their "Enable Bounced Lighting" keyvalue set.

Производительность

-low
Run as a low-priority process.
-threads <int>
Override the number of CPU threads used. Maximum is 16 threads. With a patched vrad_dll you can use 32 threads.
-mpi
Use VMPI to distribute computations.
-mpi_pw <string>
Use a password to choose a specific set of VMPI workers.
-noextra
Disable supersampling.
-chop <int>
Smallest number of luxel widths for a bounce patch, used on edges.
-maxchop <int>
Coarsest allowed number of luxel widths for a patch, used in face interiors.
-LargeDispSampleRadius
This can be used if there are splotches of bounced light on terrain. The compile will take longer, but it will gather light across a wider area.
-compressconstant <int>
Compress lightmaps whose color variation is less than this many units.
-fastambient <int>
Нужно сделать: What is this?
Template:CSGO add
Regulates the generated per-vertex prop_static lighting.
slow: 16 (high quality); default: 4 (normal); fast: 0.25 (low quality)
Note.pngПримечание:-final is the equivalent of having -StaticPropLightingScale 16.

Отладка

-rederrors
Emit red light when "a luxel has no samples".
-vproject <directory>
-game <directory>
Override the VPROJECT environment variable.
-insert_search_path <directory>
Нужно сделать: What does this do?
-v
-verbose
Turn on verbose output.
-novconfig
Don't bring up graphical UI on vproject errors.
-dump
Dump patches to debug files.
-dumpnormals
Write normals to debug .txt files.
-debugextra
Places debugging data in lightmaps to visualize supersampling.
-dlightmap
Force direct lighting into different lightmap than radiosity.
-stoponexit
Wait for a keypress on exit.
-nodetaillight
Don't light detail props.
-centersamples
Move sample centers.
-loghash
Log the sample hash table to samplehash.txt.
-onlydetail
Only light detail props and per-leaf lighting.
-maxdispsamplesize #
Set max displacement sample size (default: 512).
-FullMinidump
Write large minidumps on crash.
-OnlyStaticProps
Only perform direct static prop lighting.
-StaticPropNormals
When lighting static props, just show their normal vector.
-noskyboxrecurse
Turn off recursion into 3d skybox (skybox shadows on world).
-nossprops
Globally disable self-shadowing on static props.
Template:2013 add
Dump computed prop lightmaps.


Файлы освещения

A light file is a plain text file that can be used to manipulate the way VRAD handles given materials when compiling static lighting. All lights files must have the .rad file extension and must be in the same folder as your gameinfo.txt.

There are:

  1. lights.rad, the global file.
  2. An auto-loaded map light file, using the format <map name>.rad. The file must be placed in the same folder as <map name>.vmf.
  3. Any number of additional lights files that can be added with the -lights parameter.

Правила

Lights files perform these functions, one rule per line:

<material> <red> <green> <blue> <intensity> <hdr_red> <hdr_green> <hdr_blue> <hdr_intensity>
Makes the material emit the given light value when applied to a brush face (hdr_ values are optional). Texture scale has an effect on final intensity.
Note.pngПримечание:materials that aren't in a folder must have a slash before their name.
Note.pngПримечание:The material itself doesn't emit anything, it instead creates light entities on its face.
Warning.pngПредупреждение:A func_detail with an emissive material applied on any face will automatically cause VRAD to fail!
noshadow <material name>
Prevents the named material from casting shadows.
forcetextureshadow <model path>.mdl
Enables translucency shadow testing for a model when VRAD is run with -TextureShadows. Path is relative to the models folder.
ldr:
hdr:
Prefixes to make any rule only apply to LDR or HDR lighting.
hdr:ldr:
Lines beginning with both tags (in that order) will always be ignored by VRAD. Can be used to add comments or quickly disable some entries.

См. также

Template:SDKTools:ru