OpenMW-CS: Editor doesn't check if IDs and other strings are longer than their hardcoded field length
from https://forum.openmw.org/viewtopic.php?f=2&t=3233
Script IDs can not be longer than 32 characters, because of the data structure used for saving (inherited from vanilla MW). https://github.com/OpenMW/openmw/blob/m ... pt.hpp#L34 I presume that OpenCS does not do any checking that created script IDs are actually within that character limit. Please raise a bug report.
(RM-3066 from redmine: created on 2015-12-08 by Who Knows, )
Edited by redmine
