UE4/UE5 Tutorial: First Person Game Feel - Part 5: Aim Down Sights

Поділитися
Вставка
  • Опубліковано 4 вер 2024

КОМЕНТАРІ • 72

  • @aceos_
    @aceos_ 11 місяців тому +22

    Its a shame the creator stopped uploading, this series were insanely helpful so far.

    • @SixR6s
      @SixR6s 9 місяців тому +2

      he uploaded a new one

    • @Ratamiru25565
      @Ratamiru25565 8 місяців тому

      Yeah, this series very useful!

  • @UtterUnit
    @UtterUnit Рік тому +11

    Heck yeah! I'm glad this series is continuing. I hope recoil and the such will be covered. Quality FPS tutorials are surprisingly lacking.

  • @ProjectOniricDEV
    @ProjectOniricDEV Рік тому +5

    You're tutorials are amazing, pls never stop, you're helping so many so much

  • @wolwox
    @wolwox Рік тому +4

    Glad to see this series continuing! I'm glad you adressed the player hierarchy issue here as well

  • @natecoet3291
    @natecoet3291 Рік тому +2

    Happy to see the series resume :)

  • @oktyrus
    @oktyrus Рік тому +1

    still have to go and watch the first 4 parts that are in my watch later but i was looking forward to seeing the next part as incentive to finally sit and watch them! keep it up frfr!!!!

  • @xepaerz42
    @xepaerz42 Рік тому +3

    Thank you for your tutorials! They are very high quality and just what I need

  • @jmm1449
    @jmm1449 Рік тому +2

    Finally, thank you good as always.

  • @danitbh7877
    @danitbh7877 Рік тому +2

    waiting for ep6 patiently 😄

  • @astrocoolbug
    @astrocoolbug Рік тому

    Fantastic work on these videos! The way you timelapse and narrate your thought process is beyond helpful. I really appreciate the work you're doing for this community. As someone with an art background I can still follow along and understand how things are being set up. Please keep up the good work!

  • @thamass8772
    @thamass8772 Рік тому +1

    Absolutely fantastic tutorials! Can't wait for the next one

  • @pleasantlygrim6712
    @pleasantlygrim6712 11 місяців тому

    Genuinely amazing tutorial, can't wait for part 6!

  • @minipig780
    @minipig780 Рік тому +2

    Please part 6 🙏

  • @srpicles623
    @srpicles623 Рік тому

    You are incredible man! Please don't stop. I am watching from Brasil, but anyway its amazing!

  • @connormarjoribanks3365
    @connormarjoribanks3365 Рік тому

    Yes! Been waiting for the next drop!

  • @skyreep1
    @skyreep1 Рік тому

    Keep the tutorials coming please! They're great.

  • @CommanderColson
    @CommanderColson Рік тому

    Really appreciate your series dude and hope you continue it!

  • @LightningProductions-mt8oj
    @LightningProductions-mt8oj Рік тому +1

    That's very good tutorial! I wait a continue!

  • @Vangsguard
    @Vangsguard Рік тому

    Can't wait for the next episode!

  • @sirventox3248
    @sirventox3248 Рік тому +2

    Very Destiny :)

  • @tzafo
    @tzafo Рік тому

    hope this series continues really good job Keep it up :D

  • @williamwasd1387
    @williamwasd1387 4 місяці тому

    Hey man! Amazing tutorials, with the amazing set of skills you have when it comes to coding have you ever considered making a Halo inspired fps? You clearly hit the nail on the head when it comes to Halo/Destiny inspired gameplay.
    Thanks for the content man!

    • @octagamedev
      @octagamedev  4 місяці тому +1

      Thanks for the kind words! If you poke around my Discord server you might notice remnants of my attempt to make a Halo-styled fps, unfortunately I just wasn’t knowledgeable enough at the time to see it through to the end. There might be something else coming down the pipeline soon though!

    • @williamwasd1387
      @williamwasd1387 4 місяці тому

      @@octagamedev ah nice, i'll check it out👍

  • @edgardkazimirowicz6400
    @edgardkazimirowicz6400 Рік тому

    Fantastic tutorials! Really quality content

  • @glensavage7028
    @glensavage7028 Рік тому +1

    This tuts are amazing, do you have a patreon or anything in place?? Also any ETA on next episode?? Sorry for the shameless ask, i appreciate how much time must go into these vids, especially when working on your own project.. would also love to see some kinda dev log to that 👍

  • @mickeybowles9743
    @mickeybowles9743 Рік тому

    Looking forward to Episode 6

  • @jaroo758
    @jaroo758 Рік тому

    6:05 For more flexible approach with materials use Material Interface :)

  • @lolaswift111
    @lolaswift111 Рік тому

    Thank you very much and more please

  • @FuLg3r1
    @FuLg3r1 Рік тому +1

    uhm, I don't know if the problems is that I don't put the material on the gun, but the gun while ADS doesn't align with the camera, it stays kinda in between ADS and 10:07

  • @stormstudios1
    @stormstudios1 Рік тому

    we need a weapon switching tutorial

  • @MagimanD
    @MagimanD 6 місяців тому

    Hey man, great tutorial like always I was following the fixing the clipping gun but I have decals and a widget ammo counter, they're disappearing with the new mats but if I add the MF_FP i don't like how it looks on the ammo counter, the decals can't even see them

  • @Brudiz
    @Brudiz 11 місяців тому

    Amazing series! Hope for your soon returning

  • @IsaacCode95
    @IsaacCode95 8 місяців тому

    I got a good result with some minor changes, though when i shoot in ADS the dot stays in the center, while it is supposed to be in the Sight.

  • @tanzhang4994
    @tanzhang4994 5 місяців тому

    It's an amazing tutorial series, but also the hardest i've learnt, so many variables and calculations confused me. Sadly I quit.

  • @harrymason3729
    @harrymason3729 Рік тому +1

    With code in ADS section comment in AnimGraph (FirstPerson). If I just let the (1 - ADS Alpha Lerp) connect to alpha pin of Transform node. The ADS translation cannot get to full, center of view. I need to add a Map Range node to map from [0.0, 0.7] -> [0.0, 1.0] to get the result like you. Did I do anything wrongs?

    • @malcb3d
      @malcb3d 9 місяців тому

      I had the same issue I had to remap the alpha on the X and Z and also add a small offset the Z position to correct what the remap does. I expect there is something in the utility I have missed. I will have a closer look at the setup when I get a bit of free time.
      I really like this way of setting up FP animations.

  • @doublespreeds3086
    @doublespreeds3086 Рік тому

    Great series! It has helped a lot! I am curious why my gun doesn't shoot to the middle of the screen when looking straight up and straight down. I just noticed this. Is this because of the camera offset? I haven't had this problem before. Any suggestions? Thanks for making the tutorial!

  • @vellendev
    @vellendev Рік тому +2

    It would be cool if you could make a vid transitioning this to UE5 or at least going over what is different. Any reason you are not using UE5 already?

    • @octagamedev
      @octagamedev  Рік тому +2

      I haven’t jumped ship yet bc I’m still developing my own game in UE4, once that’s shipped I’ll consider it! As far as I know everything I’m going over in the series is achievable in both UE4 and UE5, and I know many people who are sticking with UE4 for now for a variety of reasons; plug-in support being chief among them.

    • @vellendev
      @vellendev Рік тому

      @@octagamedev sounds good! Thanks for all the tutorials btw. They are great!

    • @FuLg3r1
      @FuLg3r1 Рік тому +1

      @@octagamedev I'm doing this on UE5 and I can confirm it works perfectly!! awesome tutorials btw do you have documentations or similar about all the procedural stuff that you're doing? because I'm mainly just copying and I'd like to learn more about procedural animations, it's way better than just put animations together on a blendpsace hahahaha

    • @octagamedev
      @octagamedev  Рік тому +3

      Glad to hear it’s working well in UE5! I’d just look into the Timeline component and Transform Bone node’s documentation on Unreal’s site, they’ll do a far better job explaining it than I can 😆 those two features are doing the bulk of the heavy lifting for what we’ve covered so far.

    • @illusionprods
      @illusionprods Рік тому +1

      pretty much the exact same on UE5 except some UI elements are at different places, especially on timeline tracks, but by looking and clicking around you should be fine!

  • @Pipelare
    @Pipelare 11 місяців тому

    Please, continue... please, please, please

  • @Beanibirb
    @Beanibirb 11 місяців тому

    Please come back dude

  • @vegitoblue2187
    @vegitoblue2187 Рік тому

    Why not use primitive data to control wpo in first person vs third. It is a simple multiplyer and you can simply make a float primitive data on the skeletal mesh and change its value to control it. All of this while using the same material.

  • @elbozomemelive9891
    @elbozomemelive9891 10 місяців тому

    yo, can we just make a blueprint function library and make a function that does ( 1 / Delta secs ) / X?

  • @PikBo100
    @PikBo100 3 місяці тому

    this work only for 1 scope, how can i use it for different scopes and different weapons?

    • @octagamedev
      @octagamedev  3 місяці тому

      Hey there, we’ll cover adding more weapons/scopes in a future video but you can use this setup for pretty much any weapon! If you have more specific questions feel free to reach out on Discord and I’ll do my best to help you out

  • @tjjames8414
    @tjjames8414 Рік тому

    Will your tutorial’s only support rifles. I am currently developing a fps game and I find it hard to find a weapon equip system on UA-cam that supports rifles and pistols. I look forward to your next tutorials release

  • @ebeahimebrahimmohamed9014
    @ebeahimebrahimmohamed9014 Рік тому

    Can I use this on all weapons by placing a camera(ads) on each weapon to be exactly in the middle or not

  • @wavehd5390
    @wavehd5390 10 місяців тому

    bro pls come back

  • @GAMEDEV_PRO
    @GAMEDEV_PRO Рік тому

    when do you gonna relaese the next episode

  • @MagimanD
    @MagimanD Рік тому

    is there a way to use this to make it more traditional aim like halo you get a scope image on top that zooms?

    • @octagamedev
      @octagamedev  Рік тому +2

      You can certainly recycle portions of this tutorial into a more Halo-styled ADS system; you can skip anything that has to do with offsetting the viewmodel and instead use the alpha value from ADS_TL to drive the opacity/animation of a scope overlay widget. I may cover this alternate style of ADS in a dedicated episode in the future.

    • @MagimanD
      @MagimanD Рік тому

      @@octagamedev please do I kind of understood but would love to see how you do it

  • @elbozomemelive9891
    @elbozomemelive9891 Рік тому

    HOW DO I MAKE WEAPON WALL AVOIDANCE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • @sanhayer172
    @sanhayer172 Рік тому

    can you make a weapon change system?

    • @octagamedev
      @octagamedev  Рік тому +2

      I plan on it! That's for later on down the line though, plenty of other topics I think we need to focus on first.

    • @sanhayer172
      @sanhayer172 Рік тому

      @@octagamedev Well, I'll look forward to it.

    • @mickeybowles9743
      @mickeybowles9743 Рік тому

      @@octagamedev Would love to see this sooner than later. :)

  • @phanindrakumar1965
    @phanindrakumar1965 10 місяців тому

    hey man please come back🥲

  • @baklojan5933
    @baklojan5933 11 місяців тому

    What the f#ck, since when UE4/5 tutorials have become goog.

  • @MaxStudioCG2023
    @MaxStudioCG2023 Рік тому

    i hope you change the teaching mode to slower mode dude ....for us your video of 18 minutes takes like 3 hours to complette with all pausing video each frame ....canot folow constantly without stoping the video each frame :)))) and when the video complettes we didnt learn nothing ....sorry for the crytics but you should slow down a bit ....make normal code without fast forward event if it takes 30 min video whatever dude make normal speed to be able to folow as you code yourself too ....get rid of the fast forwarding

    • @danitbh7877
      @danitbh7877 Рік тому +4

      This isn't for people starting out, it's been stated a bajillions time, this is for people who know what they are doing in UE4, and it does not take 3 hours, it took me a max of 2 hours to finish through the whole series.

    • @MaxStudioCG2023
      @MaxStudioCG2023 Рік тому

      @@danitbh7877 that is ehat i was saying :)))) for starters like me take like 3 hours for 1 episode i have to put alot stops on the video and keep rewatching and thinking where things and nodes come from :)))))))) is too fast for starters :))

    • @danitbh7877
      @danitbh7877 Рік тому +2

      @@MaxStudioCG2023 yes, this isn’t for starters

  • @ebeahimebrahimmohamed9014
    @ebeahimebrahimmohamed9014 Рік тому

    Can I use this on all weapons by placing a camera on each weapon to be exactly in the middle or not