Комментарии:
best tutorial on yt so far
ОтветитьLove you Dave.
ОтветитьFantastic tutorial series, well done! Would love to see how you handle shooting AI enemies :-) . Best regards, Michael
ОтветитьI´ve got a problem with the projectile collision. Sometimes the projectile goes right through the enemy, without counting a hit. The body shots work sometimes, the headshot very rarely. If I set the Trace channel to "Weapontrace" in the BaseWeapon_BP / Calculate Shoot Info, the raytrace is somehow "inverted", that is the red indicator is not the object, but on the character. Can´t figure it out and am very glad for any advice.
ОтветитьHi! Another day, another problem ☺ . I created a child blueprint from the parent enemy, but the take damage event will not fire. I am using the same mesh for testing. Any ideas? Best regards
ОтветитьHey is there a way using this tutorial to deal exact number of damage? instead of doing 20-50 damage i would always make the 40 damage? Anyways this is a great tutorial and exactly the tutorial ive been looking for few days now, thanks !
ОтветитьHey Dave, I have a small problem. In my capsule collision I have the weapon trace and weapon channel set to ignore, but it still blocks my projectile for some reason, preventing it to get the bone hit information.Update: The issue is much more weird than I thought. The capsule doesnt block my projectile, but the projectile recieves bone hit information only from bones which are outside of the capsule, so in the T pose I can recieve hit information only from the hands
ОтветитьHaving a bit of a problem, Headshots dont register so I went back to make sure everything is correct and I noticed I didnt have Collision enabled to collision enabled (Query and physics) and Object type set to Weapon Channel In the base projectile so I made the changes but when I did the bullets would pass through the Enemy Character but when I set the Object type back to World dynamic the bullet causes damage to the EnemyCharacter but no modified damage to the head. So I am wondering where I went wrong
ОтветитьMy projectile doesnt cause any damage but when i resized the capsule component of Ai and made the mesh a bit out of Capsule , the projectile caused damages . any suggestion plz
Ответитьhad to redo all these as something corrupt on my computer ...the line trace is registering a hit but im doing no damage and the print strings not working either any idea what going wrong
Ответитьno damage and sprint strings not working.. please can i Fix?
ОтветитьHi, I need some help I'm following these tutorial series to the letter, well done btw and thanks, I have a problem, the enemies die in one hit and it prints 0.0 damage for regular shots and head shots and crits, any suggestions?
ОтветитьAmazing tutorials! I just came back to this video and have a question- is there any reason you didn't use the built in "Apply Point Damage" instead of using an interface to do essentially the same thing? Working on a multiplayer shooter (using line traces not projectiles) and was wondering if using interfaces like this has any advantages / disadvantages vs the build in point damage approach.
Ответитьmy projectile fires at own collision and places haha
ОтветитьExcellent man
ОтветитьHeadshots barely register. What could be the problem? also, the closer you are to your target, the linetrace totally goes off. You should fix that, or make the starting point somewhere in the muzzle.
ОтветитьHi, I need help with my take damage event it doesn't fire at all. Thank for the help
ОтветитьHi! I am confused as to how your character is shooting right in the center of the screen. Mine kinda shoots a bit to the left and it makes it difficult to get a good aiming with the crosshair. Is there a simple way to correct that?
ОтветитьAmazing tutorial, well done, and easy to follow. I just happen to be a little stupid. For whatever reason the damage dealt to the test enemy won't print. I'm pretty sure I have the collision settings right. Also, in the base weapon event graph, I had an error when I tried to connect the spawnactor return value to the set damage target. I casted to the assault rifle projectile bp and it fixed the error, but I don't know if this is a long term solution. Any help would be appreciated, thank you.
ОтветитьFor some reason I am getting an error with the projectile On Component Hit, when we break the hit and put the hit actor as the target for the take damage interface, I receive the error "Actor Object Reference is not compatible with Damage Interface Interface." Any thoughts?
Ответить