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
@REM Extrapolate the location of the FEZ game folder
@REM Note: does not check all Steam library locations; see steamapps/libraryfolders.vdf
@FOR /F "tokens=2* skip=2" %%a in ('reg query "HKCU\SOFTWARE\Valve\Steam" /v "SteamPath"') do set fezpath="%%b/steamapps/common/FEZ/Mods/FezMultiplayerMod"
mkdir %fezpath%
cd /d %fezpath%
@rem cd "%ProgramFiles(x86)%/Steam/steamapps/common/FEZ/"