this is my .bat file
@rem to use this batch file, drop a .map file on it or run it from a dos window:
@rem > compile <mapname>
@rem change the paths below to reflect your ET installation.
@set ET_PATH=“C:\Program Files\Wolfenstein - Enemy Territory” @set COMP_PATH=“C:\Program Files\Wolfenstein - Enemy Territory\etmain\maps\q3map\q3map2.exe”
@set MAP_PATH=“C:\Program Files\Wolfenstein - Enemy Territory\etmain\maps\lori.map”
@set GEN_OPTIONS=-fs_basepath %ET_PATH% -game et
%COMP_PATH% -meta -mv 1024 -mi 6144 %GEN_OPTIONS% -v %MAP_PATH%
%COMP_PATH% -vis -saveprt %GEN_OPTIONS% %MAP_PATH%
%COMP_PATH% -light -samples 2 -filter -patchshadows -external -lightmapsize 256 -approx 8 %GEN_OPTIONS% -v %MAP_PATH%
It does nothing but flash on the screen one way to fast to see what it is telling me
the only reason i’m doing this is because my radiant 1.4 uses .11 q3map2 and i got the .16 new one and want to try it out is there a way to upgrade my .11 q3map2 in my radient to this new one