Advertisement
teru

my format

Jul 31st, 2012
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.91 KB | None | 0 0
  1. return {
  2.     Metadata={
  3.         Title="Up, Down, Left, Right";
  4.         Subtitle="From Twinkle, Twinkle, Little Star";
  5.         Artist="U1-ASAMi?";
  6.         Source="Dance Dance Revolution Mario Mix"};
  7.     Charts={
  8.             {  
  9.             Metadata={
  10.                 Difficulty="Beginner";
  11.                 Level=1;
  12.                 Author="Unknown"};
  13.             Game="dance";
  14.             Style="single";
  15.             --ColumnMapping helps the game present the user with a suitable
  16.             --game mode choice if they haven't set one up.
  17.             ColumnMapping={"PanelLeft","PanelDown","PanelUp","PanelRight"};
  18.             InitialMsecsPerArrowUnit=444.4444;  --almost 135 BPM. if you leave this out, it's 1000.
  19.             InitialPixlsPerArrowUnit=64;    --standard ddr rate, defaults to game defaults; 64 if there are none.
  20.             NoteData={
  21.                 Point={17778, 21333, 24889, 26667, 30222, 40889, 41778, 44444, 45333, 48000, 48889, 56889, 57778, 58667, 64000, 64889, 65778, "and so on"},
  22.                 --1 being the column, t being a note type.
  23.                 Row={"1t4t"}}
  24.             }}
  25.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement