IllusionMods / KKS_VR

VR plugin for Koikatsu Sunshine (main game and studio)
MIT License
49 stars 11 forks source link

Camera stuck / softlock after story H end if no topic was gained #10

Closed ManlyMarco closed 1 year ago

Nerofaust commented 1 year ago

Hello, I carried out several tests to try to identify the source of the problem of the error related to the soft lock after a story H. I found that the stats display scene after story H end is handled in this function of the GameFixes.cs file. If I comment it the game freeze and if I modify it the vr mode does not start. ManlyMarco, I've never done C# before, do you know how to trigger the event when a topic is gained (or then just display a message, that would be a start) or else where in the code is it handled? Thank you for your mod, it's amazing.

momspaghetti123 commented 1 year ago

Is this related to #17?

ManlyMarco commented 1 year ago

Yes, this was fixed.