hello.
i have a problem with my "q3map2-ET-Compile.bat "
whe the compile is finished and i want to load my map ingame, it gives out the wrong version error but i think the .bat is alright!
please have a look and help me 
@echo off
set bsp_var= -meta -threads 1
set vis_var= -vis -fast -extra
set light_var= -light -fast -patchshadows -samples 3 -thresh 0.3 -smooth -shadeangle 170 -shade -extra
set quake_path=c:/Games/ET
set mod_dir=etmain
set map_path=c:/Games/ET/etmain/maps/remagen.map
set q3map_path=c:/Games/q3map2/q3map2.exe
set gen_options= -game et -fs_basepath %quake_path% -fs_game %mod_dir% -v
%q3map_path% %bsp_var% %gen_options% %map_path%
%q3map_path% %vis_var% %gen_options% %map_path%
%q3map_path% %light_var% %gen_options% %map_path%
pause
post your .bat for q3map2-et compilation or so.
THX
BXpress :bored:

