Skip to content

Plugin for managing replicated Gameplay Tags in a stack-like manner.

License

Notifications You must be signed in to change notification settings

MajorTomAW/GameplayTagStacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gameplay Tag Stacks Plugin

Replicated Gameplay Tags that can be used in a stack-like manner.
Similar to what Lyra Starter Game uses.

Useful for storing stats (Kills / Assists / Deaths / Ammo / etc. ) that need to be replicated to other clients.

Example Lyra Starter Game

The Lyra Starter Game uses Gameplay Tag Stacks for multiple purposes.
As an example the W_MatchScoreBoard_Elimination uses them to access the player stats (Eliminations/Deaths/Assists) and to display them.

image

Each player state contains 3 Gameplay Tag Stacks:

  • Tag: ShooterGame.Score.Elimination Stack Count: <the amount of eliminations>
  • Tag: ShooterGame.Score.Deaths Stack Count: <the amount of deaths>
  • Tag: ShooterGame.Score.Assists Stack Count: <the amount of assists>

About

Plugin for managing replicated Gameplay Tags in a stack-like manner.

Resources

License

Stars

Watchers

Forks

Packages

No packages published