Third Person Shooter
prototype
-
Team Size: Individual
-
Role: Everything
-
Tools: Unreal Engine 4, Blueprints, Photoshop, Google Docs, Illustrator, 3DS Max, Maya, Audacity
-
Development Time: 4 months
-
Platform: PC (Mouse and keyboard)
Overview:
This project was developed as a mod of UE4's marketplace assets "Character Interaction v2" and "Advanced Locomotion Sytem v3". Although these asstet packs have now new versions, v3 and v4 respectively, back in the day, when I decided to design these systems, the advanced locomotion system had no weapon implementation. Also, I believe the character interaction asset pack still is not network replicated.
All I ended up using from these packs were the animations. I also used some of the locomotion system logic, however, I modded it so much that even though it looks similar (due to the same animations), it actually doesn't work the same way anymore.
​
These are a collection of systems and mechanics I designed for a third person shooter game. There was no real aim for this project, I was just researching, learning and iterating on ideas I thought could make a third person shooter game better.
Shotgun Patterns (SG):
This shotgun predictive pattern system will allow players to visualize better where the shotgun shots will land, providing more accuracy than most games do. From a competitive perspective, you will always want to give the players control over their actions and shotguns have been very tough time providing consistency. This system provides a consistent bullet pattern that will allow the player to aim properly with their shotgun without any RNG involved.
Predictive Recoil Patterns (AR, SMG & HG):
This predictive recoil pattern system was inspired by the current predictive recoil pattern systems from CSGO or Valorant. In these two games, the camera will not update towards the next bullet's direction. My take was to give the player a bit more control over that, lerping the camera towards the next bullet direction and giving more control over the recoil system of the gun.
Jetpack/hover movement & Sliding:
The Jetpack/Hover movement mechanic will allow the player to fly/hover as long as they have enough fuel. Its purpose is to give the players a tool to reach higher platforms while shooting at enemies from above.
The sliding mechanic will allow the player to gain that extra push when trying to get out of a sticky situation. Additionally, it can be used to move faster when sliding down hills, keeping the player's momentum indefinitely unless the player interrupts the mechanic with any other action.
Both of these movement mechancis were designed with one purpose in mind, to allow the player to use his guns even when they are moving using the mechanic. This way the player will feel like the character is truly agile and they are always in control. Not allowing the player to fire his guns while using these mechanics will probably prevent them from using them ever.
Dynamic crosshairs and Guns:
The dynamic crosshair system provides a fully procedurally animated crosshair. These crosshairs react to the gun's recoil by adding more motion onto the crosshair UI widget. It provides visual feedback wich is useful for the player.
When the crosshair expands and the player is not aiming, the bullet spread will be accurate to the crosshair spread. If the player is aiming, the crosshair spread will never be taken into account, the bullets will always go where the player is currently aiming at.
​
In the video below you can also see some some of the guns I designed for the game. I have 2 AR (Full Auto and Burst), 1 HG, 2 SG (Full Auto and Pump Action), 2 SR (Semi Auto and Bolt Action) and 1 Grenade Launcher.
Magnetic Bullets ability:
This is an ability design. Taking inspiration from the adept abilities from Mass Effect I thought of doing something similar with anti gravity physics simulation.
In order to use the ability, the player will have to shoot at enemies. This will charge the ability bar. Once the ability bar is full, the player can activate the ability. The reason behind this design choice is to prevent the player from relying on the ability too much. In the end, this is still a third person shooter prototype. There would be no point in using your gun if you could just use abilities instead to kill enemies faster.
​
When activated, the ability will last for 5 seconds. Any enemy hit by magnetic bullets will be applied a magnetic force that will stun them and make them levitate idefinitely with anti gravity physics. Every time the player shoots at a different enemy a magnetic force will be applied, if the previous enemy hit was given a positive magnetic force the next enemy hit will be given a negative force instead. This will cause the two bodies to attract each other colliding and generating an explosion that will kill them both.