I have wrote this batch file:
@rem to use this batch file, drop a .map file on it or run it from a dos window:
@rem > compile <nautilus>
@set Q3MAP_PATH="D:\SDRadiant\sdmap2.exe"
@set ET_PATH="D:/wolfet"
@set MAP_PATH="D:/wolfet/etmain/maps/%1.map"
@set GEN_OPTIONS=-fs_basepath D:/wolfet -game et
@rem
%Q3MAP_PATH% -meta -mv 1024 -mi 6144 %GEN_OPTIONS% -v %MAP_PATH%
@rem
%Q3MAP_PATH% -vis -saveprt %GEN_OPTIONS% %MAP_PATH%
@rem
%Q3MAP_PATH% -light -fast -samples 2 -filter -patchshadows -external -lightmapsize 256 -approx 8 %GEN_OPTIONS% -v %MAP_PATH%
(I have changed the C:\ directory to D:\ directory because I have onstalled Wolfenstein and GtkRadiant to D:)
(nautilus is the map name, it require the .map or not??)
I dont know how to run batch file in DOS and I cant drop my map to the batch file
Its all ok with batch file or require some changes?
