Skyrim Mod:SkyEdit/User Interface/Common Fields
This page describes common user interface elements seen in many edit dialogs of SkyEdit.
Element | Description |
---|---|
FormID | The formid is a 32-bit integer which uniquely identifies a record. Formids are displayed in base-16, or hexadecimal, notation in SkyEdit. The first two digits (most significant byte in the value) is the mod-index and will change depending on the master files and plugins loaded. The remaining values (least significant 3 bytes) will always remain the same.
|
EditorID | The editorid is a string which uniquely identifies a record. Note that some records, like references, can have a blank editorid if it is not needed. An editorid can be any combination of letters and numbers (underscores, spaces, and other symbols are not allowed). There does not appear to be a maximum editorid length (like there was in Morrowind).
|
Save Button | This button appears on all edit record dialogs and pressing it will attempt to save all changes made to the record. If the record's editorid has changed you will be prompted to either copy, rename or cancel. If you cancel the record, or there is an error in the selected editorid, changes will *not* be saved. On success the record dialog will be closed.
|
Apply Button | This button, appearing on all edit record dialogs, is the same as the Save button except the dialog remains open after saving.
|
Cancel Button | Pressing this button will cancel any changes made to the record since it was last saved or applied. |