Topic: Stamina System Implementation

Is there any way to implement stamina system? Where I will be able to slow down movement speed and damage of heavy kick and punch will be lesser with respect to stamina value?

Share

Thumbs up Thumbs down

Re: Stamina System Implementation

Stamina system: Custom script needed.

Slowing down character movement speed, animation speed and damage: This is probably going to be tricky but, the variables that controls those can be accessed. If you want to have multiplayer support with this, you will likely need the source version and implement those variables with the rollback system. Variables that affect gameplay and can change during runtime need to be implemented properly with rollback in mind.

Share

Thumbs up +1 Thumbs down