UE4 Tutorial: Flashbang Grenades (Counter-Strike, Call of Duty)

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

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

  • @vincentschulz9355
    @vincentschulz9355 6 лет назад +5

    Just a quick note: the flash effect will still occur if you're behind an object, so you'll have to set up a linetrace and another boolean to check if there's anything between the flashbang and your and the FP camera

    • @underscore00
      @underscore00  6 лет назад +3

      Yeah it does need some polish. In hindsight, using a linetrace and checking whether the player has LoS with the grenade when it goes off would have been a better way to do it. Plus, it would be easier to get the distance between the player and the grenade with a linetrace, just by using a get vector length and a normalize node. I might revisit this tutorial in the future and refine it a bit.
      Thanks for the note, and thanks for watching!

    • @theoneand0nly874
      @theoneand0nly874 3 года назад +3

      @@underscore00 any update on that ?

  • @vincentschulz9355
    @vincentschulz9355 6 лет назад +8

    your content is at a perfect skill level for me! thanks for the tutorials ;)

    • @underscore00
      @underscore00  6 лет назад +1

      I'm glad you like them! Thanks for watching! :)

  • @Just12965
    @Just12965 2 года назад +3

    I have set Material Parameter float value to 0 but the screen keeps all whited even before throwing the grenade.

  • @TimGub
    @TimGub 6 лет назад +2

    Cool! Thank you. I could not find a lesson on this topic for a long time!

  • @__dINe__
    @__dINe__ 6 лет назад +2

    Welcome back? No, YOU welcome back ;)

  • @ZeusUploads
    @ZeusUploads 6 лет назад +1

    You have a lot of cool UE4 tutorials on your channel keep up the good work
    Also this is ZeusXpress’s main channel for videos

  • @JackChapmanDesign
    @JackChapmanDesign 6 лет назад +4

    Great tutorial, only issue I'm having is that when i press Play, the game automatically goes into a white screen. I've tried debugging the flow to see where it might be going wrong, but i can't seem to find anything :(

    • @gamer-hx9rh
      @gamer-hx9rh 5 лет назад

      ​@@dilfonicz Same

    • @rul3r498
      @rul3r498 5 лет назад

      Same

    • @edisleado
      @edisleado 5 лет назад +4

      In the FlashParams material parameter collection file, try changing the FlashValue to 1.0 instead of 0.0.

    • @Mixitrion
      @Mixitrion 5 лет назад

      @@edisleado This actually fixed it for me, thank you so much

    • @ayindefrederick
      @ayindefrederick 3 года назад

      @@edisleado the real MVP, Thanks man!

  • @BaseRealityVR
    @BaseRealityVR 5 лет назад +2

    OK for anyone that Has the issue where the flash is on when you click play and your whole screen is white, I also had this.
    Its because the post process in the player BP is already active, I dragged in the post process component and dragged of and set enable to false on begin play.
    Then on the Flash-bang script do the opposite and set it to enable.
    Seems to be working without issue so far

    • @gamer-hx9rh
      @gamer-hx9rh 5 лет назад

      can you show me how to fix the white screen problem i did every thing just record a video and send it

    • @yorl418
      @yorl418 4 года назад +1

      @@gamer-hx9rh go on FlashParams et put the flash value to 1 after this go on your character and put the post process array to 1 if it's not already done

  • @officialrhythmicthoughts
    @officialrhythmicthoughts 3 года назад

    For some reason my flash gets stuck on the screen so I just switched to using a widget instead

  • @artywatts4892
    @artywatts4892 4 года назад

    would be very nice if you could do an update on this, plus linetracing if objectives are between the player and the grenade. Nice videos: )

  • @colinrobinson5072
    @colinrobinson5072 5 лет назад

    Need little help i got everything working with animations in 3RD person only problem i have is when i face away from flash screen goes black

  • @ArctiliX
    @ArctiliX 5 лет назад

    Nice tutorial

  • @kistech3839
    @kistech3839 3 года назад

    The link for the asset downloads no longer work ?

  • @unrealengineruseng9583
    @unrealengineruseng9583 5 лет назад

    Thank YOU !)

  • @gamer-hx9rh
    @gamer-hx9rh 5 лет назад +1

    hi dude can i use these assets in my own game ?

  • @adityagauravkc
    @adityagauravkc 3 года назад

    will this work in multiplayer?

  • @theoneand0nly874
    @theoneand0nly874 3 года назад

    Hey can you show how to make the flash bang take a screenshot of the last seen thing and display it for a duration

  • @gamer-hx9rh
    @gamer-hx9rh 5 лет назад

    Hi dude im stuck i downloaded a model and i wanna put it instead of mannequin but my project is fps but i think the character is for tps can you make a tutorial to how to change it this is the character: military character silver

  • @parsadehghani3637
    @parsadehghani3637 5 лет назад

    wow it was great can you like make a toutorial how to create a pickable one and not infinity or like with throwing animation?

  • @Mixitrion
    @Mixitrion 5 лет назад

    Your tutorials are NOT beginner friendly.

    • @underscore00
      @underscore00  5 лет назад +1

      This one is fairly advanced, but most of my videos are very beginner friendly. If you're new to UE4 I recommend starting with something simpler, like any of my material videos or the FPS series. I know it can be intimidating, but stick with it! You'll pick it up before you know it :)