How to make a Realistic Dynamic Footstep System in Unreal Engine 5

Поделиться
HTML-код
  • Опубликовано: 25 июн 2024
  • Ready to make your first-person character even more realistic? In this tutorial, we'll be building upon our existing true first-person setup and adding a dynamic footstep sound system. If you missed the previous tutorial, don't worry, I've got you covered with a card link to catch up. Get ready to take your game to a whole new level of immersion. Learn how to add a realistic footstep system to your first-person character in this tutorial. Subscribe now and let's get started!
    Link to sounds:
    drive.google.com/drive/folder...
  • НаукаНаука

Комментарии • 28

  • @IrandaUjeewaka
    @IrandaUjeewaka Месяц назад +2

    BEST TEACHER EVER
    P.S MADE MY GAME TEN TIMES BETTER

  • @EthanVHS
    @EthanVHS Месяц назад +2

    The legend is back making amazing videos!

  • @Mrx-np2dd
    @Mrx-np2dd Месяц назад +1

    i love you

  • @PuniieGodx
    @PuniieGodx Месяц назад +1

    nice! was just looking for a dynamic footstep system! thank you for making this!

    • @codethings
      @codethings  Месяц назад +1

      No problem :) Glad I could help!

  • @TeaRunn
    @TeaRunn 27 дней назад +1

    Bro, i like your tutorials, could you make an interaction guide like in resident evil 7 please?

    • @codethings
      @codethings  26 дней назад

      I have made two interaction system videos that are similar to what re7 uses on my channel :) hope they help you!

  • @agentshadow6618
    @agentshadow6618 Месяц назад +2

    Now we need pistol and assult refile or shogun system like resident Evil with ammo system, please make this toturiol

    • @agentshadow6618
      @agentshadow6618 Месяц назад

      Like you see gun and equip it and find ammo every once in while, with of course the icon interaction(3d you made before) please i beg of you, i really into Game dev and no one beside you made video like i want

    • @codethings
      @codethings  Месяц назад +1

      I know exactly what you’re talking abt; since that’s a complex system with weapons, firing, recoil, reloading, animations, ammunition, etc- that will be a series I do a little bit later on, but I will be doing it one day :)

  • @Mrjononotbono
    @Mrjononotbono 28 дней назад +1

    Looks good. Is there anyway you could make a tutorial using Wwise for the audio? I was using Wwise with Unity but since moving to UE5, I'm now trying to figure out how to it with UE5. Thanks

    • @codethings
      @codethings  23 дня назад

      I’ve personally never used wwise in unreal but I’m sure I’ll look into it in the future :)

  • @jmm1449
    @jmm1449 Месяц назад +1

    Hello will you be doing the block mechanic from RE? And maybe the weapon system? If yes would be highly appreciated. Thank you

    • @codethings
      @codethings  Месяц назад +1

      In the future I definitely plan on replicating those systems, the block mechanic especially should be fairly easy; it’s mainly the animations that’s the hard part

    • @jmm1449
      @jmm1449 Месяц назад

      @@codethings ty

  • @marcofurlan3834
    @marcofurlan3834 Месяц назад +1

    ah, lets fkin go, yessss! thank you.
    btw.. I cant solve my Problem with the " static mesh component object reference is not compatible with actor object reference"
    mayby you can make a Quick fix video about this, cus im dumb haha

    • @codethings
      @codethings  Месяц назад

      ahah, its probably something really small, where are you getting this error? in which blueprint or function?

    • @marcofurlan3834
      @marcofurlan3834 Месяц назад

      @@codethings I think it's because I don't know how to connect a variable to a static mesh. Whenever I drag my static mesh into the editor and then want to connect it to a target (add actor rotation), I get this error

  • @Kekki1300
    @Kekki1300 Месяц назад +1

    Ty!❤does it change depending on if you are sprinting or not?didn't watch the full video yet

    • @codethings
      @codethings  Месяц назад +1

      technically because the animation will speed up when sprinting so the animation will play the bp notify more frequently as opposed to just walking :)

    • @Kekki1300
      @Kekki1300 Месяц назад

      @@codethings perfect!

  • @GOTANG.
    @GOTANG. 17 дней назад

    Ask for help I've tried all the steps. But when I try to play It turned out that there was no sound at all.

    • @codethings
      @codethings  16 дней назад

      Hmm, well it’s hard to say exactly where the issue is coming from but I would recommend rewatching the video and making sure you have everything copied, even the small details, sometimes it’s small things that make everything not work. Also you can join our discord community and our discord community can try to help you out!

  • @KillerDudeT19
    @KillerDudeT19 12 дней назад +1

    what about sprinting?

    • @codethings
      @codethings  12 дней назад

      making a footstep sound effect for when your sprinting? or a sprint functionality in general?

    • @KillerDudeT19
      @KillerDudeT19 12 дней назад

      @@codethings as it is currently when sprinting the walking sounds still play only at a faster pace. I was wondering if there was a way to play different sounds when sprinting a different sounds when walking

    • @codethings
      @codethings  12 дней назад +1

      @@KillerDudeT19 yea you can just make an if statement when it detects what surface it is, if the speed of the character is greater than whatever value ur speed is then you can play the sprinting sound

    • @KillerDudeT19
      @KillerDudeT19 12 дней назад

      @codethings okay that's what I thought tbh but wasn't 100% sure. Thanks!