Skip to main content

Installing

ReSemiclip is a Metamod plugin and needs ReHLDS, ReGameDLL_CS, and Metamod (Metamod-R recommended) already installed and working — it hooks functions in both layers.

1. Get ReSemiclip

Download resemiclip-*.zip from the releases page, or build it from source. The release archive already contains a ready-to-use addons/resemiclip/ folder with the binary and a default config.ini.

2. Extract into your mod directory

Copy the archive's addons/resemiclip/ into <mod>/addons/resemiclip/. You'll end up with:

PathPurpose
addons/resemiclip/resemiclip_mm.dll or resemiclip_mm_i386.soThe plugin binary (platform-specific — keep only the one matching your server).
addons/resemiclip/config.iniDefault, server-wide settings.
addons/resemiclip/maps/Example per-map and per-prefix override files.

3. Register the plugin with Metamod

Add a line to <mod>/addons/metamod/plugins.ini:

win32 addons\resemiclip\resemiclip_mm.dll
linux addons/resemiclip/resemiclip_mm_i386.so

4. Configure

Edit addons/resemiclip/config.ini for server-wide defaults, and optionally add per-map or per-prefix overrides under addons/resemiclip/maps/. See Settings for the full format and load order.

5. Verify

Start the server and run meta list — you should see ReSemiclip listed as loaded. Run semiclip_option with no arguments in the console to print the currently active settings.