Client plugins

From Valve Developer Community
Revision as of 03:38, 14 September 2010 by TomEdwards (talk | contribs) (Created page with ''''Client plugins''' are server plugins running in a client (rather than a dedicated server). They have access to client interfaces that dedicate…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Client plugins are server plugins running in a client (rather than a dedicated server). They have access to client interfaces that dedicated servers cannot provide.

Warning.pngWarning:Client plugins must be signed by Valve before they can be loaded - you'll have to email and ask. During development, run the game in -insecure mode to bypass the signature check.

Client interfaces

Confirm:All of this.