@echo OFF SET MAP_PATH="C:\mapping\sharknest_b8_with_arcade.map" SET TOOLS_PATH="C:\mapping\tools" SET CSG_PARAMS=-wadautodetect -cliptype precise -wadinclude jp_dev -wadinclude kh2_final -wadinclude arcade -wadinclude missingdoomtextures -wadinclude tzh_textures -wadinclude sharknest -wadinclude sharknestnameplates -wadinclude supercola -wadinclude developerslel -wadinclude sharknest_ultimate -wadinclude amaze -wadinclude ectopit -wadinclude mousemap_ultra -wadinclude wowgalaxy -wadinclude r3m1 -wadinclude anitalinklobby -wadinclude extremelylarge -wadinclude conversion -wadinclude boredgasm_lite -wadinclude opfor -wadinclude sectore -wadinclude doomfest_map1 -wadinclude doomfest_extra -wadinclude kh2_final -wadinclude ragemap_zode -wadinclude kh6 -wadinclude blops2_dlc03 -wadinclude spacenew -wadinclude doomfest_cripplegasm -wadinclude inbound -wadinclude doomtex_oldmaybe -wadinclude quantum_tango -wadinclude asfdfdsf -wadinclude ragemap3_ultrawad -wadinclude ragemap3_keen -wadinclude fuckshitstack -wadinclude 4chan2015tabletprocessing -wadinclude 4chan_new -wadinclude asfdfdsf -wadinclude banned -wadinclude doomfest_keys -wadinclude needsmorekek -wadinclude omglel -wadinclude needsmorekek2 -wadinclude customkek -wadinclude homelesswonder -wadinclude anitalinktextures3 -wadinclude doomtex -wadinclude mousefuck_ultra -wadinclude mousefuck -wadinclude keencityspawn_lobbyultra -wadinclude antlinklobby -wadinclude tzhcyborg -wadinclude boxstore -wadinclude maplist_extra SET BSP_PARAMS= SET VIS_PARAMS=-full SET RAD_PARAMS=-extra -dscale 1 -sparse -nomatrix -bounce 3 -lights rm3lights SET ALL_PARAMS=-estimate -threads 2 -chart -low -texdata 44000 %TOOLS_PATH%\HLCSG.exe %MAP_PATH% %ALL_PARAMS% %CSG_PARAMS% %TOOLS_PATH%\HLBSP.exe %MAP_PATH% %ALL_PARAMS% %BSP_PARAMS% %TOOLS_PATH%\HLVIS.exe %MAP_PATH% %ALL_PARAMS% %VIS_PARAMS% %TOOLS_PATH%\HLRAD.exe %MAP_PATH% %ALL_PARAMS% %RAD_PARAMS% @echo End of compiler.bat. @pause>nul