Skyrim Mod:SkyEdit/User Interface/Find

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

The find dialog permits searching of binary or text data in the currently loaded plugin and master files.


Interface[edit]

Element Description
Search For Enter the text (or binary data) that you wish to search for. Several previous searches for the current session are saved and can be accessed from the drop down list.
Binary Search When this option is checked the search is performed using the input binary data in hexadecimal notation. For example, "0A 20" would search for two bytes: a carriage return (0x0A = 13) followed by a space (0x20 = 32).
Case Sensitive When this option is checked all searches performed will be case sensitive ('A' will not match 'a' and vice-versa). Note that this option can slow down the search slightly.
Results List When a search is performed any matching records will be displayed in the results list. The list can be sorted and records can be edited directly by double-clicking.
Search Performs the search for the current search text or data.
Close Closes the find dialog. All search data is cleared.


Other Resources[edit]