@echo off
set WADROOT=D:\Games\hlds\cstrike
set mapname= test.map
hlcsg test.map -estimate -texdata 16000 -nowadtextures -tiny 0.01
hlbsp test.map -estimate -texdata 16000 -subdivide 240 -maxnodesize 8192
hlvis test.map -estimate -texdata 16000 -fast
hlrad test.map -estimate -texdata 16000 -extra -bounce 0 -chop 256 -texchop 512 -gamma 1.5 -nomatrix
copy test.bsp D:\Games\hlds\cstrike\maps
pause
D:\Games\hlds\hl.exe -game cstrike -dev +map test.bsp