Seal of Lutellaria - device integration

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.

1 Like

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

lutellaria.funscript (194.6 KB)

I modified 99ms script to make the strokes longer while still holding true to the original scripting

1 Like

Did you test them to make sure they still work well for Handy devices?

yes tested and working

2 Likes

Longer ? Like in term of height ?