• mdx-3.0.3a Stable

    22vv0 released this 2024-11-01 16:21:18 +03:00 | 3 commits to mdx since this release

    DDR plugin 3.0.3a

    musicdb.xml Usage Guide

    1. Put your musicdb.xml file(s) in the ddr@asphyxia/data directory.
    2. Configure plugin settings:
      • There are 2 related fields in the plugin settings:
        • musicdb.xml for musicdata_load: mdb file where song difficulty and limited info will be retrieved. Set this config to the filename of the musicdb.xml file you copied. This file is required for other songs to appear.
        • musicdb.xml for WebUI: mdb file where song titles will be retrieved, this will be used for WebUI stuff. If you have a different xml file you want to use, set this config to the filename of that musicdb.xml file, or keep it blank to use the same musicdb.xml as above.
      • Sample usage 1: I use a modified World musicdb with all difficulties and limited info defined for all songs. I do not need to use a separate musicdb.xml for WebUI (but I would also update this file to include upcoming songs.)
      • Sample usage 2: I use the last A3 musicdb for musicdata_load. This will set difficulty and limited data for songs released up until A3. World songs info will be set using SONGS_WORLD defined in data/world.ts. Then I use World musicdb for WebUI, so I could get all titles of songs released up until World (I would need to replace this file every time the game updates its song list.)

    Changes:

    • Added "MVP" to songs list.
    Downloads