Krongorka
Well-Known Member
- Sep 22, 2017
- 1,256
- 3,985
- 397
I was more interested about if this is already implemented in mod tools/common knowledge at this point.You should be able to bypass the rune ending with bepinex I think. I am not sure if you can patch IEnumerables or not, I am inexperienced with modding with bepinex. The game code that handles it is TutorialPeriodOfPayment in the GameManager class. (The code below is not all of the IEnumerable, just a snippet of the part handling it, there is much more code below it)
You don't have permission to view the spoiler content. Log in or register now.
You should be able to allow sex with brainwashed NPCs, but I am not sure if any errors will occur or not. You will have to modify the Scene() method for each NPC's Interaction class (InteractionAmilia, InteractionFlora, InteractionNiel, InteractionBarbara, InteractionSenaLena).
Here is the code from InteractionAmilia that handles it.
You don't have permission to view the spoiler content. Log in or register now.
I also made several post about these findings before, like this one about Rune Ending "bypass" (link) and brainwashed character checks for 2.0.9.0 (link). A bit short on time currently, but I'll post an update for 2.0.15.1 later.
I'm using dnspyex 6.3.0 to edit this stuff via IL Instructions in some cases, just because Edit Method is prone to compile errors.