ReAPI
AMXModX module providing APIs for ReHLDS, ReGameDLL, and Metamod plugins (e.g., ReUnion, ReVoice).
Install / Use
/learn @rehlds/ReAPIREADME
ReAPI

AMX Mod X module, using API regamedll & rehlds
Build instructions
Checking requirements
There are several software requirements for building ReAPI:
Windows
<pre> Visual Studio 2015 (C++14 standard) and later </pre>Linux
<pre> git >= 1.8.5 cmake >= 3.10 GCC >= 4.9.2 (Optional) ICC >= 15.0.1 20141023 (Optional) LLVM (Clang) >= 6.0 (Optional) </pre>Building
Windows
Use Visual Studio to build, open msvc/ReAPI.sln and just select from the solution configurations list Release or Debug
Linux
- Optional options using
build.sh --compiler=[gcc] --jobs=[N] -D[option]=[ON or OFF](without square brackets)
- ICC <pre>./build.sh --compiler=intel</pre>
- LLVM (Clang) <pre>./build.sh --compiler=clang</pre>
- GCC <pre>./build.sh --compiler=gcc</pre>
Checking build environment (Debian / Ubuntu)
<details> <summary>Click to expand</summary> <ul> <li> Installing required packages <pre> sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install -y gcc-multilib g++-multilib sudo apt-get install -y build-essential sudo apt-get install -y libc6-dev libc6-dev-i386 </pre> </li> <li> Select the preferred C/C++ Compiler installation <pre> 1) sudo apt-get install -y gcc g++ 2) sudo apt-get install -y clang </pre> </li> </ul> </details>How can I help the project?
Just install it on your game server and report problems you faced.<br /> Merge requests are also welcome :shipit:
Related Skills
node-connect
339.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
