aixxe / iidx-scorecard

beatmania IIDX e-amusement scorecard replica

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iidx-scorecard

Vue.js scorecard replica for use with ameto.

Examples

Example image 1 Example image 2

Usage

Download and extract iidx-scorecard-master to the ameto/plugins/scorecard/assets directory.

In ameto/plugins/discord/config.json ensure that the style setting is updated to use the new card.

"style": "iidx-scorecard-master",

You can also configure the options block to adjust scorecard behaviour.

"options": {
    "auto_max_pacemaker": true,
    "show_chart_rating": true,
    "show_mascot": false
}
  • auto_max_pacemaker will switch your pacemaker to target 100% if your score exceeds the usual AAA+.
  • show_chart_rating can be used to show or hide the chart rating next to the difficulty. Hidden on official cards.
  • show_mascot toggles the character that appears in the bottom right corner of the scorecard. You should edit the array in components/mascot/component.js before enabling this.

Finally, change the avatar image in components/avatar/images/avatar.png to your liking.

Resources

The following fonts are used in the Photoshop document.

Background image by starline at Freepik.com.

About

beatmania IIDX e-amusement scorecard replica

License:MIT License


Languages

Language:JavaScript 73.0%Language:CSS 17.8%Language:HTML 9.2%