Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Every time NPC initialization is required, it goes through a loop. In the event that the loop is not needed, these variables are overwritten based on the available data.

What about taking too long to react: you may have generated too many NPCs or left the game open for a long time. RenPy has a memory leak problem, so if you leave the game open for a long time, it will start going wrong.

(1 edit)

Thank you so much for responding.

The thing is, it isn’t the NPC creating thing that has the problem, it is when I create the main character. After I click randomize character Generation twice(or something like that), it seems like the first random data is preserved. So I am able to be both tall height, average height and low height.  I think that cause the memory leak, maybe.