Finding Specific Entries in a Long List of Objects - beckabooo/DAV_Modding GitHub Wiki
Say you want to look for one specific item in a list, but it has tens or hundreds of entries and looks like this:
And you really don’t want to open all these entries one by one to find where Emmrich keeps his stupid teapot.
- Right click and Export the file
- Open it in your favored xml editor
- Search for the item you are looking for
- Scroll up a bit to find its guid
- Now copy and search for the guid, and its index will be right next to it
(I happened to pick the item that would have been at the top of the list anyway. Figures.)
- Return to the editor and open up the entry with the same index
Success!