Struckur Posted April 12, 2018 Posted April 12, 2018 Greetings, So I have a list of ObjectReferences and need to hightlight the objects from the script file, but I can't find anything in the related script files that hit at how to do so, any hints? This is for my Clipboard addon, to highlight all objects in the selection area . https://www.nexusmods.com/fallout4/mods/31090 Thanks!
werr92 Posted April 13, 2018 Posted April 13, 2018 It is very simple actually. You need to play an EffectShader on reference. You can play it by calling Play() function. Create (or find any if exist) a gradient shader. I use ARGB 32bit codec of DXT format, it works fine.
Struckur Posted April 13, 2018 Author Posted April 13, 2018 (edited) On 4/13/2018 at 8:00 AM, werr92 said: It is very simple actually. You need to play an EffectShader on reference. You can play it by calling Play() function. Create (or find any if exist) a gradient shader. I use ARGB 32bit codec of DXT format, it works fine.Thank you very much, that is perfect! Edited April 13, 2018 by Struckur
Recommended Posts