-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhelp_long.txt
66 lines (47 loc) · 2.24 KB
/
help_long.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
msm 0.1.1
RubixDev
Tool to create all My Singing Monsters songs and timelines from the game files
USAGE:
msm [FLAGS] [OPTIONS] <island>
FLAGS:
-h, --help
Prints help information
-l, --list-islands
Show a list of all valid island numbers and their respective names
-L, --list-monsters
Show a list of all monsters and their names
-s, --no-song
Suppress creating song wav file
-t, --no-timeline
Suppress song timeline
-V, --version
Prints version information
-v, --verbose
Logs extra output while processing
OPTIONS:
-x, --exclude <exclude>...
List of monsters to exclude from the song. RegEx supported
Use `--list-monsters` for a list of all valid monster names
-X, --exclude-list <exclude-list>
Path to a file with a list of monsters to exclude from the song. Overwrites names specified by `--exclude`
One monster per line, blank lines and lines starting with `#` are ignored. RegEx supported. Use `--list-
monsters` for a list of all valid monster names.
-i, --include <include>...
List of monsters to include in the song. RegEx supported
Takes higher precedence than `--exclude` and `--exclude-list`. Use `--list-monsters` for a list of all valid
monster names.
-I, --include-list <include-list>
Path to a file with a list of monsters to include in the song. Overwrites names specified by `--include`
Takes higher precedence than `--exclude` and `--exclude-list`. One monster per line, blank lines and lines
starting with `#` are ignored. RegEx supported. Use `--list-monsters` for a list of all valid monster names.
-o, --output <output>
Output folder [default: "./"]
-p, --path <path>
Path to MSM data/audio/music [default: "./data/"]
-r, --repeat <repeat>
How many times the song should be repeated [default: 1]
-T, --tempo <tempo>
Set the tempo of the song. Just like in-game this will also change the pitch [default: 1.0]
ARGS:
<island>
Island number or name. Required unless `--list-islands` or `--list-monsters` is used