How do I properly delete old GUI modules?
-
Sorry in advance for the stupid question, I've never deleted modules before...
I just did a fat rewrite of my player and cleaned up a bunch of stuff, so I deleted some old unused GUI elements and now I'm getting this:
It doesn't seem to affect anything but it's really ugly and I hate it, does anyone know where it's searching for this stuff from, or how I clear this? I can't find any reference in the UIdata or main xml files.
-
You‘re trying to create script references to the old UI elements.
-
Are those script references?
-
Yeh I'm dumb, I did delete the references but I think I forgot to save or something
thanks team
-
Now at risk of being dumb twice in 20 minutes, what's the best way to "update" Factory Presets when moving old GUI to new GUI?
I assume bulk-editing the references in a text file editor...
-
@iamlamprey said in How do I properly delete old GUI modules?:
I assume bulk-editing the references in a text file editor...
That's how I do it. I use Atom which has find and replace across multiple files.
-
Sweet cheers :)