Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(-1)

IDK am i the only person who is experiencing this, but there are 2 bugs that i want to report (the second one is probably following the first one):

the first bug is that the game does not clean the first Randomized character's information (there might be a problem with the code deleting the status or something)

the second bug is that after you randomized your character for a few times, the game starts to become really laggy(it might take 30 second to reflect my first click), i tried to quit and restart, or even start a new character, all of those did nothing.

P.S.: I am using a windows computer to run the game

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.