Skip to content

CasualX/SourceServerQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source Server Query

C++ Library for querying Source game servers. Currently only supports rules and player queries and targets VS 2010 (but I'm sure it'll work with any other version).

Why?

The C alternative looks horrible (global variables everywhere!) and has a bunch of unneeded stuff. I want a clean, basic and elegant C++ version.

How?

Run install.bat (this registers the LIBSSQ_PATH user env variable), then add $(LIBSSQ_PATH)\public as include and library path to your project.

Example

See ssquery project for a completely worked out example.

About

C++ Library for querying Source game servers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published