How To Make A Retro FPS In Unreal Engine 5

  Рет қаралды 18,136

Unreal University

Unreal University

Күн бұрын

👉Learn How To Make A Full Doom Clone At : bit.ly/3RZr8ky
Assets : bit.ly/46P4hvX
Other Links :
🎮 Marketplace Assets To Help You Build Games : bit.ly/3VvNkBQ
/
#Doom #UnrealEngine5 #uisco
📚 Chapters
Intro 0:00
Project Set Up 0:12
Setting Up The Weapon 2:37
Creating A Raycast System 11:28
Adding Controls 19:37
Creating An Enemy Character 25:17
Outro + Final Result 33:46

Пікірлер: 42
@seandobson2682
@seandobson2682 10 ай бұрын
Great Tutorial, just enough to get started but not too much to be overwhelmed!
@imvexan3000
@imvexan3000 Жыл бұрын
WOW this video is a massive knowledge and informations!! everyone watch to the end even if you don't necassarily want to make this style of game!
@FelonyArson
@FelonyArson Ай бұрын
Amazing Tutorial. A lot of information coverd in an understandable concise way!
@KurixTV
@KurixTV Жыл бұрын
Greate video and create game , you're a very nice ue4/ue5 dev
@omersaidsaydan
@omersaidsaydan Жыл бұрын
Dude. Add the song " At Doom's Gate" . Game wil be very powerful.
@dodoche6451
@dodoche6451 10 ай бұрын
Hello ! In your formation, can we learn how to animate a door ? Open/close it ? Also, after seeing this video, can we directly move to your formation, or, restart all from the beggining ? Thank's !
@stormhought
@stormhought Жыл бұрын
Is guide useful for making fps' in general?
@blood_and_bacon1257
@blood_and_bacon1257 Ай бұрын
In this case, how much should the End Vector be multiplied to express the range of 1 meter
@OpenMawProductions
@OpenMawProductions Жыл бұрын
@Uisco How would you make a proper Doom-style auto aim? IE: When enemies are above or below you?
@bronzewand
@bronzewand 11 ай бұрын
Enemy hitboxes
@MegasVN69420
@MegasVN69420 Жыл бұрын
It felt so wrong lol
@fleurbird
@fleurbird Жыл бұрын
Best things in life do
@UnrealUniversity
@UnrealUniversity Жыл бұрын
what do you mean by this
@lonelydoraiba
@lonelydoraiba Жыл бұрын
@@UnrealUniversity Probably the juxtaposing resolutions / fidelities lol motion blur with DOOM sprites and a high res hand/weapon sprite could be seen as jarring for some. Edit: still awesome though, great work! Just my guess at his comment.
@ProjectYellowHound
@ProjectYellowHound 3 ай бұрын
Be specific, if you will tell what exacly feels wrong than you will be more productive
@Mekkablood
@Mekkablood 6 ай бұрын
Is there any reason to not use the latest version of UE5 with this course? Anything we should change? What version are you using? I will be buying it.
@UnrealUniversity
@UnrealUniversity 6 ай бұрын
this was recoreded in UE 5.1. But yeah you should use the latest, that was the latest at the time there is no reason not to
@manofflorida
@manofflorida 9 күн бұрын
Great video! One small snag I ran into is that the line trace comes out much higher on my screen than it does in this video, resulting in the shot placement not lining up with the iron sights at all. I would simply raise the sprite for the arm and gun, but then that leaves a large gap and a floating arm. Any ideas to get around this? I'm still new to the engine and am probably just missing something.
@UnrealUniversity
@UnrealUniversity 9 күн бұрын
can you not move the linetrace component that should adjust where it starts
@manofflorida
@manofflorida 7 күн бұрын
@UnrealUniversity I can, but due to parallax it doesn't make much difference to where the end point appears to be. Some good news though, I think the issue I was having was due to the aspect ratio of my editor viewport. How can I set the aspect ratio of the editor viewport so everything looks proportional while playtesting? This process has made me realize I'm not seeing the game how it should really look in the editor when I hit play
@manofflorida
@manofflorida 7 күн бұрын
@@UnrealUniversity Update: I had skipped the step where I was supposed to change the layout to content drawer 1, so the pistol was much lower on the screen. Great course man, doing the full 7-hour version now.
@DeadPixel1105
@DeadPixel1105 5 ай бұрын
I have a problem with my line trace. When firing the gun, the line trace is not centered and straight like in this video. It originates very slightly to the right of the gun muzzle and it's slightly angled to the left. I am manually adjusting it's 'transform' parameters to correct it. I had the same exact parameter/position settings as what's in this video, but it's not displaying at the proper angle or position. Is there a easy way to center it and make it fire straight ahead?
@UnrealUniversity
@UnrealUniversity 5 ай бұрын
You could make it so we actually shoot the line trace from the centre of the players camera by using the player characters camera location instead
@eliottsmallwood2140
@eliottsmallwood2140 Жыл бұрын
The P key to enable viewing and editing the navmesh does not work for me, no idea why. The keybind is set correctly but no matter what I do I can't change it :(
@UnrealUniversity
@UnrealUniversity Жыл бұрын
sometimes ue5.1 has been buggy delete your nav mesh restart the project by closing it and opening it and try again
@Mekkablood
@Mekkablood 6 ай бұрын
Already found some differences with the blueprints in the new first person template in 5.3. Probably want to stick to the old version...
@UnrealUniversity
@UnrealUniversity 6 ай бұрын
ah alright, didn't realise it was made in 5.1 at the end you can convert to 5.3- Unreal engine allows you to do this but I would make a back up first
@ricksanchez1072
@ricksanchez1072 Жыл бұрын
my line trace wont show and i hooked up a print string to see if i was hitting anything and its not hitting nothing idk what i did wrong
@ThePNDA
@ThePNDA 10 ай бұрын
i have the same issue
@andrewbrant2949
@andrewbrant2949 9 ай бұрын
Also have the same issue. Hooked up a print string and all it said was false. Ran the video back and followed it precisely and still not sure.
@andrewbrant2949
@andrewbrant2949 9 ай бұрын
After messing around a bit it appears it doesn't like using the scene component as a starting place. Maybe its the newest version of UE5? Line traces from first person camera work just fine in the player BP. If you can replicate this video in the newest version and come up with the same issue and have a fix ide like to hear back as well. Otherwise great video.
@DeadPixel1105
@DeadPixel1105 5 ай бұрын
My line trace works, but I have a different issue: when I fire the gun, the line trace originates slightly to the right of the muzzle and it veers off at a slight left angle. It's not centered and aiming straight ahead like in this video. I had to keep manually adjusting it's position until I was satisfied. Pretty annoying. There must be some quick and easy way to make the line trace centered and aiming straight ahead. I don't even understand what is causing it to be off-center and firing off at an angle.
@user-gl3ew5pe2z
@user-gl3ew5pe2z 4 ай бұрын
Thanks for the tutorial, Im having problems with switching weapons. trying to use 1 for chainsaw, 2 for pistol.... and so on. Using with set child actor class but its not working that way for me. It sets the weapon on screen but dont shoot. Then i get this error when stopping. Blueprint Runtime Error: "Attempted to access DESTROYED_bp_pistol_C_CHILDACTOR_1 via property mainweapon, but DESTROYED_bp_pistol_C_CHILDACTOR_1 is not valid (pending kill or garbage)". Node: Shootweapon Graph: EventGraph Function: Execute Ubergraph BP First Person Character Blueprint: BP_FirstPersonCharacter
@snailDevv
@snailDevv 4 ай бұрын
had the same problem
@user-gl3ew5pe2z
@user-gl3ew5pe2z 4 ай бұрын
@@snailDevvI made a lot of little games so far but still have not worked out weapon switching without cheating and making the weapon invisible :(. Ill be a happy person the day i work out a good system.
@bmhyakiri
@bmhyakiri 7 ай бұрын
3:13 "briefly close unreal engine"... this is like saying "press alt+f4 to pause"
@UnrealUniversity
@UnrealUniversity 7 ай бұрын
You know what I mean
@bmhyakiri
@bmhyakiri 7 ай бұрын
@@UnrealUniversity haha, I literally closed the application when you said it like I needed to reload it 😂. Great tutorial btw 🙌
@ThePNDA
@ThePNDA 8 ай бұрын
line trace does not work fam
@ThePNDA
@ThePNDA 8 ай бұрын
nvm i fixed it
@bluairsoft2671
@bluairsoft2671 6 ай бұрын
@@ThePNDA I'll be attempting this tomorrow, mind if I ask what the problem was and how you solved it?
@ThePNDA
@ThePNDA 6 ай бұрын
@@bluairsoft2671 tbh I have no idea.
Auto Scaling Widgets for Unreal Engine 4.28 to 5.3
28:25
Andrew lee
Рет қаралды 32
Guess The Gift, Keep It
00:46
MrBeast
Рет қаралды 120 МЛН
M3GAN’s ARMY got my finger! 😱🦾 #shorts
00:10
Adam B
Рет қаралды 17 МЛН
*NEW* How to Use Motion Matching in Unreal Engine 5.4
11:58
Gorka Games
Рет қаралды 12 М.
I Made a Game in Unreal in 14 Days... (No Experience)
32:59
Jack Sather
Рет қаралды 795 М.
I Tried Making a Multiplayer FPS Game in 1 Week...
8:40
Fancy
Рет қаралды 1,5 МЛН
How I Made My Own First-person Shooter Game In Unreal Engine.
8:07
Markiplier and JackSepticEye Compete to Make a Game in 2 hours
22:07
Corridor Crew
Рет қаралды 3,3 МЛН
How to Make a Simple Intro Splash Screen in Unreal Engine 5
5:59
I remade Tears of the Kingdom in Unreal Engine 5
9:14
Noggi
Рет қаралды 42 М.
Game Designer Makes A Retro FPS [Devlog 1 - Movement & Shooting]
6:22
Hatchett Studio
Рет қаралды 60 М.