Add a flag where items are spawned near the player's dead body instead of returning to their original spot when they die. #15
Labels
No labels
-Animation
-Art
-Audio
-Chore
-Code/Blueprint
-Map
-Material
-Mesh
-Writing
Bug
Duplicate
Feature
Help Wanted
Invalid
Question
UE5.1 Upgrade Bug
Unverified
Wont Fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: metahusk/cardinal-fall_ue5#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
BP_Item has the flag "ReturnsIfPlayerDies?" that will spawn the item back to its original spawn point after the player dies. A new flag needs to be added that spawns the item near the player's body instead. This way the player can return to the spot where they died to get the item back.
This may require a mechanism that detects if the item can be reached that returns the item if it can't be reached and "ReturnsIfPlayerDies?" is set to true. Also, the items should be spread out so the items don't collide on top of each other.