SlyProton 🔞
banner
slyproton.bsky.social
SlyProton 🔞
@slyproton.bsky.social
I'm making lewd video games!
https://slyproton.itch.io/

Support me on Patreon:
https://www.patreon.com/SlyProton
Thanks! :D
July 29, 2025 at 5:52 PM
I checked, the normals aren't used at all, only the contact points (sorry it's been a while since that)

From there, (player.position - contact_point.position) gets me the vector away from the collision.

(And set the Y component to 0 to avoid pushing the player in the ground or in the air)
July 27, 2025 at 10:45 PM
I say shapeCast, but it's really just a dumb detection volume that follows the player. In Godot there's the Area node for that, but it doesn't report the contact points and normals, so I use a shape cast with a cast distance of 0 instead.
July 27, 2025 at 9:55 PM
I think most games just put a shape volume on the head of NPCs and other stuff you're not supposed to jump on, and pushes the player away when it enters the area.

Here it's basically the same, except the volume is attached the player instead
July 27, 2025 at 9:53 PM
There's a shapecast at the feet of the player. When there's a collision, it pushes the player away from the contact point (in the horizontal plane).

The RayShape is only there to keep some space between the ground and the shape cast, but it also allows to climb stairs and small obstacles.
July 27, 2025 at 9:53 PM
Haha yeah I'm a bit more active on discord but not by much. Making a new demo each month is a lot harder than I thought 😫
April 1, 2025 at 9:03 AM
In theory, yes!
For now I'm only moving the bones around, there's no squish and stretch yet, but it's planned

How saggy the breasts are is something I need to expose in the character editor
March 31, 2025 at 5:41 PM
I'm glad I'm rolling a custom tech for the breasts physics, getting that push up effect when putting on clothes was super easy to make :D

Just make the 4 springs stiffer and that's it!
Each clothes exposes how much they impact the breasts so the effect is tuned for each outfits !
March 31, 2025 at 12:51 PM
I do now! (I didn't notice it was turned off by default)
March 10, 2025 at 1:44 AM
I only had 2 weeks to work on that release, but you're still getting 3 new positions and a new area to explore!

patreon.com/SlyProton
Get more from SlyProton on Patreon
Making lewd videogames
patreon.com
March 2, 2025 at 4:47 PM
Hidden behind the station because they're not finished yet 😭
February 26, 2025 at 4:41 PM