various text file changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Place announcer folders in this directory.
|
||||
|
||||
[Announcer format]
|
||||
sm-ssc's announcers look for certain names. These can either be a single sound,
|
||||
StepMania'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]
|
||||
|
||||
@@ -1,32 +1,23 @@
|
||||
// File for specifying Random Attacks, used by the Random Attacks mod and Attack Mines mod.
|
||||
// Only specify one modifier per attack.
|
||||
//
|
||||
// Sample lines:
|
||||
//
|
||||
// #ATTACK:drunk;
|
||||
// #ATTACK:30% tornado;
|
||||
// #ATTACK:-20% beat;
|
||||
//
|
||||
|
||||
//
|
||||
// Speed Mods
|
||||
//
|
||||
#ATTACK:0.5x;
|
||||
#ATTACK:1x;
|
||||
#ATTACK:1.5x;
|
||||
#ATTACK:2x;
|
||||
|
||||
//
|
||||
// Accel Mods
|
||||
//
|
||||
#ATTACK:boost;
|
||||
#ATTACK:brake;
|
||||
#ATTACK:wave;
|
||||
#ATTACK:expand;
|
||||
|
||||
//
|
||||
// Effect Mods
|
||||
//
|
||||
#ATTACK:drunk;
|
||||
#ATTACK:dizzy;
|
||||
#ATTACK:confusion;
|
||||
@@ -38,34 +29,24 @@
|
||||
#ATTACK:beat;
|
||||
#ATTACK:bumpy;
|
||||
|
||||
//
|
||||
// Appearance Mods
|
||||
//
|
||||
#ATTACK:50% hidden;
|
||||
#ATTACK:50% sudden;
|
||||
#ATTACK:30% blink;
|
||||
|
||||
//
|
||||
// Hide Mods
|
||||
//
|
||||
#ATTACK:dark;
|
||||
#ATTACK:blind;
|
||||
|
||||
//
|
||||
// Transform Mods
|
||||
//
|
||||
#ATTACK:mines;
|
||||
|
||||
//
|
||||
// Scroll
|
||||
//
|
||||
#ATTACK:30% reverse;
|
||||
#ATTACK:reverse;
|
||||
#ATTACK:centered;
|
||||
|
||||
//
|
||||
// Perspective Mods
|
||||
//
|
||||
#ATTACK:hallway;
|
||||
#ATTACK:space;
|
||||
#ATTACK:incoming;
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
[IMPORTANT INSTALL NOTE]
|
||||
If you are using Windows Vista or Windows 7, please do not install StepMania 5 into the Program Files directory.
|
||||
|
||||
[Using Google Chrome?]
|
||||
If you are using Google Chrome as your primary web browser, you will have to perform some extra steps to get stepmania:// URI handling to work:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user