#💬 hiddenkaiserʹs Feedback

1 messages · Page 1 of 1 (latest)

lapis duneBOT
balmy sonnet
#

With raycast?

tame laurel
#

I wish it was that simple

balmy sonnet
#

Like just purely math?

tame laurel
#

I have both a sphere collider and a raycast

#

gravity, restitution, all applied manually

#

but collisions are done with physics engine because I dont wanna find planes on a polygons 😭

#

but theres no roblox wheels or vehicle seats or anything like that

turbid yacht
#

bro wheres ur s4

tall gorge
#

🔥

tame laurel
#

What I really like about my custom replication system is the fact that if the player loses connection or wifi cuts out for a couple frames, its practically unnoticable because of the way I implemented it

#
unkempt mango
#

well made 🔥

timid comet
#

what do you send over in the buffer

tame laurel
#

@timid comet

timid comet
#

whats bytenet

tame laurel
#

I compress the ticks and owner id into a single byte

timid comet
#

wont that fail sometimes

#

or does it just not matter as theres more gain than loss

tame laurel
#

the tick is to confirm I only work with the newest information

tame laurel
#

Added characters and animations

gray tundra
#

you are too good wth

untold topaz
#

@mossy otter take notes geezer

mossy otter
#

huh

#

oh nice it’s similar to the mischief system

#

but like

#

actually good

tame laurel
woeful hornet
#

This looks incredible dude

heady goblet
#

a master at work

coral badge
# tame laurel

bytenet is a really great buffer that sends smaller sized packets and provides a very good network structure for your game 🤩

balmy sonnet
tame laurel
balmy sonnet
#

ByteNet gave me a new look on networking lol

tame laurel
#

since I’ll never have more than 256 players in a game

tame laurel
#

i’m being paid to do it though so its not that bad

#

—————————————
Do you guys have any recommendations? I wanna make the system feel better.

#

Latest version for reference:

swift grail
swift grail
# tame laurel How so

For example, when u strave to the left, ur camera should go to the right, and if u fall downwards then make the camera go above you, Ill record an example of this

swift grail
#

yeah lerping

tame laurel
#

yeah I do

#

I do some interesting things with rotation, otherwise you wouldn’t be able to see the sides of the kart lol

#

my biggest thing is that I dont want the camera to fall too far behind when driving fast

#

so the lerp is pretty high for position

#

I might turn it down just a bit though

swift grail
tame laurel
#

i think im gonna try to replicate the mario kart camera

swift grail
#

gl !