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)

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

dos-h0057-01.png

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

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 -> |