Installation
:::warning Deprecated
Do not install ReAMXModX on a current server. Install AMX Mod X from AlliedModders instead — it supports ReHLDS natively, which is the only thing this fork existed to add.
:::
There are no builds to install
ReAMXModX published no releases. The repository contains source only — no release page, no archives, no prebuilt binaries. Anyone wanting to run it had to build it from source first.
That alone makes it unsuitable for a normal server install today: you would be compiling a 2016 snapshot of AMX Mod X yourself, then maintaining it alone.
If you are migrating away from it
If you inherited a server running a build of this fork, moving to upstream AMX Mod X is the intended path:
- Install a current AMX Mod X release for your mod, following its own documentation.
- Keep your existing
configs/— the fork never changed the configuration format, soamxx.cfg,users.ini,cmds.iniand the rest carry over unchanged. See Settings. - Recompile your own
.smaplugins against the current AMX Mod X includes. - Verify with
amxx versionandamxx modulesin the server console.
For engine-level and GameDLL-level access from Pawn on a modern stack, use ReAPI rather than a patched AMX Mod X — that is the supported way to reach ReHLDS and ReGameDLL_CS internals today.