dos h0098 dosNo - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Music & chart information
| <- difData | dosNo | musicUrl -> |
dosNo
- Set chart file number and chart number assigned to chart
Prerequisite
- This setting requires that "externalDosDivide" and "externalDosLock" are enabled on the html side.
<input type="hidden" name="externalDosDivide" id="externalDosDivide" value="true">
<input type="hidden" name="externalDosLock" id="externalDosLock" value="true">
Usage
|dosNo=1$1$2$2$3|
|dosNo=1,1$1,2$2,1$2,2$3,1|
Overview
- $ delimited by $ for each chart. Specify chart file number, then chart number, separated by comma.
The chart number can be omitted, in which case a sequential number of the same chart file number is assigned. - The above two mean the same thing, and if the file name (externalDos) to be read is "dos.txt", it means the following
- 1st chart: 1st chart of "dos.txt".
- 2nd chart: 2nd chart of "dos.txt".
- 3rd chart: 1st chart of "dos2.txt".
- 4th chart: 2nd chart of "dos2.txt".
- 5th chart: 1st chart of "dos3.txt".
- However, "difData" must be written in the first file (dos.txt in the above case) as before.
No | Required | Description |
---|---|---|
1 | * | Subscript number of the file name when splitting the chart file (in the above example, "dos3.txt" would be "3") |
2 | Corresponding chart number in the file specified in 1. |
Related pages
- How to make chart overview > File division setting for each chart
- difData :pencil: Chart information
Changelog
Version | Change details |
---|---|
v34.6.0 | - Initial implementation |
| <- difData | dosNo | musicUrl -> |