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 & layer shift > |

Key types change (keych_data)

Overview

  • It is dedicated to custom key types and instantly toggles the displayed stepzones of 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=
   0,5:0.3/11L
1951,11L
|
|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.
  • Multiple even-numbered partial key types can be specified, separated by slashes, and transparency can be specified after a colon (:).

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.Multiple key types groups can also be specified by separating them with a slash (ver37 or later).

Related pages

Changelog

Version Change details
v37.0.0 - Supports multiple partial key type and transparency specifications.
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 & layer shift > |