Add MET and SFL
This commit is contained in:
parent
cbff5a6956
commit
d110b5ce38
18
README.md
18
README.md
@ -19,7 +19,23 @@ Designates the BPM for the specified measure of the song.
|
||||
|
||||
## **MET**
|
||||
|
||||
?
|
||||
Designates the time signature for the specified measure of the song.
|
||||
|
||||
### Schema:
|
||||
| Beginning Measure | Offset | Second Value | First Value |
|
||||
| ---- | ---- | ---- | ---- |
|
||||
|
||||
It is very important to note that the values for the time signature are in reverse. It is also worth mentioning that this is purely cosmetic. The only thing that this value will affect is the placement of the thin measure lines on the playfield.
|
||||
|
||||
## **SFL**
|
||||
|
||||
Designates the speed of the playfield at the specified measure of the song.
|
||||
|
||||
### Schema:
|
||||
| Beginning Measure | Offset | Duration | Multiplier |
|
||||
| ---- | ---- | ---- | ---- |
|
||||
|
||||
It is important to note that the multiplier must have an accuracy of 0.000001, meaning that it should have six digits after the decimal point. This value will multiply the player's current playfield speed, so notes will appear faster or slower based on this value. This value is purely cosmetic, and will not affect the placement of notes in the .c2s file, only the player will see a difference. This value can also be made negative, which will result in the board moving in reverse, usually used for aesthetic purposes such as [this section of Fracture Ray's MASTER chart](https://youtu.be/5m7bMyIDoec?t=48).
|
||||
|
||||
# Notes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user