Metamod: Difference between revisions
(→Source) |
No edit summary |
||
Line 1: | Line 1: | ||
[[File:Metamod.png|left|20x20px|MetaMOD]] | |||
Metamod:Source is a C++ plugin environment for Half-Life 2. It acts as a "metamod" which sits in between the Game and the Engine, and allows plugins to intercept calls that flow between. It provides a mechanism called SourceHook, a very powerful library for intercepting, overridding, and superseding virtual function calls. | Metamod:Source is a C++ plugin environment for Half-Life 2. It acts as a "metamod" which sits in between the Game and the Engine, and allows plugins to intercept calls that flow between. It provides a mechanism called SourceHook, a very powerful library for intercepting, overridding, and superseding virtual function calls. | ||
Revision as of 08:35, 30 April 2024
Metamod:Source is a C++ plugin environment for Half-Life 2. It acts as a "metamod" which sits in between the Game and the Engine, and allows plugins to intercept calls that flow between. It provides a mechanism called SourceHook, a very powerful library for intercepting, overridding, and superseding virtual function calls.
METAMOD for CS2 can be conveniently installed in the webinterface'
Metamod is required for every Plugin you want to use on your CS2 Gameserver.
Metamod Installation
SOON NEW WEBPANEL (05/2024)
Metamod Based Plugins
We recommend you to use our CKRAS BOT & MatchZy for the administration, here you can easily add admins in the webpanel and then install the desired extension for your MM plugin.
- MatchZy (recommended)
- CounterStrikeSharp
- CS2 Scrim
- CS2 Practice
- FAKE RCON (>> CKRAS BOT)
- CSAY (>> MatchZy)
>> We recommend to use instead of Fake Rcon | CKRAS BOT or MatchZy and for CSAY (Ebot) we recommend to use MatchZy.
Source
More about MM you can find on the official page
PAGE: https://www.metamodsource.net/