When using a vanilla instance of Atlyss after using the mod to overstack items, the excess past the item limit will be wiped.
I'll make a separate development branch where I'll test implementing a fix, primarily by doing the following:
- Duplicate save files to a directory in
ATLYSS_Data, maybe just labelled aism.
- On loading the mod, check for differences between
aism data and otherwise.
- For saves, if the atl file has less in a stack than the AISM save has, give the player the difference.
- For storage, give the storage the difference. In case a tab is full, overflow to the next for filling the storage.
I've put this as a proposal to ask people's opinions before I start work on this.
When using a vanilla instance of Atlyss after using the mod to overstack items, the excess past the item limit will be wiped.
I'll make a separate development branch where I'll test implementing a fix, primarily by doing the following:
ATLYSS_Data, maybe just labelledaism.aismdata and otherwise.I've put this as a proposal to ask people's opinions before I start work on this.