dos e0007 scrollchData - cwtickle/danoniplus-docs GitHub Wiki

English | Japanese

^ Return to Screen effects specification

| < Key types change | Scroll reversal || Speed change > |

Scroll reversal (scrollch_data)

Overview

  • Reverses the scrolling of the lanes of the target arrow, freeze arrow, and step zone by frame specification.

Usage

|scrollch_data=
1100,20,-1
1200,21,-1
1300,22,-1
2000,20,1
2000,21,1
2000,22,1
|

|scrollch2_data=...|
|scrollch3_data=scrollch2_data|  // The third chart is a copy of the data of the second chart
  • To ensure that scroll reversal is completed in the specified number of frames, the change timing is different for arrows, freeze arrows and step zones.
Type Change Timing
StepZone Number of frames specified (immediate change)
Arrow/Freeze Arrow Number of frames specified minus the number of frames until the arrow/freeze arrow appears and reaches the step zone

Descriptive specification

No Logical name Example Description
1 Frame 200 Specifies the number of timing frames to be changed.
2 ColorNo 20 Specify the object (arrow number) to be changed, such as an arrow or freeze arrow. See below.
3 Scroll Direction -1 Scroll reversal setting. -1 to reverse, 1 to undo.

Arrow number

The color change specifies an arrow number indicating the target. The specifications are as follows.

Arrow Number Logical name Description
0-19 or1000- Arrows (individual) Specifies how many arrows are in the step zone when arranged in left-to-right and top-to-bottom order. Starts at 0. Used to apply arrows individually. Pattern 0 for each key is the standard. Other patterns are automatically selected in the source.
20-24 Arrow groups 1-5 Set the arrow group specified by "setColor" from 1 to 5.

Changelog

Version Change details
v34.0.0 - Added the ability to combine individual scroll reversal settings while referencing data from other charts.
v31.2.0 - Added a function to refer to data of other chart by specifying scrollch_data name of other chart.
v30.2.0 - Initial implementation

| < Key types change | Scroll reversal || Speed change > |