deStrO / eBot-CSGO

The eBot is a full managed server-bot written in PHP and nodeJS. eBot features easy match creation and tons of player and matchstats. Once it's setup, using the eBot is simple and fast.
http://www.esport-tools.net/ebot
376 stars 140 forks source link

[WIP] Update Ebot for CS2 #184

Closed Iwhite67 closed 1 year ago

Iwhite67 commented 1 year ago

Change logaddress_add -> logaddress_add_http logaddress_del -> logaddress_delall_http

Error when ebot want to connect to CS2 https://github.com/deStrO/eBot-CSGO/blob/39bfe71938df245373ce3b3448b5014ae39c8cc3/src/eBot/Match/Match.php#L167

deStrO commented 1 year ago

I'm planning an update for later this week :)

Iwhite67 commented 1 year ago

Hello

Je te drop ceci si jamais car dans l' état actuel de l'ebot, c'est l'erreur que j'ai de mon côté

for anyone struggling to use rcon externally - in my case I tried to use a library that works just fine in CS:GO (python-valve) but didnt work correctly in CS2, was getting the autokick is disabled thing

I tried another python library and it works correctly https://github.com/conqp/rcon

also dont forget to add -usercon in launch params

chevlor commented 1 year ago

Hello lhwite67,

Aurais-tu déjà trouver un fix intégré à la version actuelle d'eBot avec cette nouvelle librairie ?

J'ai une LAN le week-end prochain, donc je serais volontiers preneur ^^.

Merci encore @deStrO de nous faciliter la vie en LAN !

Iwhite67 commented 1 year ago

Hello, non car je ne me connais pas assez pour dev

Flegma commented 1 year ago

I've managed to get it to send commands from eBot to the server, but its not recieving any info from the server (example: !ready command).

Anyone made full update to work?

Iwhite67 commented 1 year ago

Have you change logaddress cvar ? into match.php Change logaddress_add -> logaddress_add_http logaddress_del -> logaddress_delall_http

deStrO commented 1 year ago

I'm on it today, I'm changing the way how logs are handled as it's http only now :) I'm adding a queue server to handle that case.