AnonyGirl Posted March 31 Posted March 31 Okay so this may be a bit of an odd one, but I can't find anything related to this on either of the main modding sites I use. I'm wondering if theres a way for LooksMenu to see the folders in the F4EE Overlays directory and then USE THEM. Instead of just dumping all the overlay textures into one HUGE list that I need an autoclicker to scroll. I'm aware that you're able to just delete the ones you don't want, but I kind of really don't want to do that.
robotized Posted March 31 Posted March 31 I think the Sort option inside overlays.json can be used across mods. Lets say you have mod A, B and C with overlays. You want overlays from C to appear first in the list, then from mod A and finally mod B. You start by opening overlays.json of mod C. Find the very first overlay and copy "sort": 0 . Use Replace function of the text editor and replace all with "sort": 1 . Do the same for the overlays.json of mod A and B, but use "sort": 2 and "sort": 3 respectively. This is applicable when every overlay in the json uses same sort number, which is the case most of the time.
Recommended Posts