What you want to change I believe is file StateValue 's sperma attribute or rather stuff that decreases it which occurs I think only in Hgage.
From my mod changelog an example of this would be to change:
oStateValue.sperma -= 0.03
if (oStateValue.sperma < 0)
oStateValue.sperma = 0
To
oStateValue.sperma = 1
if (oStateValue.sperma < 1)
oStateValue.sperma = 1
And I think that will do it, (no promises) otherwise what you can also do is increase the amount of sperma you gain via searching for it in the data.win via the search function the undertale mod tool has. (my changelog doesnât show me changing it at any point) So that way you still have to work for sex but less work.
Another way is to also use cheatengine to freeze the values which you can also do so for health and ammo if you donât want to make those be extremely high from save editing. (Succubus do insane health damage if they are sexâing you rather than the standardâŚbecause Succubus)
PS file StateValue or another similar code file I believe is just an setup file the game references before save file data is taken into consideration so changing that will change new save made using that edited version.
I tried for a bit, managed to make it so I have max sperma at the start and somehow im able to fuck the cleaners whenever i want but no one else. I did find one place where the edited data.win changed something with the player hp but didnât seem to do anything when i added it to the device integration data.win.
Iâll try some more tommorrow unless someone who knows what theyâre doing is willing to try, the file im trying to find what theyâve changed is the one available on the f95zone post for this game
I found an uncensored data.win file. The player doesnât seem to recognize it even though the game runs just fine. Anyone know why? File structure is the same. Maybe the player is looking for a file with a specific edit date? Thatâs the only difference I can see without the game editor.
The actual integration between the player and the game is inside the data.win file, so if you replace it then the player no longer receives orders. If the uncensored version is finished, I can make an uncensored version for you, we talked about it earlier in the thread but it wasnât finished at that time. If itâs finished though (or unlikely to be updated again) send it my way!
I now have a working SetariaPlayer written as MFP plugin
Is it better then original one? Probably not yet (tho Iâm not sure, maybe it is? Would someone like to test it out?)
Can I see it being better later? Totally yes
For scenes, I cut off the whole animation strip, and run the piece game requests, with matching animation speed, looped if needed
When nothing happens there is a simple filler
For guns, attacks and damages, I add them over the filler.