FX File - Forest_Fire_base.fx
| Token Name | Default Value | Accepted Values | Description | Source File |
|---|---|---|---|---|
| SMOKE_SIZE_MIN | 50.0 | Minimum size of a smoke puff. | Forest_Fire_base.fx | |
| SMOKE_SIZE_SCALE | 10.0 | Controls maximum size of a smoke puff. | ||
| SMOKE_RADIUS_MIN_THRESHOLD | 75.0 | Radius under which we only do single fire column. | ||
| SMOKE_RADIUS_MED_THRESHOLD | 201.0 | Radius under which we only do five fire columns. | ||
| SMOKE_NUM_PUFFS | 8 | 0 - 16 | Number of smoke puffs per column. | |
| PUFF_TIME_SCALE | 97.5 | Controls smoke puff aging. | ||
| PUFF_TIME_TOTAL_SCALE | 720.0 | Controls smoke puff aging. | ||
| SMOKE_WIDTH_SCALE | 0.3 | Controls smoke width scale with time. | ||
| SMOKE_HEIGHT_SCALE | 6.7 | Controls smoke height scale with time. | ||
| SMOKE_GLOBAL_SCALE_TIME | 0.16 | Controls smoke fade. | ||
| SMOKE_FADE_IN | 0.1 | Controls smoke fade in time. | ||
| SMOKE_FADE_RATE | 0.001 | Controls smoke fade | ||
| SMOKE_WIND_SCALE | 0.5 | Controls wind effect on smoke. | ||
| SMOKE_WIND_TIME_SCALE | 1.5 | Controls wind time driven impact on smoke. | ||
| SMOKE_WIND_OFFSET_SCALE | 2.0 | Controls wind initial impact on smoke. | ||
| SMOKE_BASE_X_FIXED_SIZE | 0.2 | Controls smoke initial X size. | ||
| SMOKE_BASE_X_VAR_SIZE | 2.0 | Controls smoke variable X size. | ||
| SMOKE_VAR_X_SCALE | 2.0 | Controls smoke variable X scale. | ||
| SMOKE_VAR_Z_SCALE | 5.0 | Controls smoke variable Z scale. | ||
| SMOKE_BASE_Z_SCALE | 0.3 | Controls smoke initial Z scale. | ||
| SMOKE_FIRE_FLICKER_SCALE | 4.0 | Controls amount of nighttime fire flicker on smoke illum. | ||
| FIRE_FADE_RATE | 0.004 | Controls smoke fade. | ||
| FIRE_SIZE_MIN | 7.0 | Base size of fire. | ||
| FIRE_SIZE_SCALE | 0.8 | Controls size of fire. | ||
| FIRE_HEIGHT_OFFSET | -1.0 | Controls height offset of fire. | ||
| FIRE_SPREAD | 0.3 | Controls how much flames are spread from column source as a percentage of radius. | ||
| FIRE_TEX_OFFSET | -1.0 | Controls the fire T tex coord start offset. | ||
| FIRE_MARKER_X_SCALE | 1.2 | Controls X size of fire for Mk15 / M25 markers. | ||
| FIRE_SCALE_VARIABILITY | 1.0 | Controls randomness of fire scale. | ||
| SMOKE_FIRE_HAZE_COLOR_FACTOR | 0.5 | Controls smoke desaturation when forest_fire_haze_is_not_active. |