Skip to content

Instantly share code, notes, and snippets.

@fire
Last active August 29, 2015 14:11
Show Gist options
  • Save fire/227f9472424b8e178ba0 to your computer and use it in GitHub Desktop.
Save fire/227f9472424b8e178ba0 to your computer and use it in GitHub Desktop.
cd c:\w\hg\depot\UE4\
call unsetreadonly
cd c:\w\hg\depot\UE4\Engine\Binaries\Win64
c:
ue4editor HGGame -log
---
cd c:\w\hg\depot\UE4\Engine\Binaries\Win64
c:
cd ..\DotNET
UnrealBuildTool.exe HGGameEditor Win64 Development
cd ..\Win64
ue4editor HGGame -log
---
cd c:\w\hg\depot\UE4\
call unsetreadonly
cd c:\w\hg\depot\UE4\Engine\Binaries\Win64
c:
cd ..\DotNET
UnrealBuildTool.exe HGGame Win64 Development
cd ..\Win64
ue4editor HGGame -log -game
---
cd c:\w\hg\depot\UE4\Engine\Binaries\Win64
c:
cd ..\Win64
ue4editor HGGame -log -game
---
cd c:\w\hg\depot\UE4\
call unsetreadonly
cd c:\w\hg\depot\UE4\Engine\Binaries\Win64
c:
cd ..\Win64
ue4editor hggame -run=DerivedDataCache -fill -log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment