Last active
August 29, 2015 14:11
-
-
Save fire/227f9472424b8e178ba0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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