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 ?

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.

1 Like

the data.wim was modified for the integration.
Another version of the file won’t work unless the same modifications are made to that.

You could try looking into it using UndertaleModTool

1 Like

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!

1 Like

Oh I see. The uncensored patch for Setaria worked just fine so I figured it would be the same. I got the patch from this site.

https://lewdzone.com/game/seal-of-lutellaria/

It’s my first time dealing with that website so I don’t know if it’s wholly trustworthy. Sure to turn on that adblock for that one

1 Like

I don’t have time to test it right now so tell me if you have any issues but it SHOULD work fine. Enjoy!

EDIT: Ok, should be fixed now!

2 Likes

Don’t have time to really test it either rn, but it seems to work. Good lookin out.

1 Like

@nodude

I did my homework that was delayed for a long time

ex)

lu6y6x.funscript (22.1 KB)

used video

13 Likes

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.

Better algorithms definitely exist, but this simple one is already good enough

3 Likes