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.
Sources and verification
- Counter-Strike 2 Update — November 14, 2025 — Valve's official Counter-Strike site records a Counter-Strike 2 update dated November 14, 2025.
- Installing Metamod:Source — Documents the supported Source 2 gameinfo.gi loading method, required SearchPaths entry and placement, verification with meta version, repetition after gameinfo.gi changes, and possible need for snapshot builds after incompatible game changes.
- CounterStrikeSharp Getting Started — Documents CounterStrikeSharp's dependency on Metamod, the CS2 gameinfo.gi path and entry, verification with meta list, and troubleshooting for an unknown command.