Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Any other mods, bugfixes, etc installed?

The only other mods are "Constants" and "randomportraits", no bugfix. The strange thing is that I was able to play for a few days and had saved a few times with no problem.

Gotcha. Unless something has changed in Constants, I'm pretty sure that my mod isn't compatible with Constants at all. RandomPortraits is fully compatible.

Ah, ok, thanks, I had no idea Constants wasn't compatible...

Both mods override the same functions, unfortunately

Deleted 3 years ago

No, you are fine. So long as Aric's Expansion is loaded first (lower number in mod list) there should be no problems.

The constants mod has no conflicts as Aric's Exp does not change _ready() in mainmenu.gd.

The random portrait mod adds to _on_slaveconfirm_pressed() in mainmenu.gd, which Aric's Exp overwrites.  No conflicts in slave_tab.gd or constructor.gd.