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:

01

And you really don’t want to open all these entries one by one to find where Emmrich keeps his stupid teapot.

  1. Right click and Export the file

02

  1. Open it in your favored xml editor

03

  1. Search for the item you are looking for

04

  1. Scroll up a bit to find its guid

05

  1. 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.)

06

  1. Return to the editor and open up the entry with the same index

07

Success!