Skip to content

Instantly share code, notes, and snippets.

@mrowrpurr
Created September 6, 2025 21:35
Show Gist options
  • Select an option

  • Save mrowrpurr/173f0250e98eb019dd2948742dee32f1 to your computer and use it in GitHub Desktop.

Select an option

Save mrowrpurr/173f0250e98eb019dd2948742dee32f1 to your computer and use it in GitHub Desktop.
@echo off
set UNREAL_FOLDER=C:\Program Files\Epic Games\UE_5.6
set UNREAL_EXE=Engine\Binaries\Win64\UnrealEditor-Win64-DebugGame.exe
set CURRENT_FOLDER=%cd%
set UPROJECT_FILE=ForMyFriends.uproject
"%UNREAL_FOLDER%\%UNREAL_EXE%" "%CURRENT_FOLDER%\%UPROJECT_FILE%" -game -log -resX=1920 -resY=1080 -windowed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment