Skip to content

Color Presets

Christian Bronk edited this page Nov 17, 2019 · 3 revisions

You can define Color Presets for the GrassColor modules. There are two types:

One for the legacy GrasColor (one s only) and one for the new GrassColor2 Module:

You can put these entries anywhere in a .cfg file within the GameData Folder.

GrasColor:

KK_ColorPreset
{
    Name = KSC Grass
    Color = 0.48,0.535,0.22,0.53
    Texture = BUILTIN:/terrain_grass00_new
}

GrassColor2:

KK_ColorPreset2
{
    Name = KSC (default)
    GrassColor = 0.576471,0.611765,0.392157,1
    TarmacColor = 1,1,1,1
    NearGrassTexture = BUILTIN:/terrain_grass00_new
    FarGrassTexture = BUILTIN:/terrain_grass00_new_detail
    TarmacTexture = BUILTIN:/ksc_exterior_terrain_asphalt
}