dos h0085 stockForceDel - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Play time control & music position adjustment
| <- unStockCategory | stockForceDel || minSpeed -> |
wordStockForceDel / backStockForceDel / maskStockForceDel
- Set pattern to not retain data before fade-in
- Common settings -> g_presetObj.stockForceDelList
Usage
|wordStockForceDel=| // Unspecified, no exclusion criteria
|backStockForceDel=fade| // Animations such as "leftToRightFade" and "fadeout" are excluded
|maskStockForceDel=fade,disappear|
- Alphabetic characters must be specified in lowercase.
Overview
Starting with ver 25.0.0, the format has been changed to a format that, in principle, retains the data before the fade-in when the fade-in occurs, and displays that data at the same time when play begins. However, depending on the work, there may be cases where you do not want to display the fade-out as it is, such as when a CSS animation is used for the fade-out. The unStockCategory disables all settings, but this setting allows you to specify which patterns are excluded for each type.
Type | Disable Pattern Target |
---|---|
word | Lyrics display unit |
back, mask | Animation name |
In the above example, if back_data or mask_data contains strings such as "fade", "Fade", or "FADE" in the animation name immediately before the fade-in, the entire hierarchy is excluded from the display. (Other parts of the animation will be displayed as is.)
It is possible to overlay with common setting files.
Related pages
- unStockCategory :pencil: List of types that do not retain data before fade-in
- Common setting file specification > Play screen control
Changelog
Version | Change details |
---|---|
v25.0.0 | - Initial implementation |
| <- unStockCategory | stockForceDel || minSpeed -> |