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
Add support for manually entering names to create new LevelSetStats entries in a save file, and then also allowing manually entering SIDs to create new AreaStats to an existing LevelSetStats. If the save file does not currently have any modded data this should set all the flags to signify it is a modded save file.
This functionality should live exclusively in the gui app for now, and can be moved to the library later if it seems worth it.
This should rely on the Default implementations as required by #2 to create the empty AreaStats.
The text was updated successfully, but these errors were encountered:
Add support for manually entering names to create new
LevelSetStats
entries in a save file, and then also allowing manually entering SIDs to create newAreaStats
to an existingLevelSetStats
. If the save file does not currently have any modded data this should set all the flags to signify it is a modded save file.This functionality should live exclusively in the gui app for now, and can be moved to the library later if it seems worth it.
This should rely on the
Default
implementations as required by #2 to create the emptyAreaStats
.The text was updated successfully, but these errors were encountered: