diff --git a/Manual/index.html b/Manual/index.html index d8f347c4f6..a05277aeab 100644 --- a/Manual/index.html +++ b/Manual/index.html @@ -123,20 +123,31 @@ and KSF formats, put all the files in the song's folder.
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.