I really like this game and I appreciate the foreplay and individual character interests/tolerances. My only real "problem" with the game in its current state is that, in general, when I'm ready to finish playing a game
(get off) I have a strong preference for games that let you just go into
CUM MODE and get off on your own time while enjoying an extended moment.
To achieve that, I loaded in a script with
You must be registered to see the links
adjusting a few specific game values in order to:
- remove stamina loss/allow you to cum unlimited times without penalty
- set edging bonus to max (edging bonus causes multiple back-to-back ejaculations)
- reduce delay between orgasms
- set the #2 auto speed to be even faster than the max speed (because post-orgasm, "auto" resets back to the #2 speed; this ensures no slowdown)
UnityExplorer startup.cs file:
(usually also need to rerun it in the UnityExplorer console once the game scene loads in) (a couple of the lines are probably redundant/unneccesary)
INI:
His.Stamina.lossMultOnClimax = 0f;
His.Stamina.lossOnClimax = new Vector2(0f, 0f);
His.Stamina.idleCooldown = 0.1f;
His.Edging.gainOnEdgingTick = 100f;
His.FuckerV.cockStimMultiplier = 0.6f;
His.FuckerA.cockStimMultiplier = 0.6f;
His.FuckerV.sexSpeedsAvailable[2] = 0.25f;
His.FuckerA.sexSpeedsAvailable[2] = 0.25f;
(I know not explaining will reduce how helpful this post is, and I apologize, but I'm not going to explain how to install or use Bepinex IL2CPP, UnityExplorer, or the startup.cs file; it'd make this post like 5x longer and there's plenty of resources out there. Sorry I don't know how to just make it a mod lol. Half the reason I'm posting at all is to convey to the dev what I'm enjoying about the game and what's improved my experience with just a few values changed, in case they want to implement similar)
tl;dr cum
View attachment thanos.mp4