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