Mantle and Climb Ledge in Godot 4

  Рет қаралды 9,922

Brokencircuit

Brokencircuit

6 ай бұрын

Finally back with godot. This is my attempt to do mantle system just like my flax engine video previously. For godot, I've to take a different approach since I'm not using root motion. Overall, quite happy with the result.
/ brok3ncircuitproject

Пікірлер: 50
@user-ot2mk1wb7s
@user-ot2mk1wb7s 6 ай бұрын
Excellent work. I hope you dont stop development. You make a huge contribution. Thank You. We are looking forward to new lessons in Godot
@Brokencircuitboard
@Brokencircuitboard 6 ай бұрын
Thanks. I'm glad to share what i learn. I do plan to do tutorial video, but maybe it take some time.
@sean7221
@sean7221 6 ай бұрын
You legend! Thank you for your contribution to the Godot community 🙏
@Brokencircuitboard
@Brokencircuitboard 6 ай бұрын
Thanks! glad to share.
@bloodmage5671
@bloodmage5671 6 ай бұрын
nice and thanks for sharing
@Brokencircuitboard
@Brokencircuitboard 6 ай бұрын
your welcome.
@YwmaaGamesStudio
@YwmaaGamesStudio 6 ай бұрын
The ALSv4 Animations are just LIT. Also I wanted to make a system like this for my open source template, but I can't have the time for it. Great Work!
@Brokencircuitboard
@Brokencircuitboard 6 ай бұрын
My goal is to create mantling system like ALS. I believe the original version using animation curve alot. Still figuring out how to do that outside of unreal. Btw i'm pretty sure some of your code is still there somewhere ☺. Thanks for creating such wonderful 3rd person template for beginner.
@YwmaaGamesStudio
@YwmaaGamesStudio 6 ай бұрын
@@Brokencircuitboard Godot got curves too, it is not hard to do it, but I opted out from it, I think curves confuse beginners a lot, so it is better to provide constant values and interpolate between in them in the code, not the best result, but the most accessible one.
@Brokencircuitboard
@Brokencircuitboard 6 ай бұрын
@@YwmaaGamesStudio yup, i never use animation curve even with unity. That the problem, now i need to edit animation clip to suit my need. Unfortunately, unlike unity, godot is not really user friendly when it come to trimming animation clip. It doable, but very 'involve' 😓
@UltimatePerfection
@UltimatePerfection Ай бұрын
Lol, I've read it as "nanite and climb ledge in Godot 4". What I wouldn't give for a nanite-like renderer for Godot, lol. It would be great for complex scenes. Still, this is pretty neat too!
@seekyunbounded9273
@seekyunbounded9273 Ай бұрын
I wish i wasnt so slow
@user-qv1vl8bn2m
@user-qv1vl8bn2m 6 ай бұрын
Nice
@Brokencircuitboard
@Brokencircuitboard 6 ай бұрын
Thanks!
@bot5am
@bot5am 6 ай бұрын
damn cool!
@Brokencircuitboard
@Brokencircuitboard 6 ай бұрын
Thanks!
@sandman76_
@sandman76_ 5 ай бұрын
epic
@Brokencircuitboard
@Brokencircuitboard 5 ай бұрын
😘
@phoenixastra4429
@phoenixastra4429 Ай бұрын
I want to learn on my own from your tutorials too, but what is you're licensing terms for purchasing on patreon just in case? (thank you!)
@Brokencircuitboard
@Brokencircuitboard Ай бұрын
You can use it for your project. But the animation are from unreal marketplace and mixamo..it free but just in case, use you own animation if you plan to publish a game 🥰
@phoenixastra4429
@phoenixastra4429 Ай бұрын
@@Brokencircuitboard Oh dw, any of that stuff is placeholders. I'm learning it now the ledge and mantle climb just looks so tedious LOL I need to not be lazy, I'll watch your tuts, still buying it helps so i can look at the code and grasp it better, thank you!
@DraziakGaming
@DraziakGaming 5 ай бұрын
Really nice, have you planned to release this project/attempt somewhere?
@Brokencircuitboard
@Brokencircuitboard 5 ай бұрын
for now, i plan to release it for my patreon. But, once all the tutorial and project completed, i wish to make it available for free.
@Decoding_Master
@Decoding_Master 5 ай бұрын
​@@Brokencircuitboardlol I think your patreon page is expired it says 404 page not found from your description link
@Brokencircuitboard
@Brokencircuitboard 5 ай бұрын
@@Decoding_Master it should work now.
@Decoding_Master
@Decoding_Master 26 күн бұрын
Please can you share the example project of this please please please. I dont have money right now to join your patreon but I will join in the future. Please share
@Marandal
@Marandal 3 ай бұрын
clicked on this thinking it was a tutorial on how to make Ledge Climbing. oops
@Brokencircuitboard
@Brokencircuitboard 3 ай бұрын
search my other video for tutorial.
@Marandal
@Marandal 3 ай бұрын
@@Brokencircuitboard Oh cool! Thank you Circuit! ❤
@hyper_1337
@hyper_1337 5 ай бұрын
Why would you need to make another als if you can use it in unreal?
@Brokencircuitboard
@Brokencircuitboard 5 ай бұрын
Fair point. But, not everyone want to use unreal for their project.
@stickguy9109
@stickguy9109 6 ай бұрын
1:45 why didn't you use root motion though?
@Brokencircuitboard
@Brokencircuitboard 6 ай бұрын
Good call. I'm actually experimenting to do it without root motion because some animation are in-place animation. It would be much easier with root motion, but this will be nice learning experience for me 😉
@stickguy9109
@stickguy9109 5 ай бұрын
@@Brokencircuitboard Can't you just turn off root motion for motions that are in place? Because it's tricky to match walking speed with animation and even then it doesn't look perfect and there's always some sliding
@Brokencircuitboard
@Brokencircuitboard 5 ай бұрын
@@stickguy9109 I guess it depend on your type of movement. not everything work well with root motion. For next project, maybe i wll use root motion.
@stickguy9109
@stickguy9109 5 ай бұрын
@@Brokencircuitboard Yeah you are right. In my experience if you are going with realistic character locomotion root motion always looks better
@Ademola1-r5
@Ademola1-r5 6 ай бұрын
Please can you share animations?
@Brokencircuitboard
@Brokencircuitboard 6 ай бұрын
the animation is from unreal engine ALS. its free.
@sandman76_
@sandman76_ 5 ай бұрын
@@Brokencircuitboard yeah it's free but didn't we need to unreal for getting them?
@Brokencircuitboard
@Brokencircuitboard 5 ай бұрын
@@sandman76_ that right
@Malik23271
@Malik23271 5 ай бұрын
Tutorial
@Brokencircuitboard
@Brokencircuitboard 5 ай бұрын
soon, hopefully.
@newbossbro3180
@newbossbro3180 6 ай бұрын
make it open source for community. Would be nice to see ALS equivalent in godot
@Brokencircuitboard
@Brokencircuitboard 6 ай бұрын
Nice idea. But not sure about ALS license though.
@newbossbro3180
@newbossbro3180 6 ай бұрын
@@Brokencircuitboard ALS is completely free now. Basically do whatever you want. Not even licensing or other stuffs. Creator got hired by Epic.
@Brokencircuitboard
@Brokencircuitboard 6 ай бұрын
@@newbossbro3180 Good for him/her. Glad it actually free. There are couple of project i'm doing right now, I need to do some clean up before decided to do so.
@carbon0704
@carbon0704 5 ай бұрын
Please make it open source
@Brokencircuitboard
@Brokencircuitboard 5 ай бұрын
I'll make it available, but not right now.
@BroYousuck-hu7rp
@BroYousuck-hu7rp 6 ай бұрын
Damn this is so cool, is it hard to make for you?
@Brokencircuitboard
@Brokencircuitboard 6 ай бұрын
Basic mechanic are simple, but animation part is hard since i'm new to godot.
My Journey into VR Gamedev (ft. Godot 4)
10:33
DaFluffyPotato
Рет қаралды 41 М.
Active Ragdoll / Physics Animations in Godot 4.0
6:06
Crigz Vs Game Dev
Рет қаралды 45 М.
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 52 МЛН
Did you believe it was real? #tiktok
00:25
Анастасия Тарасова
Рет қаралды 49 МЛН
아이스크림으로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 23 МЛН
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 100 МЛН
Mirrors, Every Way You Can Make Them In A Video Game
8:14
Code It All
Рет қаралды 59 М.
Why I don't like other gamedev YouTubers
13:42
BiteMe Games
Рет қаралды 59 М.
Ledge Climbing In Godot 4 - Shimmy Turn and Ladder
3:07
Brokencircuit
Рет қаралды 8 М.
Simple Interactive Grass in Godot
13:17
Kasper Frandsen
Рет қаралды 34 М.
Third Person Wall Running - Using Godot 4
3:53
Brokencircuit
Рет қаралды 2,5 М.
How to Climb in 3D with Godot
12:27
Off-Grid Dev
Рет қаралды 8 М.
Optimizing my Game so it Runs on a Potato
19:02
Blargis
Рет қаралды 467 М.
Uncharted Style Climbing In Godot 4
3:33
Brokencircuit
Рет қаралды 2,2 М.
3 DEVS Make a Real-time strategy game in UNITY, UNREAL & GODOT!
15:37
Blackthornprod
Рет қаралды 171 М.
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 52 МЛН