diff options
Diffstat (limited to 'Minecraft.Client/Common/res/TitleUpdate/GameRules/BuildOnly/BuildGameRule.cmd')
| -rw-r--r-- | Minecraft.Client/Common/res/TitleUpdate/GameRules/BuildOnly/BuildGameRule.cmd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Minecraft.Client/Common/res/TitleUpdate/GameRules/BuildOnly/BuildGameRule.cmd b/Minecraft.Client/Common/res/TitleUpdate/GameRules/BuildOnly/BuildGameRule.cmd new file mode 100644 index 00000000..4594adf2 --- /dev/null +++ b/Minecraft.Client/Common/res/TitleUpdate/GameRules/BuildOnly/BuildGameRule.cmd @@ -0,0 +1,19 @@ +ECHO OFF + +set RULENAME=%1 +cd %RULENAME% +rem set TOOLS=..\..\..\..\..\..\Tools + +ECHO "Building Localisation" +%TOOLS%\NewLocalisationPacker.exe --oldFormat Microsoft %CD%\Strings_Xbox360 %CD%\languages.loc + +ECHO "Building Game Rules" +%TOOLS%\GameRulesPacker -i %CD%\GameRules.xml -o %CD%\ -c lzxrle + +ECHO "Building DLC Pack" +%TOOLS%\DLC_DataCreator2_CL %CD%\%RULENAME%.xml + +rem Return the new tutorial. +copy %RULENAME%.pck ..\..\%RULENAME%.pck + +cd ..
\ No newline at end of file |
