Valve continues to release Counter-Strike 2 updates; for example, its official site records an update dated November 14, 2025.
For Source 2, AlliedModders documents editing gameinfo.gi as the supported Metamod loading method. The edit must be repeated whenever a game update modifies that file.
Restore the Metamod entry
- Open game/csgo/gameinfo.gi.
- Find the SearchPaths section.
- Make this the first Game entry in that section:
Code: Select all
Game csgo/addons/metamod- Restart the server.
- Run this command in the server console:
Code: Select all
meta versionIf the command is unknown
CounterStrikeSharp's troubleshooting documentation says that an Unknown Command response to meta list is a reason to verify that the addon folders were copied correctly and that gameinfo.gi was modified correctly.
If the entry is correct but Metamod still fails
AlliedModders warns that game changes can sometimes break Metamod:Source between releases. In that situation, its installation documentation says a snapshot build may be required. CounterStrikeSharp depends on Metamod:Source to communicate with the CS2 server, so Metamod must load before CounterStrikeSharp can operate through it.