You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo BEFORE RUNNING THIS SCRIPT, MAKE SURE YOU MOVE THE PLUGIN SDK FOLDER IN FOLDER THAT YOU WON'T DELETE
pause
cls
echo Locating the game directory...
set "gameDir=%MGR_PLUGIN_SDK_GAME_PATH%"
for /f "delims=" %%i in ('powershell -command "(New-Object -ComObject Shell.Application).BrowseForFolder(0, 'Select your game directory', 0, 0).Self.Path"') do set "gameDir=%%i"