dos h0060 scoreDetailUse - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Initial settings in settings screen
| <- difSelectorUse | scoreDetailUse | settingUse -> |
scoreDetailUse (chartDetailUse)
- Enable/disable chart details display
Usage
|scoreDetailUse=false| // Hide all
|scoreDetailUse=Density,DifLevel| // Display chart density and chart level information only
Overview
Enable/disable chart details display, such as transition graph of speed change and density distribution of chart. If not specified, all are displayed. Select from "Density", "Velocity", or "DifLevel" and separate multiple items with a comma.
Value | Default | Description |
---|---|---|
false | Do not show the chart details display | |
Density | Display chart density graph | |
Velocity | Display velocity change graph | |
DifLevel | Display density level information | |
HighScore | Display high score data |
Related pages
- startFrame :pencil: Number of frames to start playing
Changelog
Version | Change details |
---|---|
v36.2.0 | - HighScore display (HighScore) added. |
v32.7.0 | - Supports for "chartDetailUse" spcification (usage is the same as "scoreDetailUse"). |
v32.5.0 | - Added velocity change graph and chart information setting names (Velocity, DifLevel) |
v32.2.0 | - Added settings to show/hide chart details by child screens |
v11.3.0 | - Initial implementation |
| <- difSelectorUse | scoreDetailUse | settingUse -> |