Skip to main content

Settings

:::warning Deprecated

Kept for reference. Use AMX Mod X from AlliedModders — see What is ReAMXModX?.

:::

ReAMXModX introduced no configuration of its own. Its changes were internal SDK glue for the ReHLDS and ReGameDLL APIs, not user-facing features, so the entire configuration surface is upstream AMX Mod X's.

The fork carries the standard AMX Mod X config set under configs/:

FilePurpose
amxx.cfgMain AMX Mod X configuration and cvars.
core.iniCore module settings.
configs.iniPer-mod config selection.
modules.iniWhich modules to load at startup.
plugins.iniWhich plugins to load at startup.
users.iniAdmin accounts and access flags.
cmds.ini, clcmds.iniServer and client command definitions.
cvars.iniCvar definitions used by the menus.
maps.iniMap list used by the map menus.
hamdata.iniHam Sandwich function offsets.
custommenuitems.cfg, miscstats.iniMenu items and statistics display.

All of these behave exactly as documented by AlliedModders — the fork changed none of their formats or defaults.

note

Because the configuration is identical, a server moving from this fork to current upstream AMX Mod X can keep its configs/ directory as-is. One exception is worth checking by hand: hamdata.ini tracks function offsets, and those are tied to the AMX Mod X version and the GameDLL you run, so take the current release's copy rather than carrying the 2016 one forward.

For the authoritative reference, see the AMX Mod X documentation and the AMX Mod X commands reference.