
[ENH] Switch to LoadSavedVariablesFirst in 11.1.5
TimothyLuke opened this issue ยท 0 comments
๐ข How does GSE currently work
GSE currently sets up the mod and then is notified that saved variables are loaded. This loading is the last thing that occurs when a player enters the world. As the variables are loaded last, if the player is in combat then the GSE Sequence Buttons cannot be initialised.
๐ข Describe the solution you'd like
11.1.5 adds a function where teh addon can elect to load existing saved variables first. Switching to this has some architectural challenges in that this function is not present on the Classic variants.
๐ข Additional context
The TOC change is below:
## LoadSavedVariablesFirst: true
Would need to have the variables do a null check on init and replace with defaults if not available.