Updating ASE (All Seeing Eye) to 1.12 patch

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zandog
    Member
    • Apr 2007
    • 19

    #1

    Updating ASE (All Seeing Eye) to 1.12 patch

    This thread stems from something we covered when 1.03 came out. Please refer to it for further details on ASE tweaking.

    Akses VIRUS88 sebagai agen Slot88 resmi dan terpercaya 2026 dengan game gacor terbaru, proses praktis, promo harian menarik, serta layanan online 24 jam.


    >This is how to add the 1.12 patch filter to your ASE so you can connect.

    Go to your ASE directory (default C:\Program Files\The All-Seeing Eye) and open up filters.txt. Search for "battlefield 2" and your version filter will be at the bottom of the Battlefield 2 filter list. Here's what it looks like:

    Code:
    Battlefield 2\Version
    Group: NUL
    
    Battlefield 2\Version\1.03
    Group: BF2VER
    Mutex: BF2VER
    1 if gamever != "1.1.2551.0" remove
    
    Battlefield 2\Version\1.02
    Group: BF2VER
    Mutex: BF2VER
    1 if gamever != "1.1.2484.0" remove
    
    Battlefield 2\Version\1.01
    Group: BF2VER
    Mutex: BF2VER
    1 if gamever != "1.1.2475.0" remove
    
    Battlefield 2\Version\1.0
    Group: BF2VER
    Mutex: BF2VER
    1 if gamever != "1.0.2442.0" remove
    Just add these lines above the current version filters to get v1.12 server in your list.

    Code:
    Battlefield 2\Version\1.12
    Group: BF2VER
    Mutex: BF2VER
    1 if gamever != "1.1.2554-356.0" remove
    It should look like this:

    Code:
    Battlefield 2\Version
    Group: NUL
    
    Battlefield 2\Version\1.12
    Group: BF2VER
    Mutex: BF2VER
    1 if gamever != "1.1.2554-356.0" remove
    
    Battlefield 2\Version\1.03
    Group: BF2VER
    Mutex: BF2VER
    1 if gamever != "1.1.2551.0" remove
    
    Battlefield 2\Version\1.02
    Group: BF2VER
    Mutex: BF2VER
    1 if gamever != "1.1.2484.0" remove
    
    Battlefield 2\Version\1.01
    Group: BF2VER
    Mutex: BF2VER
    1 if gamever != "1.1.2475.0" remove
    
    Battlefield 2\Version\1.0
    Group: BF2VER
    Mutex: BF2VER
    1 if gamever != "1.0.2442.0" remove
    Any issues? Post them here.
  • ptegan
    Member
    • Jul 2006
    • 2666

    #2
    Re: Updating ASE (All Seeing Eye) to 1.12 patch

    Battlefield 2\Version\1.12
    Group: BF2VER
    Mutex: BF2VER
    1 if gamever != "1.1.2152.0" remove

    This is incorrect I believe.

    I've patched to 1.12 and I had to modify my filters.txt to 1 if gamever != "1.1.2554-356.0" remove

    Comment

    • Zandog
      Member
      • Apr 2007
      • 19

      #3
      Re: Updating ASE (All Seeing Eye) to 1.12 patch

      I havent checked ingame, I've only gone by what the patch txt said. I posted it as such, hope your right. Going to get the game now.

      Comment

      • ptegan
        Member
        • Jul 2006
        • 2666

        #4
        Re: Updating ASE (All Seeing Eye) to 1.12 patch

        Well after the patch it updates to 1.1.2554-356.0

        There's another variable 'gamevariant' which can be 'bf2' or 'xpack' to tell the difference between Sf and plain old BF2.

        Go write the filter for it, I'm off to a comedy show :)

        Comment

        • Zandog
          Member
          • Apr 2007
          • 19

          #5
          Re: Updating ASE (All Seeing Eye) to 1.12 patch

          I see SF maps in ASE as we speak. I tried a filter for it and it wouldnt pick the servers up.

          Comment

          • Talus
            Member
            • Oct 2006
            • 6854

            #6
            Re: Updating ASE (All Seeing Eye) to 1.12 patch

            Use this to filter for the xpack and add it to the mods section:

            Code:
            Battlefield 2\Mods\Special Forces
            JoinTemplate: {EXEPATH} +restart 1 +modPath mods/xpack +ignoreAsserts 1 +joinServer {ip} +port {port} [ +password "{PASSWORD}"]
            Group: BF2MODS
            Mutex: BF2MODS
            1 if gamevariant ~!= "xpack" remove
            Then I used the custom colour function on this filter to make any xpack maps show green in the list. Works nicely.

            Comment

            • Zandog
              Member
              • Apr 2007
              • 19

              #7
              Re: Updating ASE (All Seeing Eye) to 1.12 patch + Special Forces filters

              This is from Mr. Freeze.
              u will need to replace your old bf2 stuff with this



              i think i got it all (teams, Maps, Versions) maby i should make it its own folder


              also i think u can add +ignoreAsserts 1 to the end of the bf2 part to skip the user /pass login i cant test till i get the game monday
              Code:
              Battlefield 2
              ServerType: GS
              RegKey: HKEY_LOCAL_MACHINE\SOFTWARE\Electronic Arts\EA GAMES\Battlefield 2\INSTALLDIR
              ExeName: BF2.EXE
              JoinTemplate: {EXEPATH} +restart 1 +joinServer {ip} +port {port} [ +password "{PASSWORD}"]
              HostTemplate: {EXEPATH} +restart 1 +hostServer 1
              Port: 29900
              HostPort: 16567
              Mutex: SV
              Flags: LAUNCHER
              WindowName: DIEmWin
              1 if servertype != "GS" remove
              2 if gamename ~!= "battlefield2" remove
              
              Battlefield 2\Friendly Fire
              Group: NUL
              
              Battlefield 2\Friendly Fire\On
              Group: BF2FF
              Mutex: BF2FF
              1 if bf2_friendlyfire != "1" remove
              
              Battlefield 2\Friendly Fire\Off
              Group: BF2FF
              Mutex: BF2FF
              Flags: OTHER
              
              Battlefield 2\Auto Balance Teams
              Group: NUL
              
              Battlefield 2\Auto Balance Teams\On
              Group: BF2ABT
              Mutex: BF2ABT
              1 if bf2_autobalanced != "1" remove
              
              Battlefield 2\Auto Balance Teams\Off
              Group: BF2ABT
              Mutex: BF2ABT
              Flags: OTHER
              
              Battlefield 2\Teams
              Group: NUL
              
              Battlefield 2\Teams\US v MEC
              Group: BF2TEAMS
              Mutex: BF2TEAMS
              1 if bf2_team1 != "MEC" remove
              
              Battlefield 2\Teams\US v China
              Group: BF2TEAMS
              Mutex: BF2TEAMS
              1 if bf2_team1 != "CH" remove
              
              Battlefield 2\Teams\MEInsurgent v SAS
              Group: BF2TEAMS
              Mutex: BF2TEAMS
              1 if bf2_team1 != "MEInsurgent" remove
              
              Battlefield 2\Teams\Chinsurgent v Spetz
              Group: BF2TEAMS
              Mutex: BF2TEAMS
              1 if bf2_team1 != "Chinsurgent" remove
              
              Battlefield 2\Teams\MECSF v SEAL
              Group: BF2TEAMS
              Mutex: BF2TEAMS
              1 if bf2_team1 != "MECSF" remove
              
              Battlefield 2\Teams\Spetz vSAS
              Group: BF2TEAMS
              Mutex: BF2TEAMS
              1 if bf2_team1 != "Spetz" remove
              
              
              Battlefield 2\Ratios
              Group: NUL
              
              Battlefield 2\Ratios\Ticket Ratio
              Group: NUL
              
              Battlefield 2\Ratios\Ticket Ratio\100%
              Group: BF2TR
              Mutex: BF2TR
              1 if bf2_ticketratio > "100" remove
              
              Battlefield 2\Ratios\Ticket Ratio\>100%
              Group: BF2TR
              Mutex: BF2TR
              1 if bf2_ticketratio <= "100" remove
              
              Battlefield 2\Ratios\Ticket Ratio\>250%
              Group: BF2TR
              1 if bf2_ticketratio < "250" remove
              
              Battlefield 2\Ratios\Ticket Ratio\>500%
              Group: BF2TR
              1 if bf2_ticketratio < "500" remove
              
              Battlefield 2\Ratios\Team Ratio
              Group: NUL
              
              Battlefield 2\Ratios\Team Ratio\100%
              Group: BF2TEAMR
              Mutex: BF2TEAMR
              1 if bf2_teamratio > "100" remove
              
              Battlefield 2\Ratios\Team Ratio\>100%
              Group: BF2TEAMR
              Mutex: BF2TEAMR
              1 if bf2_teamratio <= "100" remove
              
              Battlefield 2\Ratios\Team Ratio\>250%
              Group: BF2TEAMR
              1 if bf2_teamratio < "250" remove
              
              Battlefield 2\Ratios\Team Ratio\>500%
              Group: BF2TEAMR
              1 if bf2_teamratio < "500" remove
              
              Battlefield 2\Time Limit
              Group: NUL
              
              Battlefield 2\Time Limit\>30
              Group: BF2TIMEL
              Mutex: BF2TIMEL
              1 if timelimit > "1800" remove
              
              Battlefield 2\Time Limit\30
              Group: BF2TIMEL
              Mutex: BF2TIMEL
              1 if timelimit <= "1800" remove
              
              Battlefield 2\Time Limit\<30
              Group: BF2TIMEL
              1 if timelimit < "1800" remove
              
              Battlefield 2\Team Kill Mode
              Group: NUL
              
              Battlefield 2\Team Kill Mode\Forgive
              Group: BF2TK
              Mutex: BF2TK
              1 if bf2_tkmode != "No Punish" remove
              
              Battlefield 2\Team Kill Mode\Punish
              Group: BF2TK
              Mutex: BF2TK
              1 if bf2_tkmode != "Punish" remove
              
              Battlefield 2\Rounds
              Group: NUL
              
              Battlefield 2\Rounds\1 Round
              Group: BF2ROUND
              Mutex: BF2ROUND
              1 if roundtime != "1" remove
              
              Battlefield 2\Rounds\2 Rounds
              Group: BF2ROUND
              Mutex: BF2ROUND
              1 if roundtime != "2" remove
              
              Battlefield 2\Rounds\3 Rounds
              Group: BF2ROUND
              Mutex: BF2ROUND
              1 if roundtime != "3" remove
              
              Battlefield 2\Rounds\More
              Group: BF2ROUND
              Mutex: BF2ROUND
              Flags: OTHER
              
              Battlefield 2\Maps
              Group: NUL
              
              Battlefield 2\Maps\Classic
              Group: BF2MAPS
              Mutex: BF2MAPS
              1 if map ~== "dalian?plant" keep
              2 if map ~== "daqing?oilfields" keep
              3 if map ~== "dragon?valley" keep
              4 if map ~== "fushe?pass" keep
              5 if map ~== "gulf?of?oman" keep
              6 if map ~== "kubra?dam" keep
              7 if map ~== "mashtuur?city" keep
              8 if map ~== "operation?clean?sweep" keep
              9 if map ~== "sharqi?peninsula" keep
              10 if map ~== "songhua?stalemate" keep
              11 if map ~== "strike?at?karkand" keep
              12 if map ~== "wake?island?2007" keep
              13 if map ~== "zatar?wetlands" keep
              22 remove
              
              Battlefield 2\Maps\Classic\Dalian Plant
              Group: BF2MAPS
              Mutex: BF2MAPSC
              1 if map ~!= "dalian?plant" remove
              
              Battlefield 2\Maps\Classic\Daqing Oilfields
              Group: BF2MAPS
              Mutex: BF2MAPSC
              1 if map ~!= "daqing?oilfields" remove
              
              Battlefield 2\Maps\Classic\Dragon Valley
              Group: BF2MAPS
              Mutex: BF2MAPSC
              1 if map ~!= "dragon?valley" remove
              
              Battlefield 2\Maps\Classic\Fushe Pass
              Group: BF2MAPS
              Mutex: BF2MAPSC
              1 if map ~!= "fushe?pass" remove
              
              Battlefield 2\Maps\Classic\Gulf of Oman
              Group: BF2MAPS
              Mutex: BF2MAPSC
              1 if map ~!= "gulf?of?oman" remove
              
              Battlefield 2\Maps\Classic\Kubra Dam
              Group: BF2MAPS
              Mutex: BF2MAPSC
              1 if map ~!= "kubra?dam" remove
              
              Battlefield 2\Maps\Classic\Mashtuur City
              Group: BF2MAPS
              Mutex: BF2MAPSC
              1 if map ~!= "mashtuur?city" remove
              
              Battlefield 2\Maps\Classic\Op Clean Sweep
              Group: BF2MAPS
              Mutex: BF2MAPSC
              1 if map ~!= "operation?clean?sweep" remove
              
              Battlefield 2\Maps\Classic\Sharqi Peninsula
              Group: BF2MAPS
              Mutex: BF2MAPSC
              1 if map ~!= "sharqi?peninsula" remove
              
              Battlefield 2\Maps\Classic\Songhua Stalemate
              Group: BF2MAPS
              Mutex: BF2MAPSC
              1 if map ~!= "songhua?stalemate" remove
              
              Battlefield 2\Maps\Classic\Strike At Karkand
              Group: BF2MAPS
              Mutex: BF2MAPSC
              1 if map ~!= "strike?at?karkand" remove
              
              Battlefield 2\Maps\Classic\Wake Island 2007
              Group: BF2MAPS
              Mutex: BF2MAPSC
              1 if map ~!= "wake?island?2007" remove
              
              Battlefield 2\Maps\Classic\Zatar Wetlands
              Group: BF2MAPS
              Mutex: BF2MAPSC
              1 if map ~!= "zatar?wetlands" remove
              
              Battlefield 2\Maps\Special Forces
              Group: BF2MAPS
              Mutex: BF2MAPS
              1 if map ~== "Devil's?Perch" keep
              2 if map ~== "Ghost?Town" keep
              3 if map ~== "The?Iron?Gator" keep
              4 if map ~== "Leviathan" keep
              5 if map ~== "Mass?Destruction" keep
              6 if map ~== "Night?Flight" keep
              7 if map ~== "Surge" keep
              8 if map ~== "Warlord" keep
              17 remove
              
              Battlefield 2\Maps\Special Forces\Devil's Perch
              Group: BF2MAPS
              Mutex: BF2MAPSS
              1 if map ~!= "Devil's?Perch" remove
              
              Battlefield 2\Maps\Special Forces\Ghost Town
              Group: BF2MAPS
              Mutex: BF2MAPSS
              1 if map ~!= "Ghost?Town" remove
              
              Battlefield 2\Maps\Special Forces\The Iron Gator
              Group: BF2MAPS
              Mutex: BF2MAPSS
              1 if map ~!= "The?Iron?Gator" remove
              
              Battlefield 2\Maps\Special Forces\Leviathan
              Group: BF2MAPS
              Mutex: BF2MAPSS
              1 if map ~!= "Leviathan" remove
              
              Battlefield 2\Maps\Special Forces\Mass Destruction
              Group: BF2MAPS
              Mutex: BF2MAPSC
              1 if map ~!= "Mass?Destruction" remove
              
              Battlefield 2\Maps\Special Forces\Night Flight
              Group: BF2MAPS
              Mutex: BF2MAPSS
              1 if map ~!= "Night?Flight" remove
              
              Battlefield 2\Maps\Special Forces\Surge
              Group: BF2MAPS
              Mutex: BF2MAPSS
              1 if map ~!= "Surge" remove
              
              Battlefield 2\Maps\Special Forces\Warlord
              Group: BF2MAPS
              Mutex: BF2MAPSS
              1 if map ~!= "Warlord" remove
              
              Battlefield 2\Maps\Other
              Group: BF2MAPS
              Mutex: BF2MAPS
              Flags: OTHER
              
              Battlefield 2\Map Size
              Group: NUL
              
              Battlefield 2\Map Size\16
              Group: BF2MAPSSIZE
              Mutex: BF2MAPSSIZE
              1 if bf2_mapsize != "16" remove
              
              Battlefield 2\Map Size\32
              Group: BF2MAPSSIZE
              Mutex: BF2MAPSSIZE
              1 if bf2_mapsize != "32" remove
              
              Battlefield 2\Map Size\64
              Group: BF2MAPSSIZE
              Mutex: BF2MAPSSIZE
              1 if bf2_mapsize != "64" remove
              
              Battlefield 2\Mods
              Group: NUL
              
              Battlefield 2\Mods\none
              Group: BF2MODS
              Mutex: BF2MODS
              1 if gamevariant == "" keep
              2 if gamevariant ~!= "bf2" remove
              3 if hostname ~== "*AAS*" remove
              
              Battlefield 2\Mods\BF2 Special Forces
              JoinTemplate: {EXEPATH}[ +modPath mods/{gameId}] +restart 1 +joinServer +ignoreAsserts 1 {ip} +port {port} [+password "{PASSWORD}"]
              Group: BF2MODS
              Mutex: BF2MODS
              1 if gamevariant ~!= "xpack" remove
              
              Battlefield 2\Mods\JetPowered
              JoinTemplate: {EXEPATH}[ +modPath mods/{gameId}] +restart 1 +joinServer {ip} +port {port} [ +password "{PASSWORD}"]
              Group: BF2MODS
              Mutex: BF2MODS
              1 if gamevariant ~!= "JetPowered" remove
              
              Battlefield 2\Mods\Frontline
              JoinTemplate: {EXEPATH}[ +modPath mods/{gameId}] +restart 1 +joinServer {ip} +port {port} [ +password "{PASSWORD}"]
              Group: BF2MODS
              Mutex: BF2MODS
              1 if gamevariant ~!= "frontline" remove
              
              Battlefield 2\Mods\Domination
              JoinTemplate: {EXEPATH} +restart 1 +joinServer {ip} +port {port} [ +password "{PASSWORD}"]
              Group: BF2MODS
              Mutex: BF2MODS
              1 if gamevariant ~!= "domination" remove
              
              Battlefield 2\Mods\Battlefield 1918
              JoinTemplate: {EXEPATH}[ +modPath mods/{gameId}] +restart 1 +joinServer {ip} +port {port} [ +password "{PASSWORD}"]
              Group: BF2MODS
              Mutex: BF2MODS
              1 if gamevariant ~!= "bf1918" remove
              
              Battlefield 2\Mods\WCC Coop
              JoinTemplate: {EXEPATH} +restart 1 +joinServer {ip} +port {port} [ +password "{PASSWORD}"]
              Group: BF2MODS
              Mutex: BF2MODS
              1 if gamevariant ~!= "wcc" remove
              
              Battlefield 2\Mods\Assault and Secure
              JoinTemplate: {EXEPATH} +restart 1 +joinServer {ip} +port {port} [ +password "{PASSWORD}"]
              Group: BF2MODS
              Mutex: BF2MODS
              1 if hostname ~!= "*AAS*" remove
              
              Battlefield 2\Mods\Other
              JoinTemplate: {EXEPATH}[ +modPath mods/{gameId}] +restart 1 +joinServer {ip} [ +password "{PASSWORD}"]
              Group: BF2MODS
              Mutex: BF2MODS
              Flags: OTHER
              
              Battlefield 2\Server Specs
              Group: NUL
              
              Battlefield 2\Server Specs\Dedicated
              Group: NUL
              
              Battlefield 2\Server Specs\Dedicated\Yes
              Group: BF2DED
              Mutex: BF2DED
              1 if bf2_dedicated != "1" remove
              
              Battlefield 2\Server Specs\Dedicated\No
              Group: BF2DED
              Mutex: BF2DED
              Flags: OTHER
              
              Battlefield 2\Server Specs\OS
              Group: NUL
              
              Battlefield 2\Server Specs\OS\Windows
              Group: BF2OS
              Mutex: BF2OS
              1 if bf2_os != "win32*" remove
              
              Battlefield 2\Server Specs\OS\Linux
              Group: BF2OS
              Mutex: BF2OS
              1 if bf2_os != "linux*" remove
              
              Battlefield 2\Server Specs\Pure Server
              Group: NUL
              
              Battlefield 2\Server Specs\Pure Server\Yes
              Group: BF2CC
              Mutex: BF2CC
              1 if bf2_pure != "1" remove
              
              Battlefield 2\Server Specs\Pure Server\No
              Group: BF2CC
              Mutex: BF2CC
              Flags: OTHER
              
              Battlefield 2\Auto Recording
              Group: NUL
              
              Battlefield 2\Auto Recording\Enabled & Working
              Group: BF2REC
              Mutex: BF2REC
              1 if bf2_autorec != "1" remove
              2 if bf2_d_dl = "http://" remove
              
              Battlefield 2\Auto Recording\Enabled & Not Working
              Group: BF2REC
              Mutex: BF2REC
              1 if bf2_autorec != "1" remove
              
              Battlefield 2\Auto Recording\Disabled
              Group: BF2REC
              Mutex: BF2REC
              Flags: OTHER
              
              Battlefield 2\VOIP
              Group: NUL
              
              Battlefield 2\VOIP\Enabled
              Group: BF2VOIP
              Mutex: BF2VOIP
              1 if bf2_voip != "1" remove
              
              Battlefield 2\VOIP\Disabled
              Group: BF2VOIP
              Mutex: BF2VOIP
              Flags: OTHER
              
              Battlefield 2\Reserved Slots
              Group: NUL
              
              Battlefield 2\Reserved Slots\Enabled
              Group: BF2REVS
              Mutex: BF2REVS
              1 if bf2_reservedslots != "0" remove
              
              Battlefield 2\Reserved Slots\Disabled
              Group: BF2REVS
              Mutex: BF2REVS
              Flags: OTHER
              
              Battlefield 2\Ranked
              Group: NUL
              
              Battlefield 2\Ranked\Enabled
              Group: BF2RANK
              Mutex: BF2RANK
              1 if bf2_ranked != "1" remove
              
              Battlefield 2\Ranked\Disabled
              Group: BF2RANK
              Mutex: BF2RANK
              Flags: OTHER
              
              Battlefield 2\Global Unlocks
              Group: NUL
              
              Battlefield 2\Global Unlocks\Enabled
              Group: BF2UNLOCK
              Mutex: BF2UNLOCK
              1 if bf2_globalunlocks != "1" remove
              
              Battlefield 2\Global Unlocks\Disabled
              Group: BF2UNLOCK
              Mutex: BF2UNLOCK
              Flags: OTHER
              
              Battlefield 2\PunkBuster
              Group: NUL
              
              Battlefield 2\PunkBuster\Enabled
              Group: BF2PB
              Mutex: BF2PB
              1 if bf2_anticheat != "1" remove
              
              Battlefield 2\PunkBuster\Disabled
              Group: BF2PB
              Mutex: BF2PB
              Flags: OTHER
              
              Battlefield 2\Version
              Group: NUL
              
              Battlefield 2\Version\1.12
              Group: BF2VER
              Mutex: BF2VER
              1 if gamever != "1.1.2554-356.0" remove
              
              Battlefield 2\Version\1.1
              Group: BF2VER
              Mutex: BF2VER
              1 if gamever != "1.1.2552-344.0" remove
              
              Battlefield 2\Version\1.03
              Group: BF2VER
              Mutex: BF2VER
              1 if gamever != "1.1.2551.0" remove
              
              Battlefield 2\Version\1.02
              Group: BF2VER
              Mutex: BF2VER
              1 if gamever != "1.1.2484.0" remove
              
              Battlefield 2\Version\1.01
              Group: BF2VER
              Mutex: BF2VER
              1 if gamever != "1.1.2475.0" remove
              
              Battlefield 2\Version\1.0
              Group: BF2VER
              Mutex: BF2VER
              1 if gamever != "1.0.2442.0" remove
              
              Battlefield 2\Version\Other
              Group: BF2VER
              Mutex: BF2VER
              Flags: OTHER

              Comment

              Working...