Leystryku / leysourceengineclient

A source engine network client implementation based on some of my reversing work from 2016 with basic functionality ( joining servers, talking, receiving/sending voicedata etc. ). Made this & reversed netchan to learn about Sources networking.
MIT License
173 stars 42 forks source link
csgo css gmod ob orangebox reverse source-engine tf2

LeySourceEngineClient

License App Version

A small Source Engine Client which deals with the basic communication neccessary to connect to a Source Engine Server which is based on a OB Game (e.g. Garry's Mod, TF2, etc.). If you do use this or use from code from this PLEASE give credit. Ever since this has been released several people have created their "own version" while not giving any credits to the original. Please don't be that guy. If I release code open source, you are free to use it as much as you like. You do not have to pay for it whatsoever. But please give credit when using my work or using code from my work.

Showcase

In program view

Running

Troubleshooting

If it crashes with a MessageBox on startup install the VC++ 2019 redists from microsoft https://www.microsoft.com/.

Compiling

If you wish to compile this yourself:

The only supported platform right now is Windows. Feel free to contribute!

note: This was created BEFORE the recent source engine leak in 2018 or whatever.

Credits