ramanandp

BuildAndPackageGame

May 31st, 2021 (edited)
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.05 KB | None | 0 0
  1. ::Go to the drive where Unreal is installed
  2. D:
  3.  
  4. ::Go to the folder where the Automation Tool is Installed
  5. :: example: cd D:\qProgram Files\Epic Games\UE_5.0EA\Engine\Binaries\DotNET\AutomationTool
  6. cd ?:\?\Epic Games\UE_5.0EA\Engine\Binaries\DotNET\AutomationTool
  7.  
  8. ::Launch the Automation Tool with the options provided by the Project Launcher
  9. :: example: start AutomationTool BuildCookRun -project="D:/Documents/Unreal Projects/CoolProject/CoolProject.uproject" -noP4 -clientconfig=Development -serverconfig=Development -nocompile -nocompileeditor -installed -ue4exe="C:\qProgram Files\Epic Games\UE_5.0EA\Engine\Binaries\Win64\UnrealEditor-Cmd.exe" -utf8output -platform=Win64 -build -cook -map=ThirdPersonExampleMap -unversionedcookedcontent -pak -compressed -stage -package -stagingdirectory="D:/Documents/Unreal Projects/Builds/" -cmdline="ThirdPersonExampleMap -Messaging" -addcmdline="-SessionId=DA0A7BAF45024127F972A28F4C1ED6E1 -SessionOwner='rpuri' -SessionName='DevBuild' "
  10. start AutomationTool ? (instead of the ? use what the project launcher gave you)
  11.  
Add Comment
Please, Sign In to add comment