So this only does credsticks and digipicks (which are a dime a dozen at vendors)?
Dang, I was hoping it did valuables like crafting materials, weapons, etc. Everything but junk like pencils, cups, all that crap. I have no idea how hard that would be to do, but thanks for this.
Is there a way for you to make a mod to disable the "blue light" on specifics items? Like disable it for every f*#@ing bottle and empty things, just allow it on mags, magazines, medkits, credits.. Whatver useful items x)
I installed the mod "Burden Me Not". It highlights clutter items after u track the new category in the Research Lab called "Vacuum Tape". Then I added these commands to my Starfield.ini to hide the tracked clutter.
Hide tracked objects:[Monocle] aHighlightScannableFillColor_Tracked=0,0,0,0 aHighlightScannableOutlineColorHigh_Tracked=0,0,0,0 aHighlightScannableOutlineColorLow_Tracked=0,0,0,0 fHighlightScannableOutlineThickness_Tracked=0 Also, Or you can adjust the colour by using RGBA values, for example, a light grey variant:[Monocle] aHighlightScannableFillColor_Tracked=100,100,100,80 aHighlightScannableOutlineColorHigh_Tracked=100,100,100,80 aHighlightScannableOutlineColorLow_Tracked=100,100,100,80 Alternatively you can also edit the colour of the normal scanned items:[Monocle] aHighlightScannableOutlineColorHigh_Generic=255,0,0,255 aHighlightScannableOutlineColorLow_Generic=255,0,0,255 aHighlightScannableOutlineColorLow=255,0,0,255 aHighlightScannableOutlineColorHigh=255,0,0,255Deep red in this case, change it to whatever RGBA values you want.
Courtesy to the "Burden Me Not" creator for the mod and the member ItsKaa for the Monocle codes above!
Made my game so much more enjoyable rather than wasting most of my time going through clutter i want or not...
72 comments
That would be very helpful, because it's not also easy to find, even knowing the usual spots in the various ships where you'll find it.
Dang, I was hoping it did valuables like crafting materials, weapons, etc. Everything but junk like pencils, cups, all that crap. I have no idea how hard that would be to do, but thanks for this.
Like disable it for every f*#@ing bottle and empty things, just allow it on mags, magazines, medkits, credits.. Whatver useful items x)
Hide tracked objects:
[Monocle]
aHighlightScannableFillColor_Tracked=0,0,0,0
aHighlightScannableOutlineColorHigh_Tracked=0,0,0,0
aHighlightScannableOutlineColorLow_Tracked=0,0,0,0
fHighlightScannableOutlineThickness_Tracked=0
Also,
Or you can adjust the colour by using RGBA values, for example, a light grey variant:
[Monocle]
aHighlightScannableFillColor_Tracked=100,100,100,80
aHighlightScannableOutlineColorHigh_Tracked=100,100,100,80
aHighlightScannableOutlineColorLow_Tracked=100,100,100,80
Alternatively you can also edit the colour of the normal scanned items:
[Monocle]
Deep red in this case, change it to whatever RGBA values you want.aHighlightScannableOutlineColorHigh_Generic=255,0,0,255
aHighlightScannableOutlineColorLow_Generic=255,0,0,255
aHighlightScannableOutlineColorLow=255,0,0,255
aHighlightScannableOutlineColorHigh=255,0,0,255
Courtesy to the "Burden Me Not" creator for the mod and the member ItsKaa for the Monocle codes above!
Made my game so much more enjoyable rather than wasting most of my time going through clutter i want or not...