UE4 Catapult - War Machine using Physics Constraints in Unreal Engine 4 Tutorial How To

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

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

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

    I realized I didn't show the use functionality in the player character and the use interface. Here are the blueprints for them:
    drive.google.com/open?id=1hWntVle-urX9_5VwvVm-DGRtkJeKD8E6
    drive.google.com/open?id=1fOD6d1JB3o0iapuBMhq13dD4N_G4GqOR

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

      good work men, but the "use", what kind of blueprint it is ? actor, pawn, character...

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

      it's ok i find XD

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

      @@dorianhumblet9124 Did you find out which one it is

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

      a lot of people didnt get whats going on here

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

      @@dorianhumblet9124 ruclips.net/video/xNKwsJGv--k/видео.html this would help to get what he is saying i did it with this

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

    Good work, this helped me a lot. You should put this stuff on Udemy, it is much better than most of the stuff they have on their.

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

    This is awesome. I hope you could make a compiled blueprints/plugin/template with different uses of physics-mechanics and very easy customization for beginners. Then sell it to the unreal marketplace so that we can buy and use it immediately :D. Please apply for an epic megagrant that should really propel your career further.

  • @قناةالبيان-ض3ب
    @قناةالبيان-ض3ب 5 лет назад

    Thank you very much. ....you are the best

  • @海威江
    @海威江 3 года назад

    One question!How do I use the mouse to drag the ball in the game? Although I set the characterblueprint according like your update

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

    Have you found a way to add or take travel speed for the catapult in order for the ball to go further or higher?

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

    I was trying to shoot myself as a thirdperson character. I set myself like 10kg and still cant shoot properly. The arm moving too slow. I dont have same problem when shooting ball or another small mesh object. What should i focus on to make it shoot me propely?

  • @ninjacat7580
    @ninjacat7580 6 лет назад

    That looks interesting, Hope more tutorials!!

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

      Well, if you like this one, you'll definitely like the next one I'm looking into doing: a trebuchet!
      That should be fun. 🙂

    • @Lusiogenic
      @Lusiogenic  6 лет назад

      And the trebuchet video is out!

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

    Спасибо!

  • @박진혁-w7n
    @박진혁-w7n 5 лет назад

    Thanks for video. I have a qustion about how to make the Use function in detail.

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

      7:54
      Also read about UE4 interfaces

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

    Does anyone know how the catapult arm has a convex collision so the boulder stays in the bucket and is a physics object at the same time? i can't seem to able to get this to work.

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

      edit the static mesh properties and generate convex collisions at the bottom right. make sure to delete the auto collisions

  • @InnerspaceX
    @InnerspaceX 6 лет назад

    Hi. can you change ingame the shot force (distance)?

    • @Lusiogenic
      @Lusiogenic  6 лет назад

      Good question! Yes, you can change the shoot force. Here's the blueprint for that:
      drive.google.com/open?id=1uN4fHZnNbJyQNMuWtOunAUN0stHqkIlS
      First, create a function called 'Set Spring Strength' with a Strength (float) parameter, then in that function call the 'Set Angular Drive Params' function on the Spring and plug the Strength into the Position Strength. Then, you can call that function wherever you want to change the strength. For example, in the Event Begin Play or a custom event if you want.
      It's not really possible to change the shoot distance directly. You'll have to set the shoot force and see what that gives you.
      Because the movement of the projectile is calculated with physics, the distance will vary from one shot to another even using the same projectile. Even the direction will vary a little bit. If you need a precise movement, you shouldn't use a physics constraint to launch the projectile, rather you should set its launch speed and direction directly.

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

      Sounds good, thank you. Tomorrow i will try it. Good tutorials, keep it up. Finally not a 21311. how to make tps/fps videos :)

  • @MarkHennessyBarrett
    @MarkHennessyBarrett 2 года назад

    I shouldn't have enjoyed loading Mannequin physics meshes into this as much as I did.
    And, yet.

  • @pratikpol4406
    @pratikpol4406 6 лет назад

    Is this a third person view?

    • @Lusiogenic
      @Lusiogenic  6 лет назад

      No, it's first person.
      If it were third person, you would be able to see the character that I was controlling.

    • @Lusiogenic
      @Lusiogenic  6 лет назад

      But the catapult functions the same, whether it is first person or third.