airbreather / StepperUpper

Some tools for making STEP happen.
MIT License
9 stars 2 forks source link

Certain Arguments Can Be Defaulted #17

Closed airbreather closed 7 years ago

airbreather commented 7 years ago

Steam directory (well, Skyrim directory) can be defaulted by reading the registry.

Output directory can be defaulted to a new folder next to the first input file or something.

Java bin directory can be defaulted too, though we have to be careful to make sure it's 32-bit.

airbreather commented 7 years ago

Rejecting defaulting the output directory. A lot of the files we create have full paths to locations under it, so the user is more-or-less stuck with whatever name goes here.