#How to make a boat climb up ice blocks?

1 messages · Page 1 of 1 (latest)

twin hedge
#

Boats seem to be hardcoded in so many aspects and it’s frustrating that we can’t get them to climb.
#iceBoatRacing4Ever

tulip igloo
#

boats are weird for sometime in Minecraft bedrock edition you couldn't even stand on it like Java also boat lags alot in Java it's impossible to play with and the lag is hard coded to the boat

tulip igloo
twin hedge
#

In BE they seemed to be synced but not able to be modified very easily

#

The buoyancy component is a mess

tulip igloo
twin hedge
#

and half of the boat’s functions including it’s crucial movement pattern is hardcoded for no apparent reason

twin hedge
#

and cause they can move faster than 20B/S it’s not like I can just use a script to TP up every time I would collide

#

scripts are genuinely not fast enough

tulip igloo
#

also in bedrock edition if you stand on the edge of the boat it flies away like something is pushing it front the side

twin hedge
#

20 blocks per second

tulip igloo
tulip igloo
#

Bedrock is 10 tps but why?

twin hedge
#

There are still 20 gameticks in a second

tulip igloo
tulip igloo
tulip igloo
twin hedge
#

yeah

#

Scripts can’t keep up cause boats can move faster than 1 block per tick

tulip igloo
twin hedge
#

Pretty sure

tulip igloo
#

and I hate birch change the texture

tulip igloo
#

also did you know Minecraft bedrock edition have block display entity

winter sierra
#

Take a look at the horse, there was a component, which let them auto jump one block, you only need to add this to the boat too.

twin hedge
winter sierra
#

Did you try variable_max_auto_step?

twin hedge
#

yes

balmy knot
#

Ask jeanmajid

twin hedge
#

last time we tried that apply impulse failed

#

We’ve implemented a motion prediction setup that looks at our position 2 ticks ahead and uses that to base when to TP up, however right now it works server side but the client fails to keep up

balmy knot
twin hedge
balmy knot
#

Oh ok

#

Make a ridable entity then, a custom go kart, and dont give it the boat runtime identifier

twin hedge
tulip igloo
twin hedge
tulip igloo
twin hedge
#

the whole point is to keep the feel of the boat on ice

tulip igloo
twin hedge
#

Really? Even the hardcoded slipperyness of it on ice?

tulip igloo
tulip igloo
twin hedge
#

I mean you wont be able to create the smoothness at high speeds

#

since I'm pretty sure at max speeds, the boat is travelling at 3 blocks a tick