Skip to main content
Skip table of contents

Rendering Configuration (Tokens)

Token NameTypeDefault ValueAccepted ValuesCategoryDescription
FX_OverrideSTRINGNULLN/ARendering ConfigurationFX override file.
PagedHieTexSkipLevelMinINT-1INT_MIN to INT_MAX, inclusiveRendering Configuration

Skip loading of AT LEAST this many of the highest-res MIP levels for baked bins.

If -1, the value of TexSkipLevelMin is used.

See also: TexSkipLevelMin, TexSkipLevelClamp, TexSkipLevelThreshold.

SeasonControlFXFileSTRINGDB/DB_SYSTEM/DB_SYS_DATA/PAGED_FEATURES/season.fxN/ARendering Configuration


ShaderPathSTRINGAUTON/ARendering Configuration

Path to the folder containing shader code.

TargetTexSkipLevelMinINT-1INT_MIN to INT_MAX, inclusiveRendering Configuration

Skip loading of AT LEAST this many of the highest-res MIP levels for moving models.

If -1, the value of TexSkipLevelMin is used.

See also: TexSkipLevelMin, TexSkipLevelClamp, TexSkipLevelThreshold.

TexSkipLevelClampUNSIGNED INT40 to UINT_MAX, inclusiveRendering Configuration

Skip loading of NO MORE THAN this many of the highest-res MIP levels.

Motivation: Bakery can request skipping more levels per texture than TexSkipLevelMin, and this provides a global way to clamp those skip requests.

See also: TexSkipLevelMin, TexSkipLevelThreshold.

TexSkipLevelMinUNSIGNED INT00 to UINT_MAX, inclusiveRendering Configuration

Skip loading of AT LEAST this many of the highest-res MIP levels.

See also: TargetTexSkipLevelMin, PagedHieTexSkipLevelMin, TexSkipLevelClamp, TexSkipLevelThreshold.

TexSkipLevelThresholdUNSIGNED INT100 to UINT_MAX, inclusiveRendering Configuration

Do NOT ever allow skipping levels with resolution less than or equal to 2N, where N is given by TexSkipLevelThreshold.

See also: TexSkipLevelMin, TexSkipLevelClamp.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.