From 144747c1d816ab81ce2a6d8bb1e6c990de4f6b38 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Thu, 29 Aug 2019 01:03:32 +0200 Subject: [PATCH] Improve scripts. --- build_ff.cmd | 1 + build_iwd.cmd | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 build_iwd.cmd diff --git a/build_ff.cmd b/build_ff.cmd index cb6a92a..3aac29f 100644 --- a/build_ff.cmd +++ b/build_ff.cmd @@ -1,4 +1,5 @@ @echo off & setlocal +cd %~dp0 pushd ..\.. iw4x -zonebuilder +set fs_game "mods\Hide and Seek v2" +buildzone "..\mods\Hide and Seek v2\mod" +quit popd diff --git a/build_iwd.cmd b/build_iwd.cmd new file mode 100644 index 0000000..5ddaf76 --- /dev/null +++ b/build_iwd.cmd @@ -0,0 +1,4 @@ +@echo off & setlocal +cd %~dp0 +git-bash ./build_iwd.sh +endlocal \ No newline at end of file