Skip to content

Compatible Mods

Aciz edited this page Apr 10, 2024 · 30 revisions

This page describes the compatibility of third party mods with ET: Legacy client (etl and etl.exe) and server (etlded and etlded.exe).

Overview

Mod Windows 32-bit Windows 64-bit Linux 32-bit Linux 64-bit macOS (Intel) macOS (M1) Raspberry Pi Android
Legacy ✔️ ✔️ ✔️ ✔️ ✔️10.9-10.15 ✔️12.0+ ✔️ ✔️
ETPro ❌client
✔️server
❌client
✔️server
ETRun ✔️ ✔️ ✔️ ✔️10.9-10.14
❌10.15
ETJump ✔️ ✔️ ✔️ ✔️ ✔️10.10+ ✔️11.0+
N!tmod ✔️ ✔️ ✔️ ✔️10.9-10.14
❌10.15
silEnT ✔️ ❓10.9-10.14
❌10.15+
Others ✔️ ✔️ ❓10.9-10.14
❌10.15+
TC: Elite ✔️client
❌server
✔️client
❌server
❓10.9-10.14
❌10.15+
TC: CQB ✔️client
❌server
✔️client
❌server
  • Legacy is the default mod shipped with ET: Legacy.
  • Others include ETPub, Jaymod, NoQuarter, TJMod, ETNam.

Notes

General

  • PunkBuster enabled servers are not compatible. Read more here.
  • ETPro does not work with the ET: Legacy client. ETPro servers without PunkBuster start fine. Read more here.
  • 64-bit version of ET: Legacy clients can only connect to servers running mods providing a 64-bit version.
  • True Combat: Elite and True Combat: CQB need server patches. Read more at etlmodexep and pimi projects.

Linux

  • ETRun provides 64-bit Linux binaries, but uses incompatible arch string with ETL. To play with 64-bit client, you must change the arch string here to x64 and compile the client yourself.
  • Running silEnT mod on Linux with Nvidia proprietary drivers requires preloading libXext.so.6 i386 library.
    • Debian-based distros:
$ sudo dpkg --add-architecture i386
$ sudo apt update
$ sudo apt install libxext6:i386
$ LD_PRELOAD=/usr/lib/i386-linux-gnu/libXext.so.6 ./etl.i386
$ sudo pacman -S lib32-libxext
$ LD_PRELOAD=/usr/lib32/libXext.so.6 ./etl.i386

macOS

  • macOS version compatibility
    • 10.8 and older: not compatible.
    • 10.9 to 10.14: only Legacy mod is fully compatible. Other mods might or might not work.
    • 10.15 and newer: only 64-bit mods are compatible.
  • Apple M1 SoC machines are natively supported.
  • There is no Omni-bot available for macOS. You will not be able to spawn bots.

Raspberry Pi

  • Compatible platforms are RPi 3B+, RPi 4B or any other aarch64 device (64bit only).

Android

  • Minimum Android SDK Version: 26
  • Target Android SDK Version: 33
  • Compiled with Android SDK Version: 33
  • Compatible architectures: x86 x86_64 aarch64
  • Only Client Side is available