Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "BattlEye"

From PCGamingWiki, the wiki about fixing PC games
m (Added BattlEye logo)
(→‎List of BattlEye titles: fixed BattlEye table to actually list titles that use BattlEye instead of a mess of code.)
Line 25: Line 25:
 
tables=Infobox_game,Middleware,Multiplayer
 
tables=Infobox_game,Middleware,Multiplayer
 
|join on=Infobox_game._pageName=Middleware._pageName,Infobox_game._pageName=Multiplayer._pageName
 
|join on=Infobox_game._pageName=Middleware._pageName,Infobox_game._pageName=Multiplayer._pageName
|where=Middleware.Anticheat HOLDS 'BattlEye'
+
|where=Middleware.anticheat HOLDS LIKE "BattlEye"
|fields=Infobox_game._pageName,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Released,Infobox_game.Available_on,Multiplayer.LAN,Multiplayer.Online
+
|fields=Infobox_game._pageName,Infobox_game.Series,Infobox_game.Developers,Infobox_game.Publishers,Infobox_game.Released,Infobox_game.Available_on
 
|format=template
 
|format=template
 
|named args=yes
 
|named args=yes
 
|limit=500
 
|limit=500
|intro={{Multiplayer list/intro}}
+
|intro={{DRM table/ti}}
|template=Multiplayer list/row
+
|template=DRM table/row
|outro=</table>
+
|outro=</table></div>
 
}}
 
}}
  

Revision as of 20:03, 11 September 2022

BattlEye
BattlEye cover
Developers
BattlEye Innovations
Release dates
Windows 2004
Linux ?
macOS (OS X) ?

BattlEye is a program created by BattlEye Innovations to detect forms of cheating in online games. It has been used in several prominent multiplayer games.

General information

Official website

Known problems

Wine and Proton support was added, although it requires for developers to enable it manually.[1][2]

List of BattlEye titles

The below table includes all games that have historically used BattlEye. Some of these titles do not use it any longer.
This list is generated automatically. To add or update entries simply edit the individual pages (see the editing guide for details).
Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '_pageID,`cargo__Middleware`.`_pageID`,`cargo__Infobox_game`.`_pageID`,`cargo__In' at line 1 (mysql01.mysql.pcgamingwiki-14662257-production.svc.cluster.local)

Function: CargoSQLQuery::run Query: SELECT `cargo__Multiplayer`.`_pageID` AS `cargo_backlink_page_id_Multiplayer`,`cargo__Middleware`.`_pageID` AS `cargo_backlink_page_id_Middleware`,`cargo__Infobox_game`.`_pageID` AS `cargo_backlink_page_id_Infobox_game`,`cargo__Infobox_game`.`_pageName` AS `_pageName`,`Series__full` AS `Series`,`Developers__full` AS `Developers`,`Publishers__full` AS `Publishers`,`Released__full` AS `Released`,`Available_on__full` AS `Available on`,`cargo__Infobox_game`.`Released__precision` AS `Released__precision` FROM `cargo__Infobox_game` LEFT OUTER JOIN `cargo__Middleware` ON ((`cargo__Infobox_game`.`_pageName`=`cargo__Middleware`.`_pageName`)) LEFT OUTER JOIN `cargo__Multiplayer` ON ((`cargo__Infobox_game`.`_pageName`=`cargo__Multiplayer`.`_pageName`)) WHERE `cargo__Middleware`.`_ID` IN (SELECT `_rowID` FROM `cargo__Middleware__Anticheat` WHERE `_value`LIKE "BattlEye") ORDER BY `cargo__Middleware`.`Multiplayer__full` _pageID,`cargo__Middleware`.`_pageID`,`cargo__Infobox_game`.`_pageID`,`cargo__Infobox_game`.`_pageName`,`cargo__Infobox_game`.`Series__full` LIMIT 100


References