Skip to content
ixsetf edited this page Nov 26, 2019 · 5 revisions

Supported Game Modes

Only modes from the Dance Dance Revolution series of games are supported (Shock Arrows are not available yet). The specific list includes:

  • Single/Versus Mode
  • Couple Mode
  • Double Mode
  • Solo (6 panel) Mode

The Step Syntax

Each chart consists of a string of numbers and letters. The string is usually made up of 8th notes: more specific notes can be utilized as follows:

Beginning Character Ending Character Note Type
( ) 16th
[ ] 24th
{ } 64th
` ' 192nd

The arrows are mostly represented via the numpad. The 2 key represents a down arrow, 4 a left, 6 a right, and 8 an up arrow. The 1, 3, 7, and 9 keys represent the corner jumps. To have a jump with the left and right arrows, use the B key: up and down jumps use A.

The solo mode has extra keyboard keys for representing the diagonals and their jump combinations. These are:

Key Arrow Combination
C UpLeft
D UpRight
E UpLeft+Left
F UpLeft+Down
G UpLeft+Up
H UpLeft+Right
I UpRight+Left
J UpRight+Down
K UpRight+Up
L UpRight+Right
M UpLeft+UpRight

It is also possible to hit more than two arrows at once. Simply surround any combination of step/jump keys with <Angle Brackets>.

To allow for freeze arrows, after any valid key is typed, type in the ! symbol followed by the arrow (or arrows) which represent the hold. When the hold is to end, simply repeat the arrow at the appropriate spot.

Clone this wiki locally