Quake Movement - Unreal Engine Tutorial

  Рет қаралды 3,488

JJrelly

JJrelly

Күн бұрын

Пікірлер
@WhatBeDaPointMon
@WhatBeDaPointMon Ай бұрын
Thank you for taking the time to not only recreate the feel of Quake's movement, but going the extra mile to record and share it. Good luck in your gamedev journey, JJrelly.
@wuhu0
@wuhu0 4 ай бұрын
nice would be cool to see how features like sliding, strafe jumping/bhops and other quake/game tech gets implemented, trying to experiment with features from gunz and quake :)
@DJL3G3ND
@DJL3G3ND 3 ай бұрын
Id also add the extra jump height when running up slopes, I think thats very simple to set up and feels great
@dylannicolay7347
@dylannicolay7347 4 ай бұрын
Woah... Another JJRelly video! My favorite type of video
@jlaw2257
@jlaw2257 4 ай бұрын
Hope you enjoyed it!
@Forshison
@Forshison 4 ай бұрын
Really great tutorial! Nice job
@jlaw2257
@jlaw2257 4 ай бұрын
Thanks a lot!
@JenisixR6
@JenisixR6 4 ай бұрын
amazing, would love to see you showcase how to make a rocket jump weapon would pair nicely with this!
@jlaw2257
@jlaw2257 4 ай бұрын
Thank you! That’s a great Idea!
@mekquake5879
@mekquake5879 3 ай бұрын
this information is a gem! I want to have this sort of lean in my game too, but i want the character to also lean back slightly. PLEASE do an update for that! itd really really help me :D
@trshbludofc
@trshbludofc 2 ай бұрын
Dude just add the corresponding axis... It's no big change except you also do the same coding on MoveForward instead of only MoveRight
@mekquake5879
@mekquake5879 2 ай бұрын
@trshbludofc hey I'm really new to unreal and this problem really stumped me. Id be extremely grateful for your help if you're willing to like, go on call with me at some point. Or if you could just show me how. That's a big ask, but I'd figure there's no harm in asking
@TotallyNotSwing
@TotallyNotSwing 2 ай бұрын
this is great! it would be awesome if you did this but with csgo/cs2 surfing and strafe bunnyhopping. Nice video man!
@kyrobyt
@kyrobyt Ай бұрын
Hey, great video I am already a fan of the channel! What is the cleanest logic to reset the lean when the player stands still?
@Kkurox
@Kkurox 4 ай бұрын
very nice tutorial, thanks dude
@WarioPlayer
@WarioPlayer 3 ай бұрын
This is great! I want see how to make rocket jumps or bhop
@talos5750
@talos5750 4 ай бұрын
Subscribed
@kainushia1073
@kainushia1073 4 ай бұрын
Sir can you make a boss fight with AI Behavior like in Hollow Knight with UE5? There aint any good tutorial on 2D boss fight on youtube for unreal. Would really appreciate it
@jlaw2257
@jlaw2257 4 ай бұрын
That’s actually a great idea for a video. I’ll definitely look in to it!
@kainushia1073
@kainushia1073 4 ай бұрын
@@jlaw2257Sir , Somehting like this fight with AI behaviour and AI Controller with sight perception would be really awesome. But please give the title something like 2D boss fight in Unreal Engine as there aint any on youtube. Literally . kzbin.info/www/bejne/fqXdaI2Jrs6irLc
@81N4R11
@81N4R11 Ай бұрын
That's a really good tutorial, worked for me with a keyboard, but for controllers, as it works with values less or equal than one, even the most subtle strafing makes it so that it leans completely. Can somebody help me on it ?
@levonze
@levonze Ай бұрын
Hello! Can you pls make the same camera lean/tilt/roll but for camera turn. For example. If i turn around my camera will tilt to the direction i turned. And you can see this effect in Roblox Doors game, where if you turn your camera will tilt
@dylannicolay7347
@dylannicolay7347 4 ай бұрын
Guys, don't forget to hit the thumbs up button, subscribe, and it the bell icon so you never miss a video!!!
@banfps7270
@banfps7270 Ай бұрын
can you do wishdir and bhop and jump strafe with blueprints?
@Saderz_
@Saderz_ 13 күн бұрын
Hey, ive seen a few people having the same issue. when I stop moving, the control rotation doesn't reset to zero and stays in a lean position unless I move forwards
@mrrrmagma
@mrrrmagma 3 ай бұрын
THE MOST HIDDEN GEM OF A CHANNEL ON THIS PLANET WTH
@protophase
@protophase Ай бұрын
idk if I did something wrong but my camera wont return to normal unless I walk forward, it slowly interps instead
@xrxk1ngx
@xrxk1ngx 4 ай бұрын
can you potentially do a tutorial on the bunnyhopping and strafing?
@jlaw2257
@jlaw2257 4 ай бұрын
I figured there were already videos on bunny hopping for UE5 🤔. But yeah I’ll see what I can do.
@TotallyNotSwing
@TotallyNotSwing 2 ай бұрын
@@jlaw2257 its very hard to replicate and the surf aswell its just mostly c++, if you can do one for blueprints that would be amazing 😄
@TotallyNotSwing
@TotallyNotSwing 19 күн бұрын
@@jlaw2257 i cant find any that actually work lol, it will mean alot
@OweenVRO
@OweenVRO 3 ай бұрын
I'm getting an issue with this tutorial. Using BP_FirstPersonCharacter and following the guide, I'm keep on getting these in my log: "This blueprint (self) is not a PlayerState, therefore ' Target ' must have a connection." "This blueprint (self) is not a Controller, therefore ' Target ' must have a connection." I have tried getting self character, getting character movement, but it's not accepting any of those variables. I think it's to do with the player start being the player controller and not the blueprint itself, but it doesn't make much sense if it worked for you 😅
@StarMan_2004
@StarMan_2004 3 ай бұрын
yeah im having the same issue
@StarMan_2004
@StarMan_2004 3 ай бұрын
Im not sure how but I fixed it I was rewatching to see if I messed up any nodes and saw his get player controlers had a green pin asking for player index instead of a blue one asking for target so I just deleted it and made a new get player controller and it was right this time so I re made all the get control rotations and it worked and didn't ask for a reference to the player.
@OweenVRO
@OweenVRO 3 ай бұрын
@@StarMan_2004 Yeah! I figured that out, i felt silly realizing haha
@abomala1607
@abomala1607 10 күн бұрын
Is this will work if character wall on roof etc ... ?
@Ron_Chambers
@Ron_Chambers 4 ай бұрын
Subscribed. Thank so much! Is there a way to add a dash like in Doom?
@DevGods
@DevGods 4 ай бұрын
How can I get in contact with you? I've been trying to team up with other devs you're the only recently active I've seen on youtube messing around with movement shooter mechanics.
@jlaw2257
@jlaw2257 4 ай бұрын
Oh ok! By email is fine
@DevGods
@DevGods 4 ай бұрын
@@jlaw2257 it’s not listed in you bio.
@KillerDudeT19
@KillerDudeT19 3 ай бұрын
Why does my camera not return back to zero rotation when im not moving?
@Saderz_
@Saderz_ 13 күн бұрын
Im also trying to figure this out
@KillerDudeT19
@KillerDudeT19 13 күн бұрын
@Saderz_ plug the function in to tick
@tryhard9734
@tryhard9734 4 ай бұрын
I did the whole thing with unreal engine 5.4 and the base fps template uses different blueprints than the ones shown in the video. I got the whole thing working, but when you click "A" or "D" and the camera leans, it doesn't return back to the center and just stays askew until you press the opposite directional key. I was wondering if I could get some insight on what the problem might be and what I should look for in the blueprints.
@the_mucusman
@the_mucusman 3 ай бұрын
I'm having this same issue, any luck?
@StarMan_2004
@StarMan_2004 2 ай бұрын
I finally figured it out the logic to return the camera to normal is already there and is working when you move back and forward its everything under the first false branch but it is only activated when the player is moving since the quake lean function is only triggered when the movement input is triggered back in the event graph. So I just copied all the nodes that return the camera rotation to 0 and pasted them in the event graph and made them trigger with a true branch with the condition being the velocity greater than 0 (one of the conditions in the quake lean function) and made that branch connect to an event tick which is called every frame.
@fading-sun-studios
@fading-sun-studios 4 ай бұрын
will bhopping and strafe jumping etc work
@jlaw2257
@jlaw2257 4 ай бұрын
That stuff isn’t covered in this video. But it shouldn’t be too hard to implement
@fading-sun-studios
@fading-sun-studios 4 ай бұрын
also an u tell me how surfing works
@TotallyNotSwing
@TotallyNotSwing 19 күн бұрын
@@jlaw2257 youd be surprised
Unreal Engine 5 Tutorial -  Wall Running Part 1: Getting Started
21:07
World Partition And Data Layers - Unreal Engine 5 Tutorial
26:33
Pitchfork Academy (MizzoFrizzo & Co.)
Рет қаралды 18 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
Making The ULTIMATE Movement For My Game
5:07
Marpy
Рет қаралды 32 М.
Awesome Movement Techniques in Unreal Engine 5 - Tutorial
18:24
Cobra Code
Рет қаралды 27 М.
Game Designer Makes A Retro FPS [Devlog 1 - Movement & Shooting]
6:22
Hatchett Studio
Рет қаралды 71 М.
Strafe-jumping physics explained
4:21
Matt's Ramblings
Рет қаралды 191 М.
Health & Damage System (UE5) | Part 1 | Setting Up
17:16
Drive Your Boat - Boat Vehicle Tutorial for Unreal Engine 5.3
18:28
UE5 | UE4 Tutorial : Cel - Toon Shader
22:41
Reality Adrift Studio
Рет қаралды 27 М.
Jetpack System in Unreal Engine 5
22:56
Game Dev Beat
Рет қаралды 5 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН