dos h0002 difData - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Music & chart information
| <- musicTitle | difData | dosNo -> |
difData
- Chart information
- Common settings -> g_presetObj.gauge
Usage
|difData=11W,Normal,3.5,x,10,5$11W,Hard::tickle,3.5,70,2,7$11W,Extra::ティックル,3.5,70,2,7|
|difData=
11W,Normal,3.5,x,10,5
11W,Hard::tickle,3.5,70,2,7
11W,Extra::ティックル,3.5,70,2,7
|
Overview
Describe chart information. First, specify each chart with "$" or newline delimiter. Then, specify the key type, chart name, etc., separated by commas. The comma delimiters are as follows. (You can also specify the key type, but it is better to specify at least the key type.)
Items | Example | Description | Default Setting |
---|---|---|---|
1 | 11W | Specifies the key type in the target chart. | 7 |
2 | Normal | Specify the name of the target chart. If you put the creator's name after two colons, the creator's name will be displayed in the result copy and other pages (the creator's name is optional). | Normal |
3 | 3.5 | Specifies the initial speed of the target chart. | 3.5 |
4 | 70 | Specify the quota rate from 0 to 100 for the target chart. 0 means that the game is over when the number of lives reaches 0. If "x" is specified, the game is life-based and the amount of life increase/decrease is the same regardless of the number of arrows. | x |
5 | 2 | Specify the percentage of life increase for the target chart from 0 to 100. | 6 |
6 | 7 | Specify the percentage of life reduction for the target chart from 0 to 100. | 40 |
7 | 40 | Specify the initial life percentage of the target chart from 0 to 100. | 25 |
Examples of Use
|difData=11,Moving::izkdic&ティックル,2.5,70,1,5|
Related pages
- musicTitle :pencil: Music and artist information
- musicUrl :pencil: Music file locations setting
- musicNo :pencil: Associating music files with charts
- dummyId :pencil: Specify chart number to assign to dummy chart
- startFrame :pencil: Number of frames to start playing
- endFrame :pencil: Number of frames out of play
- fadeFrame :pencil: Number of fade-out start frames
- adjustment :pencil: Initial adjustment of chart position
- customGauge :pencil: Custom Gauge Settings
- gaugeX :pencil: Gauge Setting Details
- makerView :pencil: Display setting of maker's name by chart
Changelog
Version | Change details |
---|---|
v27.5.0 | - Supports newline delimitation as an alternative to "$" delimitation |
v8.2.0 | - Support for displaying the creator of each chart |
v1.0.0 | - initial implementation |
| <- musicTitle | difData | dosNo -> |