Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
"scriptInstructionLimit" : 40000000,
"scriptInstructionMeasureInterval" : 2500,
"scriptRecursionLimit" : 50,
and cleared the error.
A script delta change of 3-4 is kind of common due to the mod trying to keep a 4x headroom.
I'm getting the above error with severe performance degradation in certain places (gic starting base). I think I need to optimize the code of the antr_cosmeticEffects.lua script.
Unfortunately, the only way to tell if an item has cosmetic effects is to wear it, I haven't been able to add an indicator to display them, as it will likely conflict with tooltip mods.
I posted the full list of affected item IDs in the description of both this mod and the utility addon.
"statusEffectsC" : ["xenonglow"]
For example if you add the following parameter to a clothing's config it will apply the xenon lamp's effect only while in the cosmetic slot, this can be combined with the normal statusEffects to get it to work on both slots.
"statusEffectsC" : {"xenonglow"}
Also, sometimes it might take a bit for the effect to update due to the performance protection, the script resets back to max update speed if you change worlds or relog.
Oddly enough, it was mostly glow and point light effects, for some reason I thought there were more..
Wasn't sure what to do about augments so I didn't touch them.
Kind of forgot about cosmetic buffs, guess I'm making an addon for that.
My intention was more with adding inconsequential "vanity" effects, like what I did with Player Voice, as I didn't want to turn the cosmetic slots into another set functional slots.
@tigerfestival1988
Only if the augment is modded to use that extra parameter.