Kubson96
672b19326b
feat: gun attaching to socket
...
Added FirstPersonArm from Unreal FPS template.
Modified ShootingComponent for using socket in character.
2025-04-22 23:28:59 +02:00
Kubson96
b7263615c0
feat: add collecting HP and ammo
...
Player automatically collect HP and ammo when standing on crates. Ammo is collected only for owned gun.
2025-04-18 01:53:08 +02:00
2b6bdf9f80
feat: add grenade pickup, throw, and drop mechanics
...
Implemented basic grenade interaction:
- Player can pick up, throw, and drop grenades.
To-do:
- Refine throwing mechanics (e.g. direction, force).
- Clean up and refactor related code.
2025-04-08 18:22:33 +02:00
Kubson96
24d4d951a3
refactor: move gun Interact implementation from BP to C++
2025-03-15 23:34:17 +01:00
Kubson96
e70f96df2c
fix: fixed linetrace after locking character pitch
...
Fixed linetrace, because it was follow only horizontal axis after locking character pitch.
Added empty GunBase class with BP revolver item.
2025-03-15 13:48:39 +01:00