From be638d1c3cea9250d28c35fb426cca85f51df6b7 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 13 Feb 2011 16:15:33 -0600 Subject: [PATCH] update instructions to include how to make an announcer --- Announcers/instructions.txt | 51 ++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/Announcers/instructions.txt b/Announcers/instructions.txt index eb1029fc97..272930e3b0 100644 --- a/Announcers/instructions.txt +++ b/Announcers/instructions.txt @@ -1 +1,50 @@ -Place announcer folders in this directory. \ No newline at end of file +Place announcer folders in this directory. + +[Announcer format] +sm-ssc's announcers look for certain names. These can either be a single sound, +or a folder containing many sounds (of which one is picked at random). + +[Announcer calls] +Grouped by Screen/Element that calls them, though only the sound/folder name for +each item is important. + +ScreenWithMenuElements +* (ScreenName) intro + +ScreenTitleMenu +* title menu game name + +ScreenSelect +* (ScreenName) IdleComment + +ScreenSelectMusic +* select music intro +* select music comment general +* select music comment hard +* select music comment new +* select music comment repeat +* select course comment general + +ScreenGameplay +* gameplay intro +* gameplay ready +* gameplay here we go normal +* gameplay here we go final +* gameplay here we go extra +* gameplay comment hot +* gameplay comment danger +* gameplay comment good +* gameplay comment oni +* gameplay (100-1000) combo +* gameplay combo stopped +* gameplay combo overflow +* gameplay battle trick level(1-3) +* gameplay battle damage level(1-3) +* gameplay extra +* gameplay cleared +* gameplay failed +* gameplay oni failed +* gameplay oni failed halfway + +MenuTimer +* hurry up \ No newline at end of file