Home Artists Posts Import Register

Content

Hi all! Here's what's new with the upcoming Bondage Lily 3 update.

This month I've been performing the task of creating new versions of all the different gag options to match the new hogtie pose.

First, we draw each gag. Between all the different options, we have 16 OTMs, 16 OTNs, 16 masks, one super-huge-multi-layered cloth gag, 3 stuffers, 4 cleaves, 2 hoods, a cloth collar, a cloth blindfold, a tape blindfold, 2 ballgags with different stuffing and harness alts for each, and a bunch of tape strip and wrap gags with three different tape types for each of those. We also need different face sprites to show Lily's stuffed cheeks and/or wide open jaw, and blush sprites for each of those.

It's a lot!

But we're not done! Next, we go through them all one by one and export the lines, base color, and shading for each as separate images. This ultimately saves time and file size by letting us change the colors dynamically instead of having a different image for each color. More on that here.

In the end, we've got over 250 new images in all.

Next, we import all the images and go through them one by one yet again, setting the collision mask for each. It's set to a rectangle by default, but we want it to precisely match the actual image. Otherwise, the game might think you're clicking on the gag when you're really just clicking on empty space, and it'll get removed by accident.

Then we add the images to our big 3D array of all the different gag options so we can use them later...

THEN we write the code that actually says "when you drop this item on Lily's face, do such-and-such." Because we're mostly just making tweaks to the code from the original scene, this part is relatively quick and easy.

And now we're finally done!

So unfortunately, no exciting new features to show off this time, and also very very time-consuming on my end. But it had to be done! And now we've got our nice new hogtie pose all ready to go.

Well... almost. Still have to do the rest of the clothes. And facial expressions. And bondage options. Sigh. 🫠

At least next month I'll be adding new outfits, which should hopefully be a little more fun to see.

As always, a note just to be extra clear: Nothing in this post is in the publicly available version of the game yet. That'll come once I've finished everything and worked out any bugs. There's still plenty to do, but I've been working hard on it and want to release the update as soon as I can. Until then, I'll be sure to keep you all posted on its progress!

Thanks all!

Comments

J J

Not sure if this is gonna sound stupid but for the ppl who don't have the game, do we get images of lily tied up or is it exclusively to the game only?

Sen Trillion

Daaaaang Jam! Big brain over here, I don't know how you keep track of all this coding but it's all looking awesome, amazing work!

jamorbital

Not a stupid question at all! No separate images outside of the ones shown in these devlog posts, but you can find a 50% off discount code here: https://www.patreon.com/posts/34168193 I'm also trying to think of other rewards I can give $10+ patrons. Maybe I can create a new demo that includes a pared-down version of the hogtie scene, and let you guys play it early?

jamorbital

Thank you Sen! The coding really isn't that complicated. The hard part is really just the tedium of drawing, saving, and importing so many different images.

Nightrain54

Is there a update for Mac Jam? I dropped a message on DA a while back and you mentioned about it being available for mac soon

jamorbital

To be honest it's up in the air. I want to make a Mac version but at this point I'm not sure if I'll actually be able to.