Show / Hide Table of Contents

Struct DFLocation.ClimateSettings

Contains settings for various climate data.

Namespace: DaggerfallConnect
Assembly: Assembly-CSharp.dll
Syntax
public struct ClimateSettings

Fields

| Improve this Doc View Source

ClimateType

Base climate type.

Declaration
public DFLocation.ClimateBaseType ClimateType
Field Value
Type Description
DFLocation.ClimateBaseType
| Improve this Doc View Source

GroundArchive

Texture archive index for ground plane.

Declaration
public int GroundArchive
Field Value
Type Description
Int32
| Improve this Doc View Source

Names

The name bank of NPCs in this subclimate.

Declaration
public FactionFile.FactionRaces Names
Field Value
Type Description
FactionFile.FactionRaces
| Improve this Doc View Source

NatureArchive

Texture archive index for ground scenery (rocks, trees, etc.).

Declaration
public int NatureArchive
Field Value
Type Description
Int32
| Improve this Doc View Source

NatureSet

Texture set for nature textures.

Declaration
public DFLocation.ClimateTextureSet NatureSet
Field Value
Type Description
DFLocation.ClimateTextureSet
| Improve this Doc View Source

People

The race of wandering NPCs in this subclimate.

Declaration
public FactionFile.FactionRaces People
Field Value
Type Description
FactionFile.FactionRaces
| Improve this Doc View Source

SkyBase

Texture archive index for base sky set.

Declaration
public int SkyBase
Field Value
Type Description
Int32
| Improve this Doc View Source

WorldClimate

World climate value from CLIMATE.PAK. Ranges from 223-232.

Declaration
public int WorldClimate
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX