Hi, thanks for playing.
For some reason one of the events in the event chain towards Level 2 is buggy for some people. I’m still figuring out, why that is.
The replay bug is something I also just noticed while developing, I already fixed it for the next version, but thanks for reporting :) Because of some changes that happened to the character stats, the gallery stopped setting the level in the replay from the saved gallery data and instead used the normal game’s level.
I’m sorry about that. The event variants were never really intended to be fully discovered, they are only to give a bit of variation, when repeatedly seeing the same events. From a technical standpoint it is very difficult to have the game unlock replay variants. That data is generated and then registered as they are used. Since player decisions are registered in the gallery in the middle of events, the game would have to iterate through all possible event combinations and run through the entire event for each combination to make sure that no errors appear. That would not only necessitate long loading times, it would also require a big overhaul of all the events. But that specific event you mentioned has the biggest number of variants, out of all currently available, so at least there isn’t as much work for the other events :)