Elliot Wolk

Results 73 comments of Elliot Wolk

gotta delete acpi_call-legacy, and add me to the organization with repo-creating powers

woo! transferred, seamless redirect works now. thanks!

this tool already does that. just run `./stepmania --convert Songs/MyGroup/MySong` for a song where the *.sm exists and the *.ssc does not dont run it if the ssc already exists...

this command line tool is almost exactly the same as opening the song up on stepmania editor and hitting save without making any changes

you see my perl script in the comment? you can wrap this tool easily enough in something like it. this is less efficient than looping in stepmania, but it can...

sure. save the file to `/tmp/a.pl` change this line: `my $CONVERTER_BUILD = "$ENV{HOME}/Games/stepmania/converter";` => `my $CONVERTER_BUILD = "/opt/stepmania";` or wherever you have the stepmania executable installed make sure that `Songs`...

there is a 0% chance that this PR caused that, since it literally only affects commandline arg parsing. try and build this PR's parent commit and see if you can...

yay! im glad things are working correctly cross-platform. thanks for the fix you described (both versions work on linux, ill change it to the one that works on macosx) about...

in case anyone is interested, here is a somewhat related stand-alone project (work-in-progress): https://github.com/teleshoes/ddr-stepmania-tools/blob/master/src/simfile-radar i actually added this cli flag so that i could process just SM files to calculate...

sorry to say that i (personally) would not. the above script (unlike this somewhat related pr) is fully standalone, and just takes an `sm` or `ssc` file and parses it....