dos h0069 wordAutoReverse - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Initial settings during play > Setting the play screen position
| <- bottomWordSet | wordAutoReverse || maxLifeVal -> |
wordAutoReverse
- Setting for conditional reversal of lyrics display at reverse
- Common settings -> g_presetObj.wordAutoReverse
Usage
|wordAutoReverse=OFF|
Overview
Since ver 15.3.0, the function to conditionally reverse the lyrics display when reverse is enabled has been implemented. However, there are cases where lyrics are inverted unintentionally due to a combination of back/mask_data and usage of word_data other than lyrics. For this reason, this automatic control is now available for individual works.
Value | Default | Description |
---|---|---|
auto | * | Conditional reversal of lyrics display on reverse |
OFF | Do not invert lyrics display when reverse | |
ON | Reverse the lyrics even if the condition is not met during Reverse.* |
* If scroll extensions (Cross, Split, etc.) are set, or if "wordRev_data" is included, it will not be invertible.
Additional information
- If you want to apply it to the whole work, you can also set it in
danoni_setting.js
.
In that case, the setting value isg_presetObj.wordAutoReverse
. (The applicable values are the same)
Related pages
- stepYR :pencil: Difference from the current Y coordinate position of the step zone (bottom)
- bottomWordSet :pencil: Setting to link the bottom lyric display position to the step zone position
- Lyrics display (word_data) :pencil:
- Common settings > Play screen control
Changelog
Version | Change details |
---|---|
v15.4.0 | - Initial implementation |
| <- bottomWordSet | wordAutoReverse || maxLifeVal -> |