phr00t / AutoStepper

Java tool to automate StepMania SM generation. Complete generation with banner & background art, all difficulty levels, multiple beat detection methods etc.
http://www.phr00t.com/
113 stars 23 forks source link

How to Save Our Own Changes #20

Open 7quantumphysics opened 3 years ago

7quantumphysics commented 3 years ago

This is not a problem and more of a question. I'm not sure where else to ask the question, so I'll ask it here. I hope you don't mind...

I want to edit the AutoStepper so that it makes it more challenging for people using laptop keys vs a dance pad. I was thinking maybe I could change the StepGranularity for example to make the .sm more dense with notes. The problem is that I'm not sure how to recompile any changes to your code. I see that I can edit the codes in the src directory, but can there be a MakeFile that easily compiles changes? If no MakeFile, then can you share with me how you generated your AutoStepper.jar in the dist directory?

Thanks!

brianpow commented 1 year ago

try my fork, it adds stepgran as argument for tuning StepGranularity

https://github.com/brianpow/AutoStepper