Alteran

Results 12 comments of Alteran

This going to be added to a Milestone?

In theory it should be easy to implement, I'm just lazy XD

Why is this issue re-opened?

Per @KnuckleDF, better solution would to be to parse latest.log on application close, detect the error, and let the user know about it in bsmanager and provide a one-click button...

Seems like this could be accomplished by copying the files from a local folder there when "Launch" is clicked, and then when the game closes, copying the data back down...

Doing some toying around, in CMD you can change an environment variable for a local session with "set" But since BeatSaber uses "LocalLow" that is *entirely* dependent on how they...

Thanks to Lulu in BSMG, it seems to resolve to this path `%userprofile%\AppData\LocalLow\\` If one were to set the %userprofile% environment variable in the context of BeatSaber on launch, it...

After some experimentation, it seems something else is defining the path other than env variables. I overwrote my env variables for every path I could think of and it's still...

Hard linking seems like a bad idea, as that *could* cause complications by changing symlinks over and over again. It feels like the better solution would to just copy the...