Skip to content

Helmssyss/TPS-Shooter-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ UNREAL

TPS-Shooter-System

This (beginner) system is made with Unreal Engine 4.27

Developed with Blueprint and C++

Features:

  • Drop/Equip Weapons
  • Sprint/Walk
  • Switch weapons
  • Inventory
  • Reload system
  • Weapon(Rifle) Magazine Recharge
  • Fire Mode (Single-Auto)
  • Ragdoll Recover (without animation)
  • Head Rotation
  • Bullet Impact Particle
  • Bullet Decals

Untitled

Screenshot 2023-07-24 141359


I did the reload event according to the following hierarchy. The hierarchy consists of two meshes and collisions. the appearance of the two meshes belongs to the weapon object. When the hand goes to the section where the magazine is, the main mesh is hidden, the fake mesh is revealed, and the magazine bone is hidden in the fake mesh. When a new magazine is added to the hand and going to the location of the weapon, this time the opposite happens.

Screenshot 2023-07-04 183207

Reload.mp4

Hits