ManlyMarco
ManlyMarco
What's the game? What runtime is it using? If you don't want to publicly share the game name you can come talk on the discord server.
Does the game work fine without BepInEx? How does the game folder look like?
If you want to patch only if there's a condition then you can just make a Harmony instance and patch/unpatch it as needed, you'll just need to patch in a...
If you want to patch a single method then you can do something like this https://github.com/IllusionMods/IllusionModdingAPI/blob/dc09eed2c1b740e32f63400e5efde527ddad7077/src/KKSAPI/MainGame/TopicApi.cs#L242-L243 and then do h.UnpatchSelf() to remove the patch. You can then patch again, rinse...
Can you give more information about the environment? Post the game log.
Assuming you use bepinex, to debug harmony patched methods you have to change harmony backend to cecil in bepinex.cfg. You still can't easily set a breakpoint inside the method but...
It's just theoretical. Using RandomNumberGenerator can still result in getting two of the same value. The odds are astronomical but I'd feel a lot better using this feature if there...
Sounds like sideloader data isn't getting saved in this case. This sort of thing was exactly why the randomization was put in. It might look like it worked before but...
Added a bandaid solution for now until someone makes a proper fix https://github.com/IllusionMods/BepisPlugins/commit/5e5ffc6276749e8282cbdaddde37f4c6df99c238
It's known, nothing at the moment supports VRTheater and there's no plans to fix it since there's already a studio VR plugin.