Skip to main content

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

Thanks! About ears. Please use only tags from the list. https://safebooru.donmai.us/wiki_pages/tag_group%3Aears_tags

Missing cutscenes: I will fix in the future release, will not issue hotfix right now. As i see it: if you create a custom character and don't touch the personality selection box once, the character will be created with blank personality, which causes the bug. I have my characters at AppData\Roaming\Godot\app_userdata\API\custom_characters . Can you check if there is your character file and it's like

personality = ""  

?  To fix, open file with notepad and change the line to one of supported personalities: 'log', 'victim', 'shy', 'curious','all_in' , for example: 

personality = "shy"

Please get back to me if the personality is not empty in character file or the issue is not resolved this way.

Sorry for the inconvenience!  

(+1)

Ok! I can confirm that this is caused by the missing personality!