dos h0012 musicNo - cwtickle/danoniplus-docs GitHub Wiki

English | Japanese

Home > Chart settings specification > Music & chart information

| <- musicUrl | musicNo | musicGroup -> |

musicNo

  • Associating music files with charts

Usage

|musicNo=0$0$1|        // 1st and 2nd chart: 1st track(a.mp3), 3rd chart: 2nd track(b.mp3) 

|musicUrl=a.mp3$b.mp3| // 1st track: a.mp3, 2nd track: b.mp3

// Example of line break delimiter
|musicNo=
0
1
2$2$2$2$2
3$3$3$3$3$3$3$3$3
4
|

Overview

  • Specifies which musics are targeted for each chart with "$" delimiter. This is linked to "musicTitle" and "musicUrl". 1st track = 0, 2nd track = 1, 3rd track = 2, and so on.

Related pages

Changelog

Version Change details
v41.0.0 - Supports newline delimitation as an alternative to "$" delimitation
v4.0.0 - Initial implementation

| <- musicUrl | musicNo | musicGroup -> |