Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm running into a problem with body images where they double up in the talk menu, with a slightly larger one appearing behind the default regular sized one after selecting "Let's stop and talk". How do I fix this?

(1 edit)

The duplicate sprites in the talk menu are from the mod trying to update the old sprite nodes. The code is found in statstab.gd. There are 63 matches to 'pos1', which should all be 'slave'.

Replacing those 63 instances of 'pos1' with 'slave' fixed it, though I did have to deactivate and reactivate the mod, then create a new save and load it before it worked. Thanks ankmairdor!

If you edit the file in the mod folder rather than in the program folder, then you will indeed need to re-apply the mod. But there is no reason relevant to this that you would need to start a new save file, as it doesn't effect the save data. It shouldn't even require a restart of the program as returning to the main menu to re-apply the mod would reload the changed file.