dos h0088 frzScopeFromAC - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Initial settings during play > Arrow and freeze arrow color settings
| <- defaultFrzColorUse | frzScopeFromAC || playingX / playingY -> |
frzScopeFromAC
- Setting the range within which the arrow color change is automatically applied to the freeze-arrow color change
- Common settings -> g_presetObj.frzScopeFromAC
Usage
|frzScopeFromAC=Normal| // Freeze Arrow follows normal only
|frzScopeFromAC=Normal,Hit| // Freeze Arrow follows both normal and hit
|frzScopeFromAC=None| // Not followed (specified only if you want to override the settings in "danoni_setting.js")
Overview
- This setting is available when
g_presetObj.frzColors
or defaultFrzColorUse is false (arrow color priority). - You can specify the range where the freeze arrow color follows the arrow color change by "Normal" or "Hit". If not specified, it will not follow either.
- To specify both, separate them with a comma.
Specifiable value | Description |
---|---|
Normal | Apply to arrows and bars of freeze arrow (normal) |
Hit | Apply to arrows and bars of freeze arrow (hit) |
None | Do nothing. Normally you don't need to specify this, but if you don't want to apply it to this work with g_presetObj.frzScopeFromAC set, you can disable it by including it. |
Related pages
- frzColor :pencil: Initial color settings for freeze-arrows for each color group
- defaultFrzColorUse :pencil: Whether to use the default set when the initial color of the freeze arrow is unspecified
- Common settings > Freeze arrow settings
Changelog
Version | Change details |
---|---|
v25.5.1 | - Initial implementation |
| <- defaultFrzColorUse | frzScopeFromAC || playingX / playingY -> |