hide-and-seek/build_ff.cmd

6 lines
158 B
Batchfile
Raw Permalink Normal View History

2018-03-30 00:42:28 +00:00
@echo off & setlocal
2019-08-28 23:03:32 +00:00
cd %~dp0
2018-03-30 00:42:28 +00:00
pushd ..\..
iw4x -zonebuilder +set fs_game "mods\Hide and Seek v2" +buildzone "..\mods\Hide and Seek v2\mod" +quit
popd
endlocal