ReHLDS
Enhanced version of the HLDS engine with bug fixes, security patches, and optimizations for stable servers. (by rehlds)
ReAPI
AMXModX module providing APIs for ReHLDS, ReGameDLL, and Metamod plugins (e.g., ReUnion, ReVoice). (by rehlds)
ReHLDS | ReAPI | |
---|---|---|
3 | 1 | |
719 | 171 | |
1.3% | 1.8% | |
7.1 | 6.7 | |
14 days ago | 14 days ago | |
C++ | C++ | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ReHLDS
Posts with mentions or reviews of ReHLDS.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-24.
-
Fedora 38 LLVM vs. Team Fortress 2
Thanks a lot for the guidance/tip, I've learned something new. And you're absolutely right about the cause of the mentioned crash -- I've updated the Github issue with a bit of new info I've gathered.
Regarding the function, here it is: https://github.com/dreamstalker/rehlds/blob/master/rehlds/fi...
Interestingly, strdup gets compiled into:
-
Howto set up a dedicated server in Half-Life?
Hey, unfortunately setting up a server can be complicated depending on what you are trying to accomplish with the server, so answering your question completely in one response isn't easy. You shouldn't need to use any files your friend gave you, you can use the latest rehlds here on github, the bin file that ends in .zip: https://github.com/dreamstalker/rehlds/releases Try this guide: https://steamcommunity.com/sharedfiles/filedetails/?id=1604960959
-
Counter-Strike 1.6 Dedicated Server. Part 2 - Modes
So first we need to install ReHLDS. In few words, ReHLDS is a result of reverse engineering of original HLDS (Half-Life Dedicated Server) using DWARF debug info embedded into linux version of HLDS (more details). This will allow us to have more stable and optimized server with extednded API for adding mods and plugins. Open release page, download zip archive with compiled binary and unzip it to Resources.
ReAPI
Posts with mentions or reviews of ReAPI.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-26.
-
Counter-Strike 1.6 Dedicated Server. Part 2 - Modes
We're done with ReHLDS, ReGameDLL, AMXX and Metamod-r. Next one is ReAPI (repo). It is a module for AMXX that works with ReHLDS and ReGameDLL to extend existing APIs. Open release page, download zip archive with compiled binary and extract it to Resources. Then copy content of Resources/reapi-bin-5.21.0.248/addons/amxmodx/modules/ directory to /home/csserver/serverfiles/cstrike/addons/amxmodx/modules/ on your server machine.
What are some alternatives?
When comparing ReHLDS and ReAPI you can also consider the following projects:
ReGameDLL_CS - Enhanced server-side GameDLL for Counter-Strike 1.6 (and CS: Condition Zero), offering new features and fixes.
Metamod-R - Optimized fork of Metamod for improved plugin management and compatibility on modern HLDS-based servers.
XsLib-Game-Engine
halflife - Half-Life 1 engine based games