tryashtar / nbt-studio

An up-to-date NBT viewer and editor with lots of new features
521 stars 42 forks source link

Please add optional path to dotnet folder #34

Closed sudocpMATHdotPY closed 2 years ago

sudocpMATHdotPY commented 2 years ago

I can't use the dotnet installer, however i have the dotnet binary folder downloaded. please add a way to set the custom path to the dotnet folder

tryashtar commented 2 years ago

How can I do this?

sudocpMATHdotPY commented 2 years ago

try adding an input asking for the path to the folder at the start, then use that as the dotnet folder. This can easily be done with VBScript (but not recommended)

tryashtar commented 2 years ago

I know how to ask for a file path, I don't know how to "use that as the dotnet folder"

sudocpMATHdotPY commented 2 years ago

when you import dotnet use the folder path or define dotnet as the folder path I think.

tryashtar commented 2 years ago

There is no line of code in this project that imports dot net

tryashtar commented 2 years ago

If neither of us know how to solve your issue, then I'm afraid there's nothing to be done

sudocpMATHdotPY commented 2 years ago

I'll look it up