How do I mod the sprites tho? Edit those animations? I personally want to add blood while deflowering and as the game suggests "tearing your hymen to pieces" which I want to add it to the vaginal x-ray.
That's another problem yeah, I'm no sprite designer myself, I wish I could do some stuff also like adding tongue penetration xray, maybe also cervix penetration for bigger insertions or fisting.
It's only PNG files, with a few gifs for some static animations. The game only "scrolls" through the gif from one picture to another.
You would need to both:
- add an animation for that case, just copy over the vaginal x-ray one (in img/sex/xray/vaginal, now that I look at it there's seems to be one for each size of the object inserted) and add your modifications
- modify the correct widget that triggers the animation, that seems to be the <<widget "xrayimg">> in /game/base-combat/images.twee
But I wouldn't mess with animations personally as for now, seems quite heavy to modify or at least easy to break everything, because it's just adding several strings one after another to a filename...
Edit : well actually for the xray background, which is the one you want to modify, it seems not that hard now that I look at it because it's only one separated block in the widget. But you may need to use a new variable to trigger the event ONLY when the character loses virginity...