Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский — Испания)
Español - Latinoamérica (испанский — Латинская Америка)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский — Португалия)
Português-Brasil (португальский — Бразилия)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом








Everything that causes any lag in this addon is a result of changing an existing console command or calling an existing function, which I don't have any way to optimize.
(Also the fog editor shouldn't have any effect on the light/environment editor, there isn't any overlap in what they do/what functions they use. If it did I'd be very surprised)
There actually already is a delay of varying sizes for most of these. Ambient light has a 0.5s delay to any update (because otherwise dragging the slider would severely lag or crash you), and mat_specular/r_radiosity have 3 second delays.
Sorry if that isn't very helpful. I just can't really do much, because everything that's weird / semi-broken / laggy in this addon is happening in-engine, rather than in the part I wrote (which is actually pretty simple, it's only a couple hundred lines, most of which is defining convars and setting values)