Skip to main content

Build instructions

:::warning Deprecated

Kept for reference. The plugin is no longer maintained and is incompatible with modern ReHLDS versions — see What is ReLocalizeBug Fix?.

:::

Checking requirements

Windows

  • Visual Studio, for msvc/relocalizebugfix.sln

Linux

  • The Intel C++ Compiler (icpc) — the Makefile hardcodes /opt/intel/bin/icpc and uses Intel-specific flags (-static-intel, -no-intel-extensions, -ipo, -fasm-blocks). Building with GCC or Clang requires editing those out.

The CSSDK and Metamod headers are vendored under cssdk/ and metamod/, so there is nothing extra to fetch. This project predates the CMake and build.sh setup used by the organization's maintained projects.

Clone the repository

git clone https://github.com/rehlds/relocalizebugfix.git
cd relocalizebugfix

Building on Windows

Open msvc/relocalizebugfix.sln in Visual Studio and build. The output is relocalizebugfix_mm.dll.

Building on Linux

make

The output lands in Release/ as relocalizebugfix_mm_i386.so.

note

Prebuilt binaries are committed to the repository under bin/, so building was rarely necessary even when the project was active.

See Installation for where each file went.