https://github.com/helmssyss/tps-shooter-system
This (beginner) system is made with Unreal Engine 4.27
https://github.com/helmssyss/tps-shooter-system
basic-game cpp tps-game tps-shooter ue4 ue5 unreal-engine unreal-engine-4
Last synced: 3 months ago
JSON representation
This (beginner) system is made with Unreal Engine 4.27
- Host: GitHub
- URL: https://github.com/helmssyss/tps-shooter-system
- Owner: Helmssyss
- License: mit
- Created: 2023-06-19T21:41:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T21:41:00.000Z (over 1 year ago)
- Last Synced: 2025-02-01T08:32:21.391Z (3 months ago)
- Topics: basic-game, cpp, tps-game, tps-shooter, ue4, ue5, unreal-engine, unreal-engine-4
- Language: C++
- Homepage:
- Size: 87.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# TPS-Shooter-System
This (beginner) system is made with Unreal Engine 4.27Developed with Blueprint and C++
Features:
- [x] Drop/Equip Weapons
- [x] Sprint/Walk
- [x] Switch weapons
- [x] Inventory
- [x] Reload system
- [x] Weapon(Rifle) Magazine Recharge
- [x] Fire Mode (Single-Auto)
- [x] Ragdoll Recover (without animation)
- [x] Head Rotation
- [x] Bullet Impact Particle
- [x] Bullet Decals---
- My other repos:
- [FPS-TPS-Shooter-System | Intermediate-Advance](https://github.com/Helmssyss/FPTP-Shooter-System)
- [TPS-Shooter-System | Intermediate](https://github.com/Helmssyss/TPS-Shooter-System-Alternative)

---
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.

https://github.com/Helmssyss/TPS-Shooter-System/assets/84701901/5b0e0d03-9876-49a8-9d1d-9a78d2d05004
[](https://hits.sh/github.com/Helmssyss/TPS-Shooter-Game/)