dos h0056 settingType - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Importing custom data
| <- bgCanvasUse | settingType | imgType -> |
settingType
- Type name of the common configuration file used in the work
Usage
|settingType=original|
|settingType=(..)special|
|settingType=(..)setting/extra| -> See "danoni_setting_extra.js" in the setting directory
Overview
Specify the name of the common setting to be applied.
If not specified, danoni_setting.js
in the "js" directory will be applied.
In the first case above, it will be danoni_setting_original.js
, and in the second case, danoni_setting_special.js
in the same location as the works page will be loaded.
Additional information
- Detailed configuration is possible by specifying the current and subdirectories.
// Refer to danoni_setting.js in the subdirectory "setting" on the works directory
|settingType=(..)setting/|
// Refer to "danoni_setting_extra.js" in the subdirectory "setting" on the work directory
|settingType=(..)setting/extra|
// Refer to "danoni_setting_extra.js" in the "js" directory
|settingType=extra|
// Refer to "danoni_setting_extra.js" in "special" directory
|settingType=../special/extra|
- When combining the current directory specification with a subdirectory, be sure to include the slash
/
. (The meaning will change if you do not include it.)
// Refer to "danoni_setting.js" in the subdirectory "setting" on the work directory
|settingType=(..)setting/|
// Refer to danoni_setting_setting.js on the works directory
|settingType=(..)setting|
Related pages
- settingUse :pencil: Availability of configuration items
- displayUse :pencil: Availability of Display item, initial value setting
- customJs :pencil: Specify custom js file
- skinType :pencil: Skin setting
Changelog
Version | Change details |
---|---|
v19.3.0 | - Supports combination of current directory specification and subdirectories |
v10.0.0 | - Initial implementation |
| <- bgCanvasUse | settingType | imgType -> |