-
Notifications
You must be signed in to change notification settings - Fork 23
Description
I am new to Mod Constructor and was trying to export a custom career, but I encountered an error during the export process. A popup appears with the message:
List exceeds the maximum amount allowed by the SimData
Steps to Reproduce:
Open Mod Constructor (V5).
Create a new custom career.
Add objectives or levels (not sure how many might trigger this issue).
Attempt to export the career.
Expected Result:
The career should export successfully without errors.
Actual Result:
An error popup appears and the export fails.
Error Message:
List exceeds the maximum amount allowed by the SimData
at Constructor5.Base.ExportSystem.Tuning.SimData.SimDataHandler.WriteList(Int32 startPo...
at Constructor5.Elements.ObjectiveSets.ObjectiveSet.BuildSimDataCareer(TuningHeader tu...
... and so on
I'm not sure if this is caused by having too many career levels or objectives, but the error happens consistently when trying to export.
