#Climbing system

1 messages · Page 1 of 1 (latest)

wheat kite
#

Does anyone know the logic behind making that the player can climb on walls ? I am talking about vertical climbing ?
I only need the logic, not the code.

quartz wasp
#

people usually use state machines and then enter into a "climbing" state. If you're talking about like assassins creed style climbing then it will look in a radius for grabbable parts and keep track of what part ur grabbing onto and move to the next one depending on input. Different ways to attach the player to the wall.

wheat kite
# quartz wasp people usually use state machines and then enter into a "climbing" state. If you...

Regarding the "climbing" state, can I create an attribute on the server that will handle when the player climbs or does not climb ?
I want to make a climbing system similar to this : https://www.youtube.com/watch?v=c7XFT40YpHg&ab_channel=StrandedDEV
But the player will trigger a key to enter the climbing state
How can I stick the player to the wall ?

WANT YOUR TEAM TO SAVE MONEY + TIME?
DONT OVERSPEND ON COMMISSIONS
GET IT HERE: https://stranded-dev.com/

Whats included?
-Easy Installation
-Swinging Mechanic
-Integrated Momentum System
-Wallrunning + Wallrun Jumping
-Jujutsu Shenanigans Styled Vaulting
-Wall Climbing + Wall Climb Disengage Mechanic
-Ledge Vaulting...

▶ Play video
quartz wasp
#

the example you showed me probably uses a state machine and a lot of rays

wheat kite
quartz wasp
#

yeah or bodymovers

#

like a body position

#

vectorposition

#

i guess

wheat kite
quartz wasp
#

they might be deprecated but they're still better in a lot of instances