various text file changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Place announcer folders in this directory.
|
Place announcer folders in this directory.
|
||||||
|
|
||||||
[Announcer format]
|
[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).
|
or a folder containing many sounds (of which one is picked at random).
|
||||||
|
|
||||||
[Announcer calls]
|
[Announcer calls]
|
||||||
|
|||||||
@@ -1,32 +1,23 @@
|
|||||||
// File for specifying Random Attacks, used by the Random Attacks mod and Attack Mines mod.
|
// File for specifying Random Attacks, used by the Random Attacks mod and Attack Mines mod.
|
||||||
// Only specify one modifier per attack.
|
|
||||||
//
|
//
|
||||||
// Sample lines:
|
// Sample lines:
|
||||||
//
|
|
||||||
// #ATTACK:drunk;
|
// #ATTACK:drunk;
|
||||||
// #ATTACK:30% tornado;
|
// #ATTACK:30% tornado;
|
||||||
// #ATTACK:-20% beat;
|
// #ATTACK:-20% beat;
|
||||||
//
|
|
||||||
|
|
||||||
//
|
|
||||||
// Speed Mods
|
// Speed Mods
|
||||||
//
|
|
||||||
#ATTACK:0.5x;
|
#ATTACK:0.5x;
|
||||||
#ATTACK:1x;
|
#ATTACK:1x;
|
||||||
#ATTACK:1.5x;
|
#ATTACK:1.5x;
|
||||||
#ATTACK:2x;
|
#ATTACK:2x;
|
||||||
|
|
||||||
//
|
|
||||||
// Accel Mods
|
// Accel Mods
|
||||||
//
|
|
||||||
#ATTACK:boost;
|
#ATTACK:boost;
|
||||||
#ATTACK:brake;
|
#ATTACK:brake;
|
||||||
#ATTACK:wave;
|
#ATTACK:wave;
|
||||||
#ATTACK:expand;
|
#ATTACK:expand;
|
||||||
|
|
||||||
//
|
|
||||||
// Effect Mods
|
// Effect Mods
|
||||||
//
|
|
||||||
#ATTACK:drunk;
|
#ATTACK:drunk;
|
||||||
#ATTACK:dizzy;
|
#ATTACK:dizzy;
|
||||||
#ATTACK:confusion;
|
#ATTACK:confusion;
|
||||||
@@ -38,34 +29,24 @@
|
|||||||
#ATTACK:beat;
|
#ATTACK:beat;
|
||||||
#ATTACK:bumpy;
|
#ATTACK:bumpy;
|
||||||
|
|
||||||
//
|
|
||||||
// Appearance Mods
|
// Appearance Mods
|
||||||
//
|
|
||||||
#ATTACK:50% hidden;
|
#ATTACK:50% hidden;
|
||||||
#ATTACK:50% sudden;
|
#ATTACK:50% sudden;
|
||||||
#ATTACK:30% blink;
|
#ATTACK:30% blink;
|
||||||
|
|
||||||
//
|
|
||||||
// Hide Mods
|
// Hide Mods
|
||||||
//
|
|
||||||
#ATTACK:dark;
|
#ATTACK:dark;
|
||||||
#ATTACK:blind;
|
#ATTACK:blind;
|
||||||
|
|
||||||
//
|
|
||||||
// Transform Mods
|
// Transform Mods
|
||||||
//
|
|
||||||
#ATTACK:mines;
|
#ATTACK:mines;
|
||||||
|
|
||||||
//
|
|
||||||
// Scroll
|
// Scroll
|
||||||
//
|
|
||||||
#ATTACK:30% reverse;
|
#ATTACK:30% reverse;
|
||||||
#ATTACK:reverse;
|
#ATTACK:reverse;
|
||||||
#ATTACK:centered;
|
#ATTACK:centered;
|
||||||
|
|
||||||
//
|
|
||||||
// Perspective Mods
|
// Perspective Mods
|
||||||
//
|
|
||||||
#ATTACK:hallway;
|
#ATTACK:hallway;
|
||||||
#ATTACK:space;
|
#ATTACK:space;
|
||||||
#ATTACK:incoming;
|
#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?]
|
[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:
|
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