Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Okay I seem to have got it to kind of work.
The selfillum can change color but the actual glow isn't present just that the model's color is brighter.
This is the code:
"$selfillum" "1"
"$selfillumtint" "[5 0 0]"
"$blendtintcoloroverbase" "0"
"$colortint_base" "{ 255 0 0 }"
"$colortint_tmp" "[0 0 0]"
"proxies"
{
"ItemTintColor"
{
"resultVar" "$selfillumtint"
}
"SelectFirstIfNonZero"
{
"srcVar1" "$colortint_tmp"
"srcVar2" "$colortint_base"
"resultVar" "$selfillumtint"
}
}
Well basically all that needs to happen is to be able to change the glow color in element viewer without it affecting the glow strength and all without having to add an attribute into the element viewer.