Mein Problem ist, daß Stepmania (V3.9, die neueste) die Hintergrundskripte in den dwi- und sm-Files einfach ignoriert und stattdessen das Video abspielt, das den gleichen Namen wie das Lied (minus die Leerzeichen) hat (durch Probieren herausgefunden). Alle Videodateien befinden sich im Verzeichnis bei dem jeweiligen MP3.
In den Optionen habe ich zwar drei Einstellungen gefunden, allerdings wird alles irgendwie mit "random" beschrieben und das will ich ja nicht.
Als .sm steht das so da:
Code: Alles auswählen
#BGCHANGES:15.500=Sitting.avi=1.000=1=1=1,22.500=Smile.avi=1.000=0=1=1, usw.
Als .dwi habe ich es so:
Code: Alles auswählen
#BACKGROUND:
A:MOVIE:Sitting.avi LAYER:0;
B:MOVIE:Smile.avi LAYER:0;
etc.
Code: Alles auswählen
SCRIPT:
0...............................A.............B............ usw.
Zitat aus den Docs:
Mir ist wirklich schleierhaft, warum das nicht geht...#BGCHANGE:...; - A value of the format "beat=bg name". Indicates that at 'beat', the background should begin playing a new background named 'bg name'. 'beat' is a fractional value value and 'bg name' is a string. Different bg changes are separated by commas. e.g. "60=falling,80=flower". When StepMania looks for a backgound, it searches in this order:
1. Looks for a movie with file name = "bg name" in the song folder. You must include the file extension in "bg name". e.g. "60=falling.avi,80=flower.mpg".
2. Looks for a BGAnimation folder with the name "bg name" in the song folder.