SNMetamorph / goldsrc-monitor

Simple utility for mapping/scripting/speedrunning or researching games based on GoldSrc/Xash3D FWGS engine (such as CS 1.6, Half-Life, and other mods)
https://gamebanana.com/gamefiles/8977
GNU General Public License v3.0
35 stars 5 forks source link

Force -insecure flag when launching hl.exe #19

Closed sabianroberts closed 4 weeks ago

sabianroberts commented 4 weeks ago

Since this tool presents a risk of being flagged as a cheat-program by VAC, forcing the -insecure flag to be present when opening the game could help prevent accidental bans when developers test multiplayer mods in their own servers.

SNMetamorph commented 4 weeks ago

Thanks for your suggestion. To be honest, it is out of scope for this tool, because it does not have control over starting game process - what it does, is just attaches to existing running game process. So, there is no way we can control such things