- Apr 2, 2019
- 300
- 645
Thanks for doing this, and it has me scratching my head.Not sure if it is because of the Translation or from the game itself, but at least on my end, whenever I came 3rd time in any battle, I would've been killed off immediately (instead of still being able to continue the fight). Of course, this is an issue (because of specific Scenes you get for cumming 4+ times in the same battle, for example). I took a look at the code, and there were some script calls in Common Events that were the issue. I fixed it on my end (so that I can actually play the game for all its scenes), if anybody has the same issue, Modded files for this are here:
sportsfan30, if you can and wish, let me know if this also happens on your end, too. If it does, you might want to also add this Modification I made to the OP.
After a quick review, I'm wondering if this is an issue or incomplete feature from the developer. Inside the game is another story that was left unfinished. Looking at the states for ejaculation 3 & 4 both use "has lost the will to fight!" as a message for that state.
I did review each event you made changes to and the logic isn't there for a fourth ejaculation based on how they coded the game in RPG Maker. Example from event 374:
You don't have permission to view the spoiler content.
Log in or register now.
There is just no logic in place to formally change the player state to Ejaculation 4.
Using your changes will work to allow the player to keep fighting but it may introduce unintended bugs. While interesting to survive that long, the fight is over after the third climax. The player loses access to all birthstones in the fight after cumming three times and will be hard pressed to if not impossible to beat any succubus after that point.
I could see this as a mod that allows game play to see how long the player can survive while being drained completely of all stats and levels.
Another option would be to modify each event that controls the state change during ejaculation and add a fourth ejaculation moving the kill script ($gameActors.actor(1).gainHp(-($gameActors.actor(1).hp-1))) to that fourth occurrence. I don't have the time presently to do this but if you want to do so feel free.
And/or I can upload your patch to the main post with a credit and brief description of the differences between versions.