Wiki Home Game issues Install FACEIT
Install FACEIT
2024-01-14
faceit, TPM, install
The following provides step-by-step instructions for installing and configuring FACEIT Anti-Cheat (AC) on client systems, including prerequisites like enabling SecureBoot, Memory Integrity, and maintaining system updates for optimal functionality.
- FaceIt requires SecureBoot enabled in Windows 11.
- For windows 10 it requires EUFI mode and TPM 2.0 encryption to be enabled in Bios for 13th generation CPUs.
- Faceit requires to enable Memory Integrity
- Faceit requires that Windows is kept up-to-date in order to function properly.
- After enabling SecureBoot and setting Memory Integrity , some applications and drivers stop running
GameLoop (AOW Driver): PUBG Mobile
Lineage 2 - Asterios
Lineage 2 - ScrydeRU
The Finals (needs additional verification)
- Installation process
- Enable super client for image only.
- Uninstall FACEIT AC if it is installed.
- Download the latest FACEIT installer.
- Install FACEIT AC and FACEIT client application.
- Uncheck "Run FACEIT AC" after the installation.
- Turn off the PC and save changes on the image.
- Enabled super client again and ran FACEIT AC.
- Wait for anti-cheat to update and when FACEIT asks to reboot the PC, just turn it off instead of rebooting.
- Saved changes on the image.
- Turn on the PC and check if it is booting properly.
Enable Memory Integrity
- You can follow this link from microsoft
https://learn.microsoft.com/en-us/windows/security/hardware-security/enable-virtualization-based-protection-of-code-integrity#use-registry-keys-to-enable-memory-integrity (which is required for high-ranking FaceIt players) - For Windows 10 version 1607 and later and for Windows 11 version 21H2 use the registry below.
- Press the Windows + R keys simultaneously to open the "Run" dialog box , type cmd and copy / paster the registry one by one in cmd field.
reg add
"HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v "EnableVirtualizationBasedSecurity" /t REG_DWORD /d 1 /f
reg add
"HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v "RequirePlatformSecurityFeatures" /t REG_DWORD /d 1 /f
reg add
"HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v "Locked" /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Locked" /t REG_DWORD /d 0 /f
Hyper-V issue on faceit
To resolve this issue, follow these steps:
- Open Command Prompt (CMD) with administrative privileges.
- Type the following command and press Enter:
- bcdedit /set hypervisorlaunchtype off
- You should see a message indicating that the operation was completed successfully.