Иконка ресурса

Sky Dynamic Lighting (MSK Timezone) 1.4.1

Нет прав для скачивания
INI:
// ===================================================
// Dynamic Sky & Lighting Configuration
// ===================================================
//
// This file controls the automatic sky and lighting changes
// based on Moscow time (MSK UTC+3)
//
// File automatically generated by plugin
// ===================================================
// ===================================================
// PLUGIN SETTINGS
// ===================================================
//
// Enable or disable the entire plugin
// 0 = Disabled, 1 = Enabled
ENABLE_PLUGIN "1"
// Enable sky texture changes
// 0 = Disabled, 1 = Enabled
ENABLE_SKY_CHANGES "1"
// Enable lighting changes
// 0 = Disabled, 1 = Enabled
ENABLE_LIGHTING_CHANGES "0"
// ===================================================
// TIME SETTINGS (MSK TIMEZONE - UTC+3)
// ===================================================
//
// All times are in 24-hour format (0-23)
// Night:   22:00 - 04:59
// Morning: 05:00 - 08:59
// Day:     09:00 - 17:59
// Evening: 18:00 - 21:59
//
NIGHT_START_HOUR "22"
MORNING_START_HOUR "5"
DAY_START_HOUR "9"
EVENING_START_HOUR "18"
// ===================================================
// SKY TEXTURES SETTINGS
// ===================================================
//
// Available built-in CS 1.6 sky textures:
// trainyard, morningdew, blue, hav, space, desert, snow,
// jungle, urban, water, 2sky, 4sky, 5sky, 8sky, 9sky
//
// Day sky texture (09:00-17:59)
SKY_DAY "trainyard"
// Morning sky texture (05:00-08:59)
SKY_MORNING "morningdew"
// Evening sky texture (18:00-21:59)
SKY_EVENING "blue"
// Night sky texture (22:00-04:59)
SKY_NIGHT "hav"
// ===================================================
// LIGHTING SETTINGS
// ===================================================
//
// Available lighting values:
// a - pitch black (darkest)
// b - very dark
// c - dark
// d - dim
// e - slightly dim
// f - neutral
// g - slightly bright
// h - bright
// i - very bright
// j - extremely bright
// k - brightest (almost white)
// m - neutral bright
// n - outdoor daylight
// o - warehouse style
// p - foggy style
// q - rainy style
// r - desert style
// s - overcast
// t - evening style
// u - industrial
// v - cave style
// w - underwater
// x - night (default dark)
// y - normal daylight (default bright)
// z - medium bright
//
// Day lighting (09:00-17:59)
LIGHTING_DAY "y"
// Morning lighting (05:00-08:59)
LIGHTING_MORNING "y"
// Evening lighting (18:00-21:59)
LIGHTING_EVENING "t"
// Night lighting (22:00-04:59)
LIGHTING_NIGHT "x"
Назад
Верх