Hi all,

This plugin tracks additional game data such as gold spent at shops, damage taken, items used, and many more. This data is stored in variables so it is easy to access in events. Turn tracking on/off any time. This plugin also allows you to create a scene to show statistics to the player.

TRACKED DATA

The full list of data that is tracked with this plugin includes:

The following stats are tracked for the entire party:

  •  Gold spent at shops
  • Gold earned at shops
  • Items bought from shops
  • Items sold to shops
  • Damage taken
  • Damage dealt
  • Items used
  • Gold looted from battle
  • Amount of each individual item bought/sold
  • Amount of each enemy defeated

The following stats are tracked per actor:

  • Times attacked
  • Times attacked with
  • Times used skills
  • Amount of deaths

These allow you to do things like check exactly how many potions a player has consumed in their playthrough. Of course, I am sure you can think of many other uses for this data in your game.

STATISTICS SCENE

This plugin allows you to construct a statistics scene (default empty) without the need for any JS knowledge. Below is a short gif of how it can look:

The statistics scene works by first creating categories of statistics, which will display in the command window at the top of the statistics scene. These categories have all of the options you may be familiar with for my other command window plugins, except for the JS parameters.

Along with the category look and feel, categories is also where you will tell it which pieces of data to display in the data window for that category. You do this using dividers or data pieces. Dividers divide the window with header text and gradient lines. Data pieces display a statistic, such as Total Damage Dealt. You can choose the order each piece (divider or data piece) is displayed.

Together with scene-wide options such as background image, window customization options, text options, and more you should be able to create your own unique looking statistics scene from the ground up without any JS code required.

INTEGRATIONS

[CGMZ] Menu Command Window - Add the Statistics scene to the Main Menu commands using this plugin. The JS required to do so is:

SceneManager.push(CGMZ_Scene_Statistics);

[CGMZ] Scene Backgrounds - This plugin will allow you to show a custom background image in the statistics scene, including scrolling backgrounds or weather.

[CGMZ] Controls Window - This plugin will allow you to show controls during the statistics scene. It will display keyboard or gamepad controls, depending on the player's last input.

Please see terms of use here: Terms of Use

Requires CGMZ Core plugin: CGMZ Core

Happy RPG Making!

Updated 13 hours ago
StatusReleased
CategoryTool
PlatformsHTML5
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorCasper Gaming
Made withRPG Maker
TagsRPG Maker, utility
LinksHomepage, Community, Patreon, YouTube

Download

Download NowName your own price

Click download now to get access to the following files:

CGMZ-ExtraStats.zip 13 kB

Development log

Leave a comment

Log in with itch.io to leave a comment.