source-engine-2018-hl2_src/devtools/mapbuild/buildall.bat

23 lines
241 B
Batchfile
Raw Permalink Normal View History

2020-04-23 00:56:21 +08:00
echo off
:start
@rem Sleep time is arbitrary, it just prevents us from spamming Perforce.
call buildmod ep2 -all
sleep 15
call buildmod portal -all
sleep 15
call buildmod hl2 -all
sleep 15
call buildmod tf -all
sleep 15
goto start