Can I use All Seeing Eye (ASE) to find and play in OFP: Resistance MP servers?

Currently, Resistance and ASE don't officially mix. However, OFP player Lt_Dan_Sweden has sent me the following home-brewed methods for playing OFP: Resistance MP games through ASE:

METHOD 1:

Carefully follow all the instructions at Stone-Keep.com.

METHOD 2:

Copy the OFP: Resistance icon file, flashpoint_resistance.ico, from subdirectory DATA on the OFP: Resistance CD to OFP's base installation directory on your hard drive.

Next, open ASE's filters.txt file and add the following code. Change text in bold accordingly:

********************************************

Operation Flashpoint Resistance
ServerType: OFPR
RegKey: HKEY_LOCAL_MACHINE\SOFTWARE\Codemasters\Operation Flashpoint\MAIN
ExeName: FlashpointResistance.exe
JoinTemplate: {EXEPATH} -connect={ip} -port={port}[ "-password={PASSWORD}"][ "-name={NAME}"]
HostTemplate: {EXEPATH} -host[ "-name={NAME}"]
Port: 2302
Mutex: SV
Icon: c:/program files/codemasters/operationflashpoint/flashpoint_resistance.ico
1 if servertype == "OFPR" keep
2 if servertype != "OLD" remove
3 if gamename != "opflashr" remove

Operation Flashpoint Resistance\game in progress
Mutex: OFPRGAME
1 if timeleft <= "0" remove

Operation Flashpoint Resistance\waiting for players
Mutex: OFPRGAME
1 if timeleft != "0" remove

Operation Flashpoint Resistance\unknown
Mutex: OFPRGAME
Flags: OTHER

Operation Flashpoint Resistance\version
Group: NUL

Operation Flashpoint Resistance\version\1.78
Mutex: OFPRVER
Group: OFPRVER
1 if version == "178" keep
2 if gamever != "1.78" remove

Operation Flashpoint Resistance\version\1.75
Mutex: OFPRVER
Group: OFPRVER
1 if version == "175" keep
2 if gamever != "1.75" remove

********************************************