Third Person Shooter Kit - Cover system, Human AI, Paragon characters, QTE & new stuff is coming!

Thank you! Could send me repro steps on side.scroller.shooter@outlook.com so I can try to reproduce and fix it?

Hey @

How are you? all OK?

When I started with UDK there was a feature capable of creating a third person camera in the style of the Gears of Wars game simulating head bobbing using matinee and camera shake. As shown in this YouTube video: .This really should look great.
Iā€™ve added this feature once to the third person template connected with the sprinting event. And it sounded really coolā€¦ And I honestly think it would look great with your third person shooter kit. What do you think about?

Hi , Iā€™m having an issue with cover that I imagine Iā€™ve caused myself but canā€™t seem to troubleshoot. Right now when the player is in regular crouch cover after they perform a front aim or peak aim and return to the crouched cover idle state they can no longer move, shoot, enter aiming mode or leave that cover. They can still swap weapons. Do you have a suggestion on where I should begin looking to resolve this?

This issue does not occur in standing cover.

Hard to say whatā€™s wrong. What did you changed? Iā€™m guessing you could delete some anim notify from animation, so logic wonā€™t trigger. If you find repro steps, please send them here side.scroller.shooter@outlook.com

There is camera shake for sprinting already. You can see it here https://youtu.be/dwmSmcjqhxw?t=17s Look for camera shake BP in assets. You can tweak it there.

Can it make the player have a gun on one hand and powers on the other hand, like Dishonored or Bioshock?

I saw it in the video! It`s really a very cool effect. And you thought about everything. I think I look a little silly giving suggestions about things that already exist in the kit.

And about the possibility of ai enemies switching weapons during the game (Secondary weapons, two, three or more different weapon types). Is this possible? Taking into account factors such as weapon power, human player distance and ammo remaining. I want it @!

I think so. You need to change binding for aiming - insted of aiming ā€œcast a powerā€ logic for example.

As for weapon power, distance and so on, you would have to add this logic, but as for just switching weapon, you can just copy logic from player.

Great Kit worth the money for all the tools you get and can learn from.

Thank you!

Just bought it :smiley: and my first question is, how do I open your project in UE4 4.16?

Compatibility with UE 4.16 is done. Just need to be approved by Epic, which probably happen in few days.

Changelog for UE 4.16:

  • Small rework of applying option for fullscreen/windowed mode to fix a bug

Hello,

I am trying to combine the enemy from your pack with my character from Character Interaction pack. When I place an enemy in the game i get this error:
ā€œTPP Character AI - canā€™t get player characterā€.

I understand that the enemy is searching for the default Third Person Kit character (player).

Is there any way to modify the blueprint so that it is searching for my player (it has the player tag). I tried modifying it, but i cannot seem to do it.
I would appreciate the help.

Thanks in advance,
Vlad

Iā€™ve responded via e-mail.

Update to UE 4.16 is now live.

Hi, thank you for this great pack.

Is there any way to make the player at the beginning he does not have any weapons then he can pick it up individually instead of having them from the beginning of the game so the player have to search for weapons ?
thank you

Thank you

Well you would have to script it. Add a state for each weapon - have/have not. Based on this hide weapon meshes and unhide whenever you want. You can find logic for that in weapon change graph. I made a simple walkthrough for unarmed state which might help you TPS Kit - basic unarmed state walkthrough - YouTube

well, Iā€™m so beginner on blueprint and I donā€™t know how to do it could you do a tutorial about that ? it is not just hiding the weapon it it about taking it also from the ground and showing the weaponā€™s icon either on top of it when the player see it on the ground, thatā€™s going to be so insane for this pack it is going to be like Metal Gear Soled serious.

Thank you very much again :slight_smile:

Well to do it like in Metal Gear Solid it is complete new feature which can take some time to create. But Iā€™ve seen someone made it and shared a repository. Check this out https://www.youtube.com/watch?v=c6vCJQ71-H0

oh no I mead just the pick up weapons not the hole features just some weapons on the floor when you press E player gonna pick it up and he will have a new weapon

I see. Well I think you can look how elevator is done. There is a button blueprint, which reacts to input. Itā€™s a good start. You can scrap animation from it, and do whatever logic you want on ā€œEā€ input.