Quote Originally Posted by Etwmodders
one time, i made my enums for a unit, and saved and quit. the next time i opened my data, and the enums were not there when i oppenend them. did i do something wrong, or is this supposed to happen?
Remember the 'enums' files are saved separately from the unit data, what’s more there are 2 files dealt with in the 'enums' section, export_descr_units_enums.txt and export_units.txt (in the text folder). Both are important, export_units being the key file, and export_descr_units_enums.txt being the linking file.

To save time, export_descr_units_enums.txt is generated from the export_units.txt file that is currently open, as well as any changes residing in memory, make sure you save export_units as well as generate the enums when done.