Пікірлер
@abomala1607
@abomala1607 4 күн бұрын
Look Goog. Anyone know how to integrate that in a Lyra project ?
@81N4R11
@81N4R11 13 күн бұрын
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 ?
@JosephBisanda-z8e
@JosephBisanda-z8e 19 күн бұрын
Im getting the Infinite loop error as well. What should I do?
@Xadhoom
@Xadhoom 23 күн бұрын
I'm loving this generator! But I am really needing a Chapter 2 and onwards - I desperately want to randomize the rooms more, and I can't figure out how.
@freedomofspeech2100
@freedomofspeech2100 Ай бұрын
The way you present this "tutorial" is similar to posting a picture anywhere online. You either do it from scratch and explain the login while wokring on it or you post an image. This is only helpful to advanced users.
@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
@elilab
@elilab Ай бұрын
Is this compatible with UE4?
@protophase
@protophase Ай бұрын
idk if I did something wrong but my camera wont return to normal unless I walk forward, it slowly interps instead
@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.
@banfps7270
@banfps7270 Ай бұрын
can you do wishdir and bhop and jump strafe with blueprints?
@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?
@paullayton3881
@paullayton3881 Ай бұрын
full Tutorial please
@MeowMasterZombo
@MeowMasterZombo Ай бұрын
Doesn't work for me :(
@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!
@KillerDudeT19
@KillerDudeT19 2 ай бұрын
Why does my camera not return back to zero rotation when im not moving?
@DJL3G3ND
@DJL3G3ND 2 ай бұрын
Id also add the extra jump height when running up slopes, I think thats very simple to set up and feels great
@mekquake5879
@mekquake5879 2 ай бұрын
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 Ай бұрын
@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
@mrrrmagma
@mrrrmagma 3 ай бұрын
THE MOST HIDDEN GEM OF A CHANNEL ON THIS PLANET WTH
@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
@MobileScrap
@MobileScrap 3 ай бұрын
This generation is awesome! Would love to see this continued to add different sized rooms and different rooms that can spawn, like in the other video you uploaded. Maybe even a biome like system would be interesting just to change to a different floor blueprint. Looking forward to see what other tutorials you bring out, thank you!!! :D
@WarioPlayer
@WarioPlayer 3 ай бұрын
This is great! I want see how to make rocket jumps or bhop
@DevGods
@DevGods 3 ай бұрын
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 3 ай бұрын
Oh ok! By email is fine
@DevGods
@DevGods 3 ай бұрын
@@jlaw2257 it’s not listed in you bio.
@Ron_Chambers
@Ron_Chambers 3 ай бұрын
Subscribed. Thank so much! Is there a way to add a dash like in Doom?
@tryhard9734
@tryhard9734 3 ай бұрын
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 Ай бұрын
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.
@agus11125
@agus11125 3 ай бұрын
i think i have the same code but can't get up to 4 rooms because of infinite loop error/warning
@Kkurox
@Kkurox 3 ай бұрын
very nice tutorial, thanks dude
@wuhu0
@wuhu0 3 ай бұрын
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 :)
@C47.0
@C47.0 3 ай бұрын
Very good content keep it going!
@g79o
@g79o 3 ай бұрын
Greate tutorial! very easy to follow.. i got stuck at 10:11.. "Room Parent Object Reference is not compatible with Empty Room BP Object Reference." i've completed the tutorial very easily and the rooms are spawning but i can`t connect GetRoomsKeys to the SetCurrentRoom. Thank you.
@g79o
@g79o 3 ай бұрын
OK i got it ! ! ! ..the Current Room needs to be Replaced with a new Local Variable.. so Drag the output of GET out and Create the Local Variable from here and replace all references of the old one.
@fading-sun-studios
@fading-sun-studios 3 ай бұрын
will bhopping and strafe jumping etc work
@jlaw2257
@jlaw2257 3 ай бұрын
That stuff isn’t covered in this video. But it shouldn’t be too hard to implement
@fading-sun-studios
@fading-sun-studios 3 ай бұрын
also an u tell me how surfing works
@TotallyNotSwing
@TotallyNotSwing Күн бұрын
@@jlaw2257 youd be surprised
@HansangVibration
@HansangVibration 3 ай бұрын
10:11 I cant connect the "Get" result to the "Set variable - Current Room", what am i doing wrong? the "Keys" and "Find ref" can connect to "Get a Ref", but that value can't connect to "Set current Room"!
@g79o
@g79o 3 ай бұрын
Same problem on my end as well.. "🚫Room Parent Object Reference is not compatible with Empty Room BP Object Reference." i've redone the tutorial meticulously but still the same issue.. ☹
@g79o
@g79o 3 ай бұрын
OK i got it ! ! ! ..the Current Room needs to be Replaced with a new Local Variable.. so Drag the output of GET out and Create the Local Variable from here and replace all references of the old one.
@xrxk1ngx
@xrxk1ngx 3 ай бұрын
can you potentially do a tutorial on the bunnyhopping and strafing?
@jlaw2257
@jlaw2257 3 ай бұрын
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 Күн бұрын
@@jlaw2257 i cant find any that actually work lol, it will mean alot
@FragosoEntertainment
@FragosoEntertainment 4 ай бұрын
Great tutorial but we need a part 2 that explains how to make the rooms bigger in scale and size. How to spawn the player in the room and how to spawn enemies or other objects in the room
@BibWork
@BibWork Ай бұрын
Would also be nice to handle different room shapes, and stairs. and how to connect it all to a minimap
@PhoenixArtistIvan
@PhoenixArtistIvan 4 ай бұрын
Would love to have a tutorial for this
@jlaw2257
@jlaw2257 4 ай бұрын
The tutorial’s out right now! Take a look when you can.
@PhoenixArtistIvan
@PhoenixArtistIvan 4 ай бұрын
@@jlaw2257 Thankyou!
@talos5750
@talos5750 4 ай бұрын
Subscribed
@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!
@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
@Forshison
@Forshison 4 ай бұрын
Really great tutorial! Nice job
@jlaw2257
@jlaw2257 4 ай бұрын
Thanks a lot!
@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!!!
@dylannicolay7347
@dylannicolay7347 4 ай бұрын
Woah... Another JJRelly video! My favorite type of video
@jlaw2257
@jlaw2257 4 ай бұрын
Hope you enjoyed it!
@franklimburns7938
@franklimburns7938 4 ай бұрын
Can you make a part 2 to make it spawn player start enemys and environment meshes,
@hernangomar5445
@hernangomar5445 4 ай бұрын
works great, had some issues because the grid was not set to 100, but eventually figured that out, are you goinf to expant this in order to set the spawn location, or more custom rooms?
@gametnt_fun
@gametnt_fun 4 ай бұрын
Nice!
@angelamagolan1528
@angelamagolan1528 4 ай бұрын
So, a problem I'm having is that 10 minutes into the vid, I don't know why the return on my get node will not go into current room. It says it's not compatible, if anyone has any idea of what the issue is, please let me know.
@scry_one
@scry_one 4 ай бұрын
Open up your empty room blueprint and check the parent in the top right is showing as Room Parent - if it's not, just recreate the child blueprint
@angelamagolan1528
@angelamagolan1528 4 ай бұрын
I figured it out, I mistakenly made the local var current rooms into an empty room. It should be parent room type.
@JuanSumChninezeFue
@JuanSumChninezeFue 5 ай бұрын
Didn't work the first time, worked the second time! Appreciate you, Boss!
@dylannicolay7347
@dylannicolay7347 5 ай бұрын
No problem son
@MakilHeru
@MakilHeru 4 ай бұрын
I ran into issues on my first time as well. What version of Unreal did you use? I used 5.4 to try and do this but I'm wondering if maybe there is something not compatible in this version with this workflow.
@Alpha_GameDev-wq5cc
@Alpha_GameDev-wq5cc 5 ай бұрын
It’s great to see more educational videos about UE5 in comparison to do-this-click-that tutorials. Dungeon topic does have very little coverage
@HonestGuyWhoSpeaksUp
@HonestGuyWhoSpeaksUp 5 ай бұрын
Good tutorial! Nice and straightforward with a nice algorithm that creates corridors and hallways automatically.
@sebraepsaet
@sebraepsaet 6 ай бұрын
Heyyy i need tutoriam please 😊
@dylannicolay7347
@dylannicolay7347 6 ай бұрын
Thank you so much JJrelly for this tutorial