RunFaps
BCG
BCG patreon

[Devlog] EP4

🕑 Added 2025-04-12 10:33:48 +0000 UTC
[Devlog] EP4

Comments

Utopia777

waitings for ep5 💯

BCG

Never seen it done that way, that's cool! I definitely see usecases for that, although perhaps not here because I show the base image, then slap on the cutout bulge if femboys are True: show baseimage if persistent.femboys: show bulgeoverlay since the bulge is a cutout, it's much smaller filesize than another whole image just for the bulge. So I'm sparing some much needed space in these, quite frequent, occurences. Thanks for that though, I'll definitely use it somehow!

GetOutOfMyLab

Make sure to use ConditionSwitch for the Cee femyboy thing. For example, outside of your labels, you can define images like this: image csa_0 = ConditionSwitch("persistent.femboys", "csa_0_femboy", "True", "csa_0") and then in your script, you can just do: scene csa_0 If persistent.femboys is true, it will be the femboy image. Otherwise, it will be the non-femboy image.


More Creators