SlyProton ๐Ÿ”ž's Avatar

SlyProton ๐Ÿ”ž

@slyproton.bsky.social

I'm making lewd video games! https://slyproton.itch.io/ Support me on Patreon: https://www.patreon.com/SlyProton

111 Followers  |  138 Following  |  46 Posts  |  Joined: 18.10.2024  |  2.0694

Latest posts by slyproton.bsky.social on Bluesky

A picture from the character editor, showing the 3D character at the center, a navigation menu on the left, and the options menu on the right.
The text 0.4.1 release is shown on the bottom right corner.

A picture from the character editor, showing the 3D character at the center, a navigation menu on the left, and the options menu on the right. The text 0.4.1 release is shown on the bottom right corner.

New demo of #RecordsFromCensura is out!

slyproton.itch.io/records-from...

12.08.2025 12:26 โ€” ๐Ÿ‘ 7    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Still a WIP, but freckles are coming next update!

#RecordsFromCensura #godotengine

01.08.2025 16:02 โ€” ๐Ÿ‘ 8    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Thanks! :D

29.07.2025 17:52 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

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)

27.07.2025 22:45 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

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.

27.07.2025 21:55 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

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

27.07.2025 21:53 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
A capsule collider + a separation ray collider for the base setup
Then with its own script, a shapeCast node around the bottom part of the capsule.

Areas don't work here because I need the contact point & normal, (which is only provided with the shape cast)

A capsule collider + a separation ray collider for the base setup Then with its own script, a shapeCast node around the bottom part of the capsule. Areas don't work here because I need the contact point & normal, (which is only provided with the shape cast)

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.

27.07.2025 21:53 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

I'm updating the character editor UX for the fifth time or so, hopefully it should be more pleasant to use ๐Ÿคž
#RecordsFromCensura #gamedev #godotengine

27.07.2025 14:15 โ€” ๐Ÿ‘ 16    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
A 3D environment with the text "0.3.4 Realease"

A 3D environment with the text "0.3.4 Realease"

New public release is out!

slyproton.itch.io/records-from...

#RecordsFromCensura #gamedev

07.05.2025 13:06 โ€” ๐Ÿ‘ 8    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

Wrapping up stuff for the next public release, I finally fixed something that was bothering me for a while with the player controller \o/

#RecordsFromCensura #gamedev #GodotEngine

07.05.2025 12:10 โ€” ๐Ÿ‘ 10    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

Good news if you like to swap characters often: the editor is getting a lot of updates!

Managing presets should be a lot easier now, and more QoL features are on the way :3

#RecordsFromCensura #GodotEngine #gamedev

24.04.2025 12:28 โ€” ๐Ÿ‘ 11    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Follow up on the bunny suit tech:
Push-up bras are possible too!

All the bras (and some tops) now have structural purpose, instead of looking like weird body paint.

#RecordsFromCensura #godotengine

03.04.2025 14:58 โ€” ๐Ÿ‘ 9    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

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 ๐Ÿ˜ซ

01.04.2025 09:03 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

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

31.03.2025 17:41 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

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 !

31.03.2025 12:51 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

By popular request, next release will feature a bunny suit ๐Ÿฐ

#RecordsFromCensura #gamedev #nsfw

31.03.2025 12:51 โ€” ๐Ÿ‘ 11    ๐Ÿ” 2    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

I do now! (I didn't notice it was turned off by default)

10.03.2025 01:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Get more from SlyProton on Patreon Making lewd videogames

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

02.03.2025 16:47 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

February update with new positions is up on Patreon!

#RecordsFromCensura #nsfw #gamedev

02.03.2025 16:47 โ€” ๐Ÿ‘ 14    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
A 3D train model, loosely inspired by the SNCF Capitole train from the sixties

A 3D train model, loosely inspired by the SNCF Capitole train from the sixties

Hidden behind the station because they're not finished yet ๐Ÿ˜ญ

26.02.2025 16:39 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Next demo will feature a new level: the train station area! ๐Ÿš‹

(No trains in this video, they're shy, sorry)

#GodotEngine #gamedev

26.02.2025 14:04 โ€” ๐Ÿ‘ 8    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
A picture of the game Records From Censura, showing a character in front of a wall, between a tree and a fire hydrant. The text "Update 0.2.4" can be seen on the bottom left corner.

A picture of the game Records From Censura, showing a character in front of a wall, between a tree and a fire hydrant. The text "Update 0.2.4" can be seen on the bottom left corner.

Bugfix update is out! This one should fix most of the bugs I'm aware of.
slyproton.itch.io/records-from...

08.02.2025 17:59 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

One last bug to go!
Any #godotengine dev out there knows why the animation tree does this weird thing? ๐Ÿ˜ญ

08.02.2025 11:57 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
[Release] New demo is out now! (v0.2.3) Summary New demo is out Next releases will arrive faster than this one Lots of stuff changed, old save files are not longer compatible First, thank you for your patience! I know the last release was f...

Download it from here: slyproton.itch.io/records-from...

05.02.2025 20:32 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

New demo for #RecordFromCensura is out!

#gamedev #nsfw

05.02.2025 20:32 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

Demo is almost done!

But I kinda forgot I added the ability to jump, so now I need to review all my levels for places the player is not supposed to go ๐Ÿ˜ถ

#RecordsFromCensura #godotengine

28.01.2025 18:21 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Next demo is almost ready, but it really needs a proper tutorial. There's too much stuff going on that's never explained to the player u_u

24.01.2025 22:37 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Nipples used to be an ON / OFF toggle before, but now you can change their size, color, and how the areola looks like!

Now I must resist adding more stuff to the character editor and actually ship the thing ><

#RecordsFromCensura #nsfw #gamedev #GodotEngine

24.01.2025 22:37 โ€” ๐Ÿ‘ 5    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

(I know that vulva icon looks like shit, but I'm not a graphic designer ๐Ÿ˜ญ)

12.01.2025 22:06 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Binary gender picker? Boring ๐Ÿ˜’

Mix and match your genitals? Heck yeah! ๐Ÿ˜Ž

#RecordsFromCensura #gamedev #nsfw

12.01.2025 22:05 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

@slyproton is following 20 prominent accounts