Peace-Maker
c0eb6eb75f
Add natives to get client ip and connect password
...
The hltv server doesn't provide a nice IPlayerInfo interface to get
stuff. Have to grab it and hold on to it while we can!
2016-03-03 02:47:06 +01:00
Peace-Maker
10f7fa56a1
Extract player name in ConnectClient hook in CS:GO
...
CS:GO doesn't send the client name in plain text, but wraps it in some
protobuf construct.
Parse that list of client convars for the player name and use it in the
SourceTV_OnSpectatorPreConnect forward
2016-03-03 01:12:16 +01:00
Peace-Maker
4bb751afaf
Add ClientConnect and Disconnect forwards
...
Let plugins know when new spectators join or leave the SourceTV server.
2016-03-02 23:23:53 +01:00
Peace-Maker
357e1bc4c9
Allow printing to bot/demo console in CSS
...
CSS' CBaseClient::ClientPrintf tries to use the net channel directly
instead of going through the saner route using GameClient::SendNetMsg.
This introduces a stupid hack to work around the bots lack of a net
channel, so ClientPrintf's SVC_Print messages get included in the demo.
2016-03-02 05:40:20 +01:00
Peace-Maker
7e9a8d6aec
Fix linux build
2016-03-01 16:32:13 +01:00
Peace-Maker
d5424cefdf
Add native and forward documentation to include file
...
Rename some natives for better self explanatory.
2016-03-01 15:00:27 +01:00
Peace-Maker
28d76b41e5
Add natives to force a camera shot
...
Override the autodirector and tell him what to show. Fixpoint camera or
chasing a player for now.
2016-03-01 02:19:19 +01:00
Peace-Maker
6e0ec48a2a
Hook / Unhook consistently
...
Add our hooks when a SourceTV bot is added as well as on late loading
the extension.
Make sure to remove all our hooks on unload.
2016-02-29 17:44:27 +01:00
Peace-Maker
3210a8d249
Add CSS support
2016-02-29 14:55:23 +01:00
Peace-Maker
e51143d05a
Initial commit of project files
...
CSGO only yet
2016-02-29 09:59:09 +01:00
peace-maker
e6afc1ec63
Initial commit
2016-02-29 09:52:26 +01:00