You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
530 B

3 years ago
@echo off
set "lj=%~p0"
set "lj=%lj:\= %"
for %%a in (%lj%) do set wjj=%%a
rem 编译DebugGame的版本,跳过烘焙,打包pak
set BuildConfig=DebugGame
set UprojectPath="%~dp0%wjj%.uproject"
set DebugPath="%~dp0Build\%BuildConfig%"
D:\UnrealEngine-5.0.0-early-access-2\Engine\Build\BatchFiles\RunUAT.bat BuildCookRun -project=%UprojectPath%^
-nocompileeditor^
-noP4 -platform=Win64^
-clientconfig=%BuildConfig%^
-build -utf8output -compile -ForceDebugInfo^
-SkipCook^
-pak -stage -archive -archivedirectory="%DebugPath%"