Improve scripts.

master
Icedream 2019-08-29 01:03:32 +02:00
parent 0bec953871
commit 144747c1d8
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
2 changed files with 5 additions and 0 deletions

View File

@ -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

4
build_iwd.cmd Normal file
View File

@ -0,0 +1,4 @@
@echo off & setlocal
cd %~dp0
git-bash ./build_iwd.sh
endlocal