dos e0006 keychData - cwtickle/danoniplus-docs GitHub Wiki

English | Japanese

^ Return to Screen effects specification

| < Arrow and freeze-arrow motion | Key types change | Scroll reversal > |

Key types change (keych_data)

Overview

  • It is dedicated to custom key types and instantly toggles the displayed partial key types by specifying the frame.

Usage

|keych_data=0,11L,1951,5,1955,11L,2810,5,2814,11L,3264,5,3275,11L|

|keyExtraList=Tr|
|keyGroupTr=5,5,5,5,5,11L,11L,11L,11L,11L,11L,11L,11L,11L,11L,11L|
 ^ The custom key types "keyGroupX" must be specified in advance. "5" and "11L" defined here can be used as the key group for "keych_data".

|keych2_data=...|
|keych3_data=keych2_data|  // The third chart is a copy of the data of the second chart
  • First, create a custom key type that covers the entire key for which you want to display a partial key type, and that you have already assigned keyGroupX (partial key type assignment).
  • Specify the change time in the odd number and the key type group specified by keyGroupX in the even number to switch the partial key type.

Descriptive specification

No Logical name Example Description
1 Frame 1436 Specifies the number of time frames to change.
2 keyGroup 11L Specify the key type group specified in keyGroupX (partial key assignment) in the custom key type definition. It is also possible to specify a setting other than key type group (such as X) to display nothing.

Related pages

Changelog

Version Change details
v31.2.0 - Added a function to refer to data of other chart by specifying keych_data name of other chart.
v30.2.0 - Support for line break notation
v30.0.1 - Initial implementation

| < Arrow and freeze-arrow motion | Key types change | Scroll reversal > |