Awesome kit and I am really happy finding this- Would it be possible to adjust the settings or the blueprints to be able to destroy destructible meshes when shooting at them? Still new at UE4 and am learning the engine. Thank You.
Announcement
Collapse
No announcement yet.
Third Person Shooter Kit - Cover system, Human AI, Paragon characters, QTE & new stuff is coming!
Collapse
X
-
Originally posted by Martymations View PostAwesome kit and I am really happy finding this- Would it be possible to adjust the settings or the blueprints to be able to destroy destructible meshes when shooting at them? Still new at UE4 and am learning the engine. Thank You.
- 1 like
Comment
-
Originally posted by DarkInigma View PostCan someone explain to me the process of changing out the skeletal mesh in the character bp? I've tried a lot of stuff but it always ends up messing everything up
Have you tried this?
https://www.youtube.com/watch?v=7jQhoSwYzOU
Do you have a different skeleton the default manequinn?
Originally posted by theProfessor View PostMarcin, when are going to make the 3 nodes part of the Shooter?
Game frameworks on Unreal Marketplace:
Third Person Shooter Kit - February 2017 Community Pick! - https://www.unrealengine.com/marketp...on-shooter-kit
Side Scroller Shooter Kit - https://www.unrealengine.com/marketp...er-shooter-kit
Support Discord channel: https://discord.gg/NdUHQnC
Comment
-
Originally posted by hamsterPL View Post
Have you tried this?
https://www.youtube.com/watch?v=7jQhoSwYzOU
Do you have a different skeleton the default manequinn?
Comment
-
Originally posted by DarkInigma View Post
I’m at work, but I’ll try the tutorial when I get home. Yes I am using a different skeleton. I’m using a character I rigged with Mixamo and retargeted.
Originally posted by theProfessor View PostMarcin, when are going to make the 3 nodes part of the Shooter?
Originally posted by jmcgstp View PostIs there any way to limit the characters upper body twist? Seems bit like an owls head to me
Yes. To disable look for variables "UpdateAimYawOnNoAiming" and "UpdateAimPitchOnNoAiming" in BP_TPPCharacter.
If you want clamp to certain angle, look into graph "Mouse Input and gamepad right thumbstick input" in BP_TPPCharacter.
There is function UpdateAimPitchAndYaw. By default it is set to 178 degrees. Look at attachement.
Game frameworks on Unreal Marketplace:
Third Person Shooter Kit - February 2017 Community Pick! - https://www.unrealengine.com/marketp...on-shooter-kit
Side Scroller Shooter Kit - https://www.unrealengine.com/marketp...er-shooter-kit
Support Discord channel: https://discord.gg/NdUHQnC
Comment
-
Originally posted by hamsterPL View Post
If it's different skeleton, you have to also retarget animation blueprint for it (that will create new class of animation blueprint) and swap references for your new anim BP class.
Patch is now live. Now bullets should also apply damage to destructables.
Yes. To disable look for variables "UpdateAimYawOnNoAiming" and "UpdateAimPitchOnNoAiming" in BP_TPPCharacter.
If you want clamp to certain angle, look into graph "Mouse Input and gamepad right thumbstick input" in BP_TPPCharacter.
There is function UpdateAimPitchAndYaw. By default it is set to 178 degrees. Look at attachement.
Comment
-
Originally posted by banzai79 View PostGood afternoon, I have a question, how to insert TPPCharacter in the level that I created. When I insert into the level of the Player Start , then some of the functions are not transmitted Character.
Originally posted by banzai79 View Post
I did exactly as you indicated, but the character still turns very strongly in one direction
Well I've checked it yestarday and it was working as intended. Did you try setting lower values? Bear in mind that there is seperate setup when you use gamepad (little lower, same graph)Game frameworks on Unreal Marketplace:
Third Person Shooter Kit - February 2017 Community Pick! - https://www.unrealengine.com/marketp...on-shooter-kit
Side Scroller Shooter Kit - https://www.unrealengine.com/marketp...er-shooter-kit
Support Discord channel: https://discord.gg/NdUHQnC
Comment
-
Third Person Shooter Kit is now 20% off!
https://www.unrealengine.com/marketp...on-shooter-kitGame frameworks on Unreal Marketplace:
Third Person Shooter Kit - February 2017 Community Pick! - https://www.unrealengine.com/marketp...on-shooter-kit
Side Scroller Shooter Kit - https://www.unrealengine.com/marketp...er-shooter-kit
Support Discord channel: https://discord.gg/NdUHQnC
Comment
Comment