Struckur Posted April 12, 2018 Share 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! Link to comment Share on other sites More sharing options...
werr92 Posted April 13, 2018 Share 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. Link to comment Share on other sites More sharing options...
Struckur Posted April 13, 2018 Author Share Posted April 13, 2018 (edited) 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 Link to comment Share on other sites More sharing options...
Recommended Posts