Post #1 · Posted at 2018-06-05 08:18:38pm 7 years ago
![]() | |
---|---|
![]() |
Member |
4 Posts | |
Not Set | |
Reg. 2011-07-31 | |
Every time I make a crs that includes random songs from a folder, it skips over any songs that are "long" or x 2 length songs. Is there a way to include the long songs in a random course like this?
Here is the way I have written the crs so far.
COURSE:260;
SONG:260*:Expert;
SONG:260*:Expert;
SONG:260*:Expert;
SONG:260*:Expert;
Here is the way I have written the crs so far.
COURSE:260;
SONG:260*:Expert;
SONG:260*:Expert;
SONG:260*:Expert;
SONG:260*:Expert;
Post #2 · Posted at 2018-06-06 10:08:00pm 7 years ago
![]() | |
---|---|
![]() |
Member |
1,117 Posts | |
![]() | |
Reg. 2008-10-18 | |
![]() | |
"ARR JOO LEADY??" |
Well, you can go into C:/Users/AppData/(yourname)/Roaming/Stepmania 5/Save/Preferences.ini
(you can open it in Notepad)
...and change the following lines to redefine what a "Long" or "Marathon" length song even is. Just add a zero to each and most of your library will no longer be considered either one, and they'll show up in Random Selects and courses; and playing them will only count as one song.
LongVerSongSeconds=150.000000
MachineName=
MarathonVerSongSeconds=300.000000
(you can open it in Notepad)
...and change the following lines to redefine what a "Long" or "Marathon" length song even is. Just add a zero to each and most of your library will no longer be considered either one, and they'll show up in Random Selects and courses; and playing them will only count as one song.
LongVerSongSeconds=150.000000
MachineName=
MarathonVerSongSeconds=300.000000
Post #3 · Posted at 2018-06-07 05:35:44pm 7 years ago
![]() | |
---|---|
![]() |
Member |
4 Posts | |
Not Set | |
Reg. 2011-07-31 | |
Hey! That works great for me! Thanks!