dos h0057 displayUse - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Initial settings in settings screen
| <- settingUse | displayUse | displayChainOFF -> |
displayUse(stepZone, judgment, fastSlow, lifeGauge, score, musicInfo, filterLine, speed, color, lyrics, background, arrowEffect, special)
- Availability of Display item, initial value setting
- Common settings -> g_presetObj.settingUse
Usage
|stepZoneUse=false|
|judgmentUse=false|
|fastSlowUse=false|
|lifeGaugeUse=true,OFF| <- Button enabled, initial value "OFF"
|scoreUse=false|
|musicInfoUse=false,ON| <- Button enabled, initial value "ON"
|filterLineUse=false|
|speedUse=false|
|colorUse=false|
|lyricsUse=false|
|backgroundUse=false|
|arrowEffectUse=false|
|specialUse=false|
Overview
This is used when you do not want the Display option item on the Settings screen to be used for the convenience of the work.
Setting false
will not only turn it "OFF", but also disable the "ON/OFF" setting itself.
Starting with v14, a comma-separated second element can be specified.
This allows for settings such as enabling the "ON/OFF" setting but turning the default "OFF".
No | Example | Description | Default |
---|---|---|---|
1 | false | Configuration can be changed or not (true : configuration can be changed, false : configuration cannot be changed) |
true |
2 | OFF | Default Display setting (ON, OFF) | OFF |
Example of Use
Additional information
- You can specify the same setting for all works in
g_presetObj.settingUse
in "danoni_setting.js". If both are specified, the chart settings side (displayUse) takes precedence.
Related pages
- settingUse :pencil: Availability of configuration items
- motionUse, scrollUse, shuffleUse, ... etc
- displayChainOFF :pencil: Linkage OFF setting of Display item
- backgroundChainOFF, arrowEffectChainOFF, specialChainOFF, ... etc
- transKeyUse :pencil: Availability of another key mode
- stepY :pencil: Y coordinate position of step zone
- stepYR :pencil: Difference from the current Y coordinate position of the step zone (bottom)
- arrowJdgY / frzJdgY :pencil: Y coordinate position of judgment character
- Common settings > Option Enable
Changelog
Version | Change details |
---|---|
v14.0.2 | - Added second element of displayUse (initial value setting of button) |
v13.5.0 | - Added "filterLineUse" |
v13.4.0 | - Addition of items due to subdivision of "Judgment" |
v11.0.0 | - Initial implementation |
| <- settingUse | displayUse | displayChainOFF -> |