View Single Post
Old
  (#34)
Mr_nStuff is Offline
Senior Member
 
Posts: 763
Join Date: Apr 2002
Location: California
   
Default 12-06-2002, 10:39 PM

My new ASE filter..


[code:a04a2]Medal Of Honor Spearhead
ServerType: MOHAAS
RegKey: HKEY_CURRENT_USER\Software\EA Games\MOHAA Spearhead\basepath
ExeName: moh_spearhead.exe
JoinTemplate: {EXEPATH} +set cl_playintro 0[ +set name "{NAME}"][ +password "{PASSWORD}"] +connect {address}
HostTemplate: {EXEPATH} +set cl_playintro 0
Port: 12203
HostPort: 12300
Maps: QUAKE3
Mutex: SV
1 if servertype != "MOH" remove
2 if version != "Medal of Honor Spearhead*" remove

Medal Of Honor Spearhead\Free-For-All
Mutex: MOHAAS
1 if game != "Free-For-All" remove

Medal Of Honor Spearhead\Team-Match
Mutex: MOHAAS
1 if game != "Team-Match" remove

Medal Of Honor Spearhead\Objective-Match
Mutex: MOHAAS
1 if game != "Objective-Match" remove

Medal Of Honor Spearhead\Round-Based-Match
Mutex: MOHAAS
1 if game != "Round-Based-Match" remove

Medal Of Honor Spearhead\Tug Of War
Mutex: MOHAAS
1 if game != "Tug-of-War" remove

Medal Of Honor Spearhead\Version
Group: NUL

Medal Of Honor Spearhead\Version\2.0
Group: MOHVER
Mutex: MOHVER
1 if version != "Medal of Honor Spearhead 2.0*" remove

Medal Of Honor Spearhead\Version\2.11
Group: MOHVER
Mutex: MOHVER
1 if version != "Medal of Honor Spearhead 2.1*" remove[/code:a04a2]
  
Reply With Quote