SmileYzn / MatchBot

Counter-Strike 1.6 Match Plugin for ReHLDS and ReGameDLL_CS
GNU General Public License v3.0
28 stars 14 forks source link

HLTV autorecord function #123

Closed F4ntik closed 6 months ago

F4ntik commented 7 months ago

It is possible to add functionality so that MatchBot gives the command to record the HLTV proxy demo? This is how it is done in the AMXX plugin: "https://forums.alliedmods.net/showthread.php?p=994006 " The point is to start recording the demo file at the start of the match and stopped at the end of the match.

At the moment, I am using AMXX only for hltv_autorecord.amxx plugin. This is necessary to save space on the server with HLTV proxy.

P.S. If possible, add a POV demo recording on the client. Also: at the start of the match on the client and at its end

SmileYzn commented 7 months ago

Need to implement sockets to remote hltv commands

Escap3d commented 7 months ago

Need to implement sockets to remote hltv commands

Its an good idea for hltv work on matchbot add verious command on matchbot.cfg

F4ntik commented 7 months ago

Somewhere in a parallel universe: When using sockets, you can add discord or telegram bot modules :D

P.S. It seems to me that you were just removing sockets from the code.

SmileYzn commented 7 months ago

You can use LogAPI to do that. I really do not want to implement such things out of scope of a real match.

Ps. For HLTV i think is beter make other metamod plugin than integrate directly into matchbot