You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider compacting the FormIds so the ESP can either be distributed as ESL or will at least be a simple conversion for the end user.
The CK and SSEEdit both have built-in utilities to compact FormIds for ESL conversion.
The utilities will not renumber FormIds that are already valid for ESL (between 800 and FFF), only new forms (not overrides from masters) that are > FFF. Since it will not change currently valid FormIds, this would be a breaking change the first time you do it, but future releases could be compacted without resulting in a breaking change.
This would also necessitate changes to all device configurations, since they use the FormId in decimal for the configuration. I would suggest that you change the configuration format to use EditorId instead of FormId in the configuration files. EditorIds will not be changed by the tools, only whenever you decide to rename a device and change its EditorId to match the new name.
The text was updated successfully, but these errors were encountered:
Consider compacting the FormIds so the ESP can either be distributed as ESL or will at least be a simple conversion for the end user.
The CK and SSEEdit both have built-in utilities to compact FormIds for ESL conversion.
The utilities will not renumber FormIds that are already valid for ESL (between 800 and FFF), only new forms (not overrides from masters) that are > FFF. Since it will not change currently valid FormIds, this would be a breaking change the first time you do it, but future releases could be compacted without resulting in a breaking change.
This would also necessitate changes to all device configurations, since they use the FormId in decimal for the configuration. I would suggest that you change the configuration format to use EditorId instead of FormId in the configuration files. EditorIds will not be changed by the tools, only whenever you decide to rename a device and change its EditorId to match the new name.
The text was updated successfully, but these errors were encountered: