From d1c1f858ebb05c51012f4ad7008edd06376d513c Mon Sep 17 00:00:00 2001
From: AJ Kelly
If you feel like making custom content for StepMania (that isn't a song), +there's lots of options.
Course files use the .crs format.
NoteSkins are the shapes of the notes during gameplay. Each game type has its own
+folder for noteskins, e.g. dance/,pump/. The game looks for
+a noteskin called default in each of the game directories. If it finds
+one, it will enable the gametype.
NoteSkins consist of three parts: the metrics (metrics.ini), the Lua
+script (NoteSkin.lua), and the various files for the noteskin (graphics, etc.).
StepMania themes consist of various files and folders. The most important file
is metrics.ini, which controls the entire theme.
The StepMania Theming Wiki +is a good source of information on theming for StepMania.