alliedmodders / metamod-source

Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine
http://www.metamodsource.net/
Other
370 stars 84 forks source link

Add check for -dedicated or -insecure on S2 #142

Closed psychonic closed 9 months ago

psychonic commented 9 months ago

Adds safely check to block loading on Source 2 games if neither -dedicated or -insecure launch args are present.

This is in an attempt to avoid accidental VAC bans (despite mixed reports of whether or not -insecure actually functions correctly on S2).