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
@dorianhumblet91245 жыл бұрын
good work men, but the "use", what kind of blueprint it is ? actor, pawn, character...
@dorianhumblet91245 жыл бұрын
it's ok i find XD
@shaygains11513 жыл бұрын
@@dorianhumblet9124 Did you find out which one it is
@emren24153 жыл бұрын
a lot of people didnt get whats going on here
@emren24153 жыл бұрын
@@dorianhumblet9124 kzbin.info/www/bejne/rn-uqKaAfNtgY80 this would help to get what he is saying i did it with this
@davidswantek22955 жыл бұрын
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.
@jibarodelyunque4 жыл бұрын
Have you found a way to add or take travel speed for the catapult in order for the ball to go further or higher?
@海威江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
@Banzai99834 жыл бұрын
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?
@ninjacat75806 жыл бұрын
That looks interesting, Hope more tutorials!!
@Lusiogenic6 жыл бұрын
Well, if you like this one, you'll definitely like the next one I'm looking into doing: a trebuchet! That should be fun. 🙂
@Lusiogenic6 жыл бұрын
And the trebuchet video is out!
@NiekMenger4 жыл бұрын
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.
@tobymdev4 жыл бұрын
edit the static mesh properties and generate convex collisions at the bottom right. make sure to delete the auto collisions
@lz40904 жыл бұрын
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.
@박진혁-w7n5 жыл бұрын
Thanks for video. I have a qustion about how to make the Use function in detail.
@Banzai99834 жыл бұрын
7:54 Also read about UE4 interfaces
@قناةالبيان-ض3ب5 жыл бұрын
Thank you very much. ....you are the best
@InnerspaceX6 жыл бұрын
Hi. can you change ingame the shot force (distance)?
@Lusiogenic6 жыл бұрын
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.
@InnerspaceX6 жыл бұрын
Sounds good, thank you. Tomorrow i will try it. Good tutorials, keep it up. Finally not a 21311. how to make tps/fps videos :)
@Banzai99834 жыл бұрын
Спасибо!
@MarkHennessyBarrett2 жыл бұрын
I shouldn't have enjoyed loading Mannequin physics meshes into this as much as I did. And, yet.
@pratikpol44066 жыл бұрын
Is this a third person view?
@Lusiogenic6 жыл бұрын
No, it's first person. If it were third person, you would be able to see the character that I was controlling.
@Lusiogenic6 жыл бұрын
But the catapult functions the same, whether it is first person or third.