Skip to content

Instantly share code, notes, and snippets.

View slonopotamus's full-sized avatar
🕹️
Developing games since 2010

Marat Radchenko slonopotamus

🕹️
Developing games since 2010
  • SportSpired Games
View GitHub Profile
@slonopotamus
slonopotamus / InstallVS.bat
Last active August 6, 2021 10:35
Batch file to install Visual Studio for Unreal Engine 5 development
setlocal
powershell -NoProfile -ExecutionPolicy Bypass -Command "(New-Object System.Net.WebClient).DownloadFile('https://aka.ms/vs/16/release/vs_professional.exe', '%TEMP%/vs_professional.exe')" || goto :error
"%TEMP%/vs_professional.exe" --quiet --wait --nocache ^
--locale en-US ^
--add Microsoft.VisualStudio.Workload.NativeGame ^
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 ^
--add Microsoft.VisualStudio.Component.Windows10SDK.19041 ^
--add Microsoft.NetCore.Component.SDK ^
WC_DEPTH is this path's depth as reported by set_path/link_path.
REQUESTED_DEPTH is derived from the depth set by
svn_repos_begin_report().
When iterating over this directory's entries, the following tables
describe what happens for all possible combinations
of WC_DEPTH/REQUESTED_DEPTH (rows represent WC_DEPTH, columns
represent REQUESTED_DEPTH):