References:
What is it? This is the result of reverse engineering of the original mod CS to Half-Life (HLDS build 6153beta) using debugged DWARF information embedded in the Linux version, cs.so.
In simple words, ReGameDLL this is what is responsible for CS generally.
It describes the whole logic of fashion CS, as well as the work of weapons, the behavior of entities, the interaction of teams and the conditions for the end of rounds, and so on.
What will this give us?
All you need to do is download binary files ReGameDLL and replace the original mp.dll / cs.so
The bin archive directory contains 2 subdirectories, 'bugfixed' and 'pure'.
Supported versions of Metamod:
This means that plugins doing binary code analysis (Orpheu for example) will probably not work with ReGameDLL.
Commands
What is it? This is the result of reverse engineering of the original mod CS to Half-Life (HLDS build 6153beta) using debugged DWARF information embedded in the Linux version, cs.so.
In simple words, ReGameDLL this is what is responsible for CS generally.
It describes the whole logic of fashion CS, as well as the work of weapons, the behavior of entities, the interaction of teams and the conditions for the end of rounds, and so on.
What will this give us?
- The project is going with modern compilers, which will give us a little more productivity.
- Some useful or frequently used things can possibly be added immediately to the mod, without the need to do it through AMXX plugins.
- Ability to use extended ReGameDLL API for Metamod plugins or AMXX modules.
- Provide a more advanced API for mods and plugins.
- Bug correction.
- Code optimization.
All you need to do is download binary files ReGameDLL and replace the original mp.dll / cs.so
The bin archive directory contains 2 subdirectories, 'bugfixed' and 'pure'.
- 'pure' designed to work exactly like the original CS mod from valve.
- 'bugfixed' contains some fixes and improvements.
Supported versions of Metamod:
- Metamod 1.21-am or 1.21p37 (Attention: 1.20 and below Not recommended)
This means that plugins doing binary code analysis (Orpheu for example) will probably not work with ReGameDLL.
Commands
Command | Description |
---|---|
game version | Will show GameDLL build version, date & URL. |
endround | Args: T force round end with Terrorists win. CT force round end with Counter-Terrorists win. or terminate round draw when called without arguments. |
swapteams | Swap the teams and restart the game. |
give | Give weapon command. Args: <weapon_name> Usage: give weapon_ak47 give weapon_usp NOTE: sv_cheats 1 required. |
impulse 255 | Give all weapons. NOTE: sv_cheats 1 required. |