@rem This file will compile a map. @rem To use, CD to the dir it is in, and type "compile " @rem Edit the following paths to suit your machine's directories. @rem Note the use of / slashes, and the lack of trailing / at @rem the end of pathnames. Quotes must be used if there are @rem any spaces in the paths. @set Q3MAP_PATH="E:/Games/Quake3/radiant/q3map" @set QUAKE_PATH="E:/Games/Quake3" @set MAP_PATH="E:/Games/Quake3/baseq3/maps/%1.map" @rem Edit the following for general options, such as: @rem -v = verbose, for example) @rem -threads = # of threads to use @set GEN_OPTIONS=-v -fs_basepath %QUAKE_PATH% @rem The actual commands: %Q3MAP_PATH% %GEN_OPTIONS% %MAP_PATH% %Q3MAP_PATH% -vis -saveprt %GEN_OPTIONS% %MAP_PATH% %Q3MAP_PATH% -light -fast -patchshadows -bounce 8 %GEN_OPTIONS% %MAP_PATH%