-
Notifications
You must be signed in to change notification settings - Fork 1
End Game Statistics
Players can view their end of game stats once defeating the final boss of the game (Air Boss), being able to view stats of the categories 'Items', 'Enemy', and 'Player'. Endgame stats are saved upon each incrementation of the stat, and when the player exits the game.
The Player is greeted by the 'Items' screen when the end game stats are initially displayed. Stats are initialised as 0, and can be seen even if an item hasn't been collected.
If the player decides to start a new game, or dies, their stats will be reset.
If the player starts a session and quits the game, they can press load from the main menu screen to load their current play through stats.
Getting stats is as simple as picking up an item, defeating enemies, getting medals from mini games or just dealing damage and more.
Each stat type has some sub-types. This aims to further categorise stats for the player to find and understand them more easily.
For specifics about how to develop and use Enemy NPCs in game see End Game Statistics Programming Guide