File tree Expand file tree Collapse file tree 3 files changed +1
-23
lines changed Expand file tree Collapse file tree 3 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 1
1
Place announcer folders in this directory.
2
2
3
3
[Announcer format]
4
- sm-ssc 's announcers look for certain names. These can either be a single sound,
4
+ StepMania 's announcers look for certain names. These can either be a single sound,
5
5
or a folder containing many sounds (of which one is picked at random).
6
6
7
7
[Announcer calls]
Original file line number Diff line number Diff line change 1
1
// File for specifying Random Attacks, used by the Random Attacks mod and Attack Mines mod.
2
- // Only specify one modifier per attack.
3
2
//
4
3
// Sample lines:
5
- //
6
4
// #ATTACK:drunk;
7
5
// #ATTACK:30% tornado;
8
6
// #ATTACK:-20% beat;
9
- //
10
7
11
- //
12
8
// Speed Mods
13
- //
14
9
#ATTACK:0.5x;
15
10
#ATTACK:1x;
16
11
#ATTACK:1.5x;
17
12
#ATTACK:2x;
18
13
19
- //
20
14
// Accel Mods
21
- //
22
15
#ATTACK:boost;
23
16
#ATTACK:brake;
24
17
#ATTACK:wave;
25
18
#ATTACK:expand;
26
19
27
- //
28
20
// Effect Mods
29
- //
30
21
#ATTACK:drunk;
31
22
#ATTACK:dizzy;
32
23
#ATTACK:confusion;
38
29
#ATTACK:beat;
39
30
#ATTACK:bumpy;
40
31
41
- //
42
32
// Appearance Mods
43
- //
44
33
#ATTACK:50% hidden;
45
34
#ATTACK:50% sudden;
46
35
#ATTACK:30% blink;
47
36
48
- //
49
37
// Hide Mods
50
- //
51
38
#ATTACK:dark;
52
39
#ATTACK:blind;
53
40
54
- //
55
41
// Transform Mods
56
- //
57
42
#ATTACK:mines;
58
43
59
- //
60
44
// Scroll
61
- //
62
45
#ATTACK:30% reverse;
63
46
#ATTACK:reverse;
64
47
#ATTACK:centered;
65
48
66
- //
67
49
// Perspective Mods
68
- //
69
50
#ATTACK:hallway;
70
51
#ATTACK:space;
71
52
#ATTACK:incoming;
Original file line number Diff line number Diff line change 1
- [IMPORTANT INSTALL NOTE]
2
- If you are using Windows Vista or Windows 7, please do not install StepMania 5 into the Program Files directory.
3
-
4
1
[Using Google Chrome?]
5
2
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:
6
3
You can’t perform that action at this time.
0 commit comments