dos s0004 frzArrow - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
^ Return to Common setting file specification
< Gauge settings | Freeze arrow settings | Default design and image settings >
Freeze arrow settings
g_presetObj.frzColors - Availability of freeze arrow default color set
-> Priority chart settings if specified : defaultFrzColorUse
- If the arrow color of the freeze arrow is not specified, this sets where the color set is specified from.
true
: use the default color set /false
: change to match the arrow color (setColor). If not specified,true
is used.
g_presetObj.frzColors = true;
g_presetObj.frzScopeFromAC - Setting the range of freeze-arrow colors to follow in response to arrow color change
-> Priority chart settings if specified : frzScopeFromAC
- The range of freeze arrow colors that follow the arrow color change can be specified as "Normal" or "Hit". If not specified, it will not follow either.
g_presetObj.frzScopeFromAC = [`Normal`]; // Only Freeze Arrow in normal operation follows the color change.
g_presetObj.frzStartjdgUse - Freeze-arrow starting point determination setting
-> Priority chart settings if specified : frzStartjdgUse
- Sets whether normal arrows are judged at the start of the freeze arrow.
Specify
true
if you want to have it judged.
g_presetObj.frzStartjdgUse = true;
Changelog
Version | Change details |
---|---|
v26.3.1 | << Variable name change >> - g_presetFrzColors -> g_presetObj.frzColors - g_presetFrzScopeFromAC -> g_presetObj.frzScopeFromAC - g_presetFrzStartjdgUse -> g_presetObj.frzStartjdgUse |
v25.5.1 | - Added setting (g_presetFrzScopeFromAC) of range to follow freeze arrow color in response to arrow color change- Remove color following setting when freeze-arrow default color set is used or not (g_presetFrzColors) is false. |
v25.1.0 | - Changed freeze arrow color to follow the arrow color change when the default freeze arrow color set is used (g_presetFrzColors) is false. |
v13.3.1 | - Implementation of whether or not the default color set for freeze-arrows is used (g_presetFrzColors) |
v5.7.0 | - Implemented freeze-arrow starting point determination setting (g_presetFrzStartjdgUse) |
< Gauge settings | Freeze arrow settings | Default design and image settings >