Installation
:::warning Deprecated
These instructions are kept for reference only. The plugin is incompatible with modern ReHLDS versions — see What is ReLocalizeBug Fix? and use SafeNameAndChat instead.
:::
ReLocalizeBug Fix was a Metamod plugin, installed the same way as any other.
1. Get ReLocalizeBug Fix
The final release is v2.8 (relocalizebugfix-v2.8.zip). The repository also carries prebuilt binaries under bin/.
2. Place the plugin
Copy the binary matching your platform into <mod>/addons/relocalizebugfix/:
| Platform | File |
|---|---|
| Windows | relocalizebugfix_mm.dll |
| Linux | relocalizebugfix_mm_i386.so |
3. Register the plugin with Metamod
Add these lines to your <mod>/addons/metamod/plugins.ini file:
win32 addons\relocalizebugfix\relocalizebugfix_mm.dll
linux addons/relocalizebugfix/relocalizebugfix_mm_i386.so
The plugin declared itself loadable at startup only (PT_STARTUP) and never unloadable (PT_NEVER), so meta load and meta unload did not work on it — it had to be present when the server started, and a restart was required to remove it.
4. Verify
Start the server and run meta list — the plugin registered itself as ReLocalizeBug Fix. On a modern ReHLDS build, expect it to misbehave rather than work; that is the incompatibility described on the overview page, not a setup mistake.