From d1c1f858ebb05c51012f4ad7008edd06376d513c Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 10 Jul 2012 19:25:44 -0500 Subject: [PATCH] small updates. this should really be worked on at some point. --- Manual/index.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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.


Creating Content

+

If you feel like making custom content for StepMania (that isn't a song), +there's lots of options.

Announcers

Courses

+

Course files use the .crs format.

Noteskins

+

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.).

BGAnimations

Themes

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.


-