Skip to content

Commit

Permalink
- changed plugin's loadingphase
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1977 committed Feb 19, 2018
1 parent c388324 commit 6a3fc76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugins/MaRLEnE/MaRLEnE.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"Name": "MaRLEnE",
"Type": "Runtime",
"LoadingPhase": "Default"
"LoadingPhase": "PostDefault"
}
]
}
2 changes: 1 addition & 1 deletion docker/ue4_game/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ RUN mkdir -p ${GAME}/Content/Scripts/
RUN cp -u ${GAME}/Plugins/MaRLEnE/Scripts/* ${GAME}/Content/Scripts/.

# build and cook the game
#RUN Engine/Build/BatchFiles/RunUAT.sh BuildCookRun -project=${GAME}/${GAME}.uproject -nop4 -build -cook -compressed -stage -platform=Linux -clientconfig=Development -pak -archive -archivedirectory="${GAME}/Build" -utf8output
RUN Engine/Build/BatchFiles/RunUAT.sh BuildCookRun -project=${GAME}/${GAME}.uproject -nop4 -build -cook -compressed -stage -platform=Linux -clientconfig=Development -pak -archive -archivedirectory="${GAME}/Build" -utf8output

CMD ["bash"]

0 comments on commit 6a3fc76

Please sign in to comment.