Skip to content

Commit 508ba2b

Browse files
authored
Update README.md
1 parent 9146216 commit 508ba2b

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

+28-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
1-
# AutoStepper
2-
Tool to automate StepMania SM generation
1+
AutoStepper is a Java console program designed to automatically create StepMania SM files with these features:
2+
3+
Generate all difficulty levels
4+
Generate holds & jumps
5+
Obtain banner & background art
6+
Run locally without interaction
7+
Process multiple music files at once
8+
Multiple beat detection methods
9+
Cross-platform support
10+
11+
So, here it is -- AutoStepper by Phr00t's Software (www.phr00t.com). You can get the whole built program under the "dist" folder.
12+
13+
It works on a common line with arguments, which are all optional. If you just run the Java program, it will scan & process all mp3s (and wavs) in the current directory, and spit out folders for each song in the same directory (90 seconds worth of steps).
14+
15+
The arguments are:
16+
17+
input=[file/dir] output=[songs dir] duration=[seconds to process] synctime=[offset start time in seconds] tap=[true/false]
18+
19+
If you set tap=true, AutoStepper won't try and automatically calculate the BPM or offset, and will instead prompt you to hit ENTER along with 30 consecutive beats. AutoStepper will then do the rest.
20+
21+
It is best to let AutoStepper run through a whole bunch of music, and ones that it might not get exactly right -- to then pull out & use tap=true on them.
22+
23+
You can also use the output as a base to further edit & perfect songs, with AutoStepper doing most of the dirty work.
24+
25+
I will add it is optimized for pad use, not keyboard use (e.g. difficulty isn't high enough). Enjoy, it is free!
26+
27+
Phr00t
28+

0 commit comments

Comments
 (0)