- Joined
- Sep 16, 2012
- Messages
- 453
- Reaction score
- 211
- First Language
- English
- Primarily Uses
- RMMV
Skill Usage V1.5.2
Author Sarlecc
Introduction
Have you ever wanted to know precisely how many times your beta testers are using a skill in battle? While now you can! As soon
as a player uses a skill it will be put on the list and update the percentages of all skills listed. If a skill has been used before, it's
Times amount will be increased. Script is meant to help developers better balance their skills by showing them which ones get used and how many times they are used.
Features
- Find just how many times players use a skill in battle
Updates
- v1.0.1 Bug fix items no longer show up in the skill list (as they are not skills)
- v1.5.1 Massive update you can now see which actors use what skills and all data for them is unique to them. Also moved the script to my new GitHub repo.
- v1.5.2 Bug fix skills now increment properly.
Screenshots
None
How to Use
Instructions paste script below Materials and above all other battle related scripts and above Main
Script is mostly plug and play change the Variable id in the module if you are using it.
Outputs to the console and to a .txt called Results.txt located in the Game folder in the following format:
Note delete script when you are ready to release your game
Demo
None needed.
Script
Script Download OLD
GitHub NEW
FAQ
None yet.
Credit and Thanks
- Sarlecc
Terms
Author's Notes
None really.
Author Sarlecc
Introduction
Have you ever wanted to know precisely how many times your beta testers are using a skill in battle? While now you can! As soon
as a player uses a skill it will be put on the list and update the percentages of all skills listed. If a skill has been used before, it's
Times amount will be increased. Script is meant to help developers better balance their skills by showing them which ones get used and how many times they are used.
Features
- Find just how many times players use a skill in battle
Updates
- v1.0.1 Bug fix items no longer show up in the skill list (as they are not skills)
- v1.5.1 Massive update you can now see which actors use what skills and all data for them is unique to them. Also moved the script to my new GitHub repo.
- v1.5.2 Bug fix skills now increment properly.
Screenshots
None
How to Use
Instructions paste script below Materials and above all other battle related scripts and above Main
Script is mostly plug and play change the Variable id in the module if you are using it.
Outputs to the console and to a .txt called Results.txt located in the Game folder in the following format:
Code:
Actor: Eric
Skill Times Percent
Attack: 3: 75.0%
Cleave: 1: 25.0%
Note delete script when you are ready to release your game
Demo
None needed.
Script
Script Download OLD
GitHub NEW
FAQ
None yet.
Credit and Thanks
- Sarlecc
Terms
Author's Notes
None really.
Last edited by a moderator: