Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

My game just started pushing me broken events, seemingly out of nowhere. Now, every 2 in-game days or so, an event pops up, but the event does not go away when I pick an option (clicking options can yield results, such as increasing influence over an idol, and clicking on the same option multiple times will keep increasing that influence). The background does not go out of focus, and while the game time is paused while the event is active, I can still interact with the background, and sprite animations still run. Also, it's worth mentioning that this always happens at the end of the in-game days, kinda like how it was with those time freezing bugs. It basically forces me to quit to the main menu and reload my save every time it happens.

Oh, and as you can see in this screenshot, one of the broken events that popped up was in English, even though I was running  my game in Portuguese.

Upload your save pls

Here it is: https://file.coffee/xpFaOk6f7.json

I tried like 5 times, there's always a dating scandal happening. There's probably an issue with translation? Upload Player.log too, there might be a hint

(But I did get a different bug once, a scandal popup and the sales chart opened at the same time, breaking the game, I'll need to fix that.)

Here you go: https://file.coffee/O3zenjrOZ.log

I got one broken shoplifting event, then two broken cosplay scandals in a row. Do let me know if you see anything wrong with the file.

Yeah, there's nothing in the file unfortunately

Maybe try replacing translated event_templates.json with original one and see if that fixes the issue. Or other files like vars.json

Or you can just email me the translation, I can test it in the editor

(2 edits)

I'll try replacing those files with their original versions, see if that fixes it. Just for some extra context, I managed to play Beta #11 for over 2h with the updated, translated files before this issue started happening. Maybe it was something I changed in one of the files between last night and today, but either way, I'll send you the translated files.

(+2)

Okay, you just missed commas in vars.json, adding them should fix it. Btw you can use something like Sublime Text to edit files, it can highlight errors


Sweet, thanks for the help!