batch file help!!!


(TIHan) #1

:banghead: i’m so stressed over this… i followed exactly what the et level designer’s reference said… the .bat just loads and turns off in 0.1 seconds… i go into dos and run it and it shows and error teling me that c:\program files\wolfenstein - enemy territory\etmain\maps\bridge.bsp is no such directory or file… everything else worked but that and this happens on every batch file i want to compile a .map into a .bsp or covert a .bsp in a .ase file… :banghead:

:bash: heres the coverter, you tell me whats wrong

@rem to use this batch file, drop a .map file on it or run it from a dos window: 
@rem > compile <mapname> 

@set Q3MAP_PATH="C:\program files\GTKRadiant-et-1.3\q3map2.exe" 
@set ET_PATH="C:\program files\Wolfenstein - Enemy Territory" 
@set MAP_PATH="C:\program files\Wolfenstein - Enemy Territory\etmain\maps\bridge.bsp" 

@set GEN_OPTIONS=-fs_basepath "C:\program files\Wolfenstein - Enemy Territory" -game et 

@rem 
%Q3MAP_PATH% -convert %GEN_OPTIONS% -v %MAP_PATH%

(TIHan) #2

oops i’m sorry for this post i realized i mest up…i have it working now and got it into a .ase file… i tried putting a .map over the batch file and it wanted a .bsp… sorry for this thread it shouldn’t have been posted :bored: