From c3ae4456a17e2d02bdea7831ca234fe1d3c5a3ed Mon Sep 17 00:00:00 2001 From: iswenzz Date: Tue, 31 Mar 2020 01:49:34 +0200 Subject: [PATCH] Small change in build batch files --- makeIWD.bat | 4 +++- makeMod.bat | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/makeIWD.bat b/makeIWD.bat index 7a95f48..fe1e2dd 100644 --- a/makeIWD.bat +++ b/makeIWD.bat @@ -1,3 +1,4 @@ +@ECHO OFF del _images.iwd del _sounds.iwd del _weapons.iwd @@ -8,4 +9,5 @@ del _weapons.iwd 7za a -r -tzip _sounds.iwd dr_songs.cfg 7za a -r -tzip _weapons.iwd weapons_mod -7z rn _weapons.iwd weapons_mod weapons \ No newline at end of file +7z rn _weapons.iwd weapons_mod weapons +pause \ No newline at end of file diff --git a/makeMod.bat b/makeMod.bat index 59c9054..db11487 100644 --- a/makeMod.bat +++ b/makeMod.bat @@ -1,3 +1,4 @@ +@ECHO OFF del mod.ff xcopy animtrees ..\..\raw\animtrees /SY