CSLR's Avatar

CSLR

@venitstudios.bsky.social

Game development gone wrong https://venitstudios.itch.io/

171 Followers  |  98 Following  |  1,073 Posts  |  Joined: 05.11.2024  |  1.7747

Latest posts by venitstudios.bsky.social on Bluesky

the input node is also a lot cleaner too with my tracking system, i couldn't possibly imagine why xD

09.11.2025 21:38 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

i have officially begun bringing the new multiplayer system into deadzone and my god is it actually so much easier to work with ๐Ÿ˜ญ

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

And as I have it now it's pretty easy to set up but I still need to make the actual body script not be a hackjob template

09.11.2025 07:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I hope I can get this working in 3d without too much fuss, the system SHOULD be easily adapted to 3D but it's never that easy.

Once it's brought into deadzone I'm sure it's gonna be polished and behave how it should though it's probably gonna be awhile before I open source it ๐Ÿ˜”

09.11.2025 07:42 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

After hours of hair pulling and some consultation from jitspoe I have something resembling client predicted server authoritative multiplayer in #godot

it's not perfect and seems to lose some accuracy at higher ping but i got it within a pretty constant 20px margin in 2d!

09.11.2025 07:42 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image Post image

i have put in as much effort as i can into making inputs simple to use because god damn netfox was annoying to set up inputs for

09.11.2025 01:27 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

after an entire day (mostly got distracted by running errands) i have a working multiplayer system! (kind of)

need to figure out server correction now ๐Ÿ˜ญ

09.11.2025 01:25 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

legitimately just ported a function from godot's source code into gdscript because i was too lazy to make a function that synchronized an input vector.

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

and i have another project planned for after deadzone that could heavily benefit from a modular networking system!

08.11.2025 22:09 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

i wish there were better multiplayer plugins for godot but nothing really achieves what i need or want for deadzone and i want something modular enough that i can just use it without worrying about random issues

08.11.2025 22:07 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

i have now learned that making a server authoritative multiplayer system in #godot is kind of difficult ๐Ÿ˜ญ

i gave up with frame independent ticking and now its tied to physics process with 3 tick stages!

at least after using netfox i know how i want this to work, hopefully it isn't super intrusive

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

i already did that like 30 times and nothing changed ๐Ÿฅฒ

08.11.2025 20:27 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

just spent like an hour trying to make signals synchronize over the network just to realized what i wanted to do made no sense whatsoever

08.11.2025 20:20 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

honestly theres no particular reason why i did that, i just wanted to have peer signals that existed outside of the multiplayer class

08.11.2025 20:13 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

ha ha signal passthrough relaying go brrrrrrrt

08.11.2025 20:12 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

anyone say bad practice game development?

making a custom multiplayer system for my #godot game

08.11.2025 19:06 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

every programmer has gone through the phase where half their function names are just what_the_fucking_fuck()

08.11.2025 18:01 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

someone explain to me how this is 3.1k verts

08.11.2025 01:27 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

update: it has hands now

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

the arm design is partially inspired by boston dynamics' atlas for those wondering

07.11.2025 21:14 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

been making a new player model to fit more in line with real world designs, progress is a bit lacking right now but it seems to be getting somewhere :)

#blender #b3d

07.11.2025 21:14 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1
LOD 3 of Luke Skywalker's disembodied head and hands from Star Wars Galaxies. It is comprised of very very few polygons and looks very silly.

LOD 3 of Luke Skywalker's disembodied head and hands from Star Wars Galaxies. It is comprised of very very few polygons and looks very silly.

how my brain sees me

07.11.2025 19:38 โ€” ๐Ÿ‘ 13    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

probably gonna make it soon though, not much left else to do other than game assets ๐Ÿซค

07.11.2025 08:58 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I have a general vision on how it should work but implementing it in such a way to be plug-n-play in a sense is going to be annoying to do

07.11.2025 08:58 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

It's funny how Amazon's gift feature works, of course I want to buy a 30 pound box of only oreo cookies for a friend!

07.11.2025 08:29 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Apparently bluesky loads the buttons for link embeds for they do the render for said embeds, I opened the app and tapped on the middle of the screen and it took me to a twitch stream before the app even loaded

07.11.2025 07:54 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I should mention that this is a joke and shouldn't be taken seriously lmao

offers still on the table though

07.11.2025 07:17 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

for those stupid enough to actually take this offer here's the list of voice lines I'll need ๐Ÿ˜‰

preferably all separate files, if you feel like denoising then you can but I will process them myself

Send them to venitstudios@gmail.com

You will probably be credited ๐Ÿ‘

07.11.2025 07:16 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

May I interest anyone that Is following me in recording voice lines while completely unpaid

07.11.2025 07:12 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Hopefully I get assets done by the end of the year but I've been focusing hella hard on finishing out the todo items I didn't do last month

07.11.2025 07:07 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@venitstudios is following 20 prominent accounts