EngPatch - a sourcemod extension that fixes issue where players can't connect to CS:GO community servers using the version of CS:GO from Steam Store (appid - 4465480).
What it does?
Valve published a CS:GO to Steam Store (appid - 4465480). The engine of server have appid validation treats this as a rejected auth response (case 4 in the dispatch jump table), which kicks players on connect. This extension patches that jump table entry at runtime so the reject path routes to the accept path instead. Everything is restored cleanly on unload.
Valve published a CS:GO to Steam Store (appid - 4465480). The engine of server have appid validation treats this as a rejected auth response (case 4 in the dispatch jump table), which kicks players on connect. This extension patches that jump table entry at runtime so the reject path routes to the accept path instead. Everything is restored cleanly on unload.
Installation
You can build it yourself or go to "Releases" and download already compiled version.
Make sure you have installed SourceMod. Unarchive files from .zip and move engpatch.ext.so & engpatch.autoload to /addons/sourcemod/extensions.
Or you can use patched engine.so file (latest gameserver version). Replace your current engine.so in ROOT_FOLDER/bin/ of your server.
Linux only.
Make sure you have installed SourceMod. Unarchive files from .zip and move engpatch.ext.so & engpatch.autoload to /addons/sourcemod/extensions.
Or you can use patched engine.so file (latest gameserver version). Replace your current engine.so in ROOT_FOLDER/bin/ of your server.
Linux only.
Пожалуйста, авторизуйтесь для просмотра ссылки.