okay so setenv.ps1 runs and quickly exits, assuming thats normal cause it didnt spit errors but install gave me this:
Installing OpenRCT2 development environment for Windows
Updating dependencies...
The term 'Invoke-WebRequest' is not recognized as the name of a cmdlet, function, script file, or o
perable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At C:\Users\luke_2\Source\Repos\OpenRCT22\install.ps1:58 char:22
+ Invoke-WebRequest <<<< $libsUrl -OutFile $zipPath
+ CategoryInfo : ObjectNotFound: (Invoke-WebRequest:String) [], ParentContainsErrorRe
cordException
+ FullyQualifiedErrorId : CommandNotFoundException