dos e0001 speedData - cwtickle/danoniplus-docs GitHub Wiki

English | Japanese

^ Return to Screen effects specification

| < Scroll reversal || Speed change | Color change > |

Speed change ( speed_data, boost_data )

Overview

  • Sets the timing for changing the flow speed of arrows and freeze arrows and the speed after the change.

Usage

|speed_data=5104,-0.50,5242,0.25,5408,0.50,5464,0.75,5491,1.00|

|speed2_data=speed_data|  // The second chart is a copy of the data of the first chart

Two pieces make one set." speed_data" is the speed change for the entire screen (applied immediately to the entire screen) and "boost_data" is the speed change for the arrow after the specified frame. Both have different names, but the usage is the same.

Descriptive specification

Speed change

No Logical name Example Description
1 Frame 1436 Specifies the number of frames at which to change the speed.
2 Speed 1.5 Specify the speed change times speed; 0 for stop, minus for reverse. Keep in mind that in the case of reverse run, the arrow should return to its original position.

Comments

No Logical name Example Description
1 Frame 200 Specify the number of frames. Specification is optional.
2 Position - Hyphen fixed.
3 Comment Comment text can be freely entered.

Related pages

Changelog

Version Change details
v34.0.0 - Added the ability to combine individual speed change settings while referencing data from other charts.
v31.2.0 - Added a function to refer to data of other chart by specifying speed_data name and boost_data name of other chart.
v15.1.0 - Added a method for specifying mathematical expressions for frame count and speed change.
v8.0.0 - Eliminate distinction between speed_data and speed_change by key types
v7.9.0 - Implemented comment line
v3.10.0 - Supports line feed delimitation for each set, and arbitrarily changes commas at the end of lines when line feed is delimited.
v1.0.0(v0.39.0) - Initial implementation

| < Scroll reversal || Speed change | Color change > |